2023-11-30T22:01:44.678 INFO:root:teuthology version: 0.0.1.dev212+g595fad1 2023-11-30T22:01:44.678 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --name yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} --archive /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472594 --verbose -- /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472594/orig.config.yaml 2023-11-30T22:01:44.712 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-30T22:01:44.795 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472594 branch: wip-yuri8-testing-2023-11-29-0706-pacific description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7472594' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-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-yuri8-testing-2023-11-29-0706-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: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri8-testing-2023-11-29-0706-pacific sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 8528 sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2023-11-29-0706-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 targets: smithi071.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBnQ5vs1plYViBEhV0j+oz7WAKKgWZVJXGcA8FWfI7rMoPRQjE0Z2cU9MNrt0aVFikMTYatAgkXmJ1sYcClUpVM= smithi203.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDZsncdYKf4MPOQ3ZNfktzut4OxBAqSNPL/80csY5+n5X0Qp+rutcp4NS34RI6QTRLAKVFXIpN+TcFuk7/4wv+c= 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:3.0 --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 - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.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 while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: wip-package-queries teuthology_sha1: 595fad1080bd379e3c0231a8e02595924c59a9da timestamp: 2023-11-30_16:00:27 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-11-30T22:01:44.795 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa; will attempt to use it 2023-11-30T22:01:44.796 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks 2023-11-30T22:01:44.796 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-30T22:01:44.797 INFO:teuthology.task.internal:Checking packages... 2023-11-30T22:01:44.820 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9' 2023-11-30T22:01:44.820 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-30T22:01:44.820 INFO:teuthology.packaging:ref: None 2023-11-30T22:01:44.820 INFO:teuthology.packaging:tag: None 2023-11-30T22:01:44.820 INFO:teuthology.packaging:branch: wip-yuri8-testing-2023-11-29-0706-pacific 2023-11-30T22:01:44.820 INFO:teuthology.packaging:sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 2023-11-30T22:01:44.820 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri8-testing-2023-11-29-0706-pacific 2023-11-30T22:01:44.966 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-328.g0dc074ce 2023-11-30T22:01:44.966 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-30T22:01:44.972 INFO:teuthology.task.internal:no buildpackages task found 2023-11-30T22:01:44.972 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-30T22:01:45.006 INFO:teuthology.task.internal:Saving configuration 2023-11-30T22:01:45.020 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-30T22:01:45.116 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-30T22:01:45.142 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472594', '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-30 21:56:17.989456', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBnQ5vs1plYViBEhV0j+oz7WAKKgWZVJXGcA8FWfI7rMoPRQjE0Z2cU9MNrt0aVFikMTYatAgkXmJ1sYcClUpVM='} 2023-11-30T22:01:45.164 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi203.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472594', '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-30 21:56:17.988059', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDZsncdYKf4MPOQ3ZNfktzut4OxBAqSNPL/80csY5+n5X0Qp+rutcp4NS34RI6QTRLAKVFXIpN+TcFuk7/4wv+c='} 2023-11-30T22:01:45.165 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-30T22:01:45.175 INFO:teuthology.task.internal:roles: ubuntu@smithi071.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-30T22:01:45.175 INFO:teuthology.task.internal:roles: ubuntu@smithi203.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-30T22:01:45.175 INFO:teuthology.run_tasks:Running task console_log... 2023-11-30T22:01:45.279 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f05039add30>, signals=[15]) 2023-11-30T22:01:45.280 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-30T22:01:45.287 INFO:teuthology.task.internal:Opening connections... 2023-11-30T22:01:45.288 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi071.front.sepia.ceph.com 2023-11-30T22:01:45.291 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T22:01:45.360 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi203.front.sepia.ceph.com 2023-11-30T22:01:45.361 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T22:01:45.425 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-30T22:01:45.432 DEBUG:teuthology.orchestra.run.smithi071:> uname -m 2023-11-30T22:01:45.449 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2023-11-30T22:01:45.449 DEBUG:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2023-11-30T22:01:45.505 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="Red Hat Enterprise Linux" 2023-11-30T22:01:45.505 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="8.4 (Ootpa)" 2023-11-30T22:01:45.505 INFO:teuthology.orchestra.run.smithi071.stdout:ID="rhel" 2023-11-30T22:01:45.505 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE="fedora" 2023-11-30T22:01:45.505 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="8.4" 2023-11-30T22:01:45.505 INFO:teuthology.orchestra.run.smithi071.stdout:PLATFORM_ID="platform:el8" 2023-11-30T22:01:45.505 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-11-30T22:01:45.505 INFO:teuthology.orchestra.run.smithi071.stdout:ANSI_COLOR="0;31" 2023-11-30T22:01:45.505 INFO:teuthology.orchestra.run.smithi071.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-11-30T22:01:45.505 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://www.redhat.com/" 2023-11-30T22:01:45.505 INFO:teuthology.orchestra.run.smithi071.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-30T22:01:45.506 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-30T22:01:45.506 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:01:45.506 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-30T22:01:45.506 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-11-30T22:01:45.506 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-30T22:01:45.506 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-11-30T22:01:45.507 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2023-11-30T22:01:45.530 DEBUG:teuthology.orchestra.run.smithi203:> uname -m 2023-11-30T22:01:45.547 INFO:teuthology.orchestra.run.smithi203.stdout:x86_64 2023-11-30T22:01:45.548 DEBUG:teuthology.orchestra.run.smithi203:> cat /etc/os-release 2023-11-30T22:01:45.603 INFO:teuthology.orchestra.run.smithi203.stdout:NAME="Red Hat Enterprise Linux" 2023-11-30T22:01:45.604 INFO:teuthology.orchestra.run.smithi203.stdout:VERSION="8.4 (Ootpa)" 2023-11-30T22:01:45.604 INFO:teuthology.orchestra.run.smithi203.stdout:ID="rhel" 2023-11-30T22:01:45.604 INFO:teuthology.orchestra.run.smithi203.stdout:ID_LIKE="fedora" 2023-11-30T22:01:45.604 INFO:teuthology.orchestra.run.smithi203.stdout:VERSION_ID="8.4" 2023-11-30T22:01:45.604 INFO:teuthology.orchestra.run.smithi203.stdout:PLATFORM_ID="platform:el8" 2023-11-30T22:01:45.604 INFO:teuthology.orchestra.run.smithi203.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-11-30T22:01:45.604 INFO:teuthology.orchestra.run.smithi203.stdout:ANSI_COLOR="0;31" 2023-11-30T22:01:45.604 INFO:teuthology.orchestra.run.smithi203.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-11-30T22:01:45.604 INFO:teuthology.orchestra.run.smithi203.stdout:HOME_URL="https://www.redhat.com/" 2023-11-30T22:01:45.604 INFO:teuthology.orchestra.run.smithi203.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-30T22:01:45.605 INFO:teuthology.orchestra.run.smithi203.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-30T22:01:45.605 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-30T22:01:45.605 INFO:teuthology.orchestra.run.smithi203.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-30T22:01:45.605 INFO:teuthology.orchestra.run.smithi203.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-11-30T22:01:45.605 INFO:teuthology.orchestra.run.smithi203.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-30T22:01:45.605 INFO:teuthology.orchestra.run.smithi203.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-11-30T22:01:45.605 INFO:teuthology.lock.ops:Updating smithi203.front.sepia.ceph.com on lock server 2023-11-30T22:01:45.632 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-30T22:01:45.642 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-30T22:01:45.687 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-30T22:01:45.687 DEBUG:teuthology.orchestra.run.smithi071:> test '!' -e /home/ubuntu/cephtest 2023-11-30T22:01:45.689 DEBUG:teuthology.orchestra.run.smithi203:> test '!' -e /home/ubuntu/cephtest 2023-11-30T22:01:45.705 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-30T22:01:45.716 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-30T22:01:45.716 DEBUG:teuthology.orchestra.run.smithi071:> test -z $(ls -A /var/lib/ceph) 2023-11-30T22:01:45.745 DEBUG:teuthology.orchestra.run.smithi203:> test -z $(ls -A /var/lib/ceph) 2023-11-30T22:01:45.759 INFO:teuthology.orchestra.run.smithi071.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-11-30T22:01:45.762 INFO:teuthology.orchestra.run.smithi203.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-11-30T22:01:45.762 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-30T22:01:45.820 INFO:teuthology.run_tasks:Running task kernel... 2023-11-30T22:01:45.835 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-30T22:01:45.836 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-30T22:01:45.836 DEBUG:teuthology.orchestra.run.smithi071:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-30T22:01:45.836 DEBUG:teuthology.orchestra.run.smithi203:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-30T22:01:45.851 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T22:01:45.851 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2023-11-30T22:01:45.852 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T22:01:45.852 DEBUG:teuthology.orchestra.run.smithi203:> uname -r 2023-11-30T22:01:45.908 INFO:teuthology.orchestra.run.smithi071.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-11-30T22:01:45.908 INFO:teuthology.task.kernel:Running kernel on smithi071: 4.18.0-305.25.1.el8_4.x86_64 2023-11-30T22:01:45.908 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum install -y kernel 2023-11-30T22:01:45.909 INFO:teuthology.orchestra.run.smithi203.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-11-30T22:01:45.910 INFO:teuthology.task.kernel:Running kernel on smithi203: 4.18.0-305.25.1.el8_4.x86_64 2023-11-30T22:01:45.910 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum install -y kernel 2023-11-30T22:01:47.348 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2023-11-30T22:01:47.348 INFO:teuthology.orchestra.run.smithi071.stdout:Unable to read consumer identity 2023-11-30T22:01:47.351 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2023-11-30T22:01:47.352 INFO:teuthology.orchestra.run.smithi203.stdout:Unable to read consumer identity 2023-11-30T22:01:48.756 INFO:teuthology.orchestra.run.smithi071.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-11-30T22:01:48.771 INFO:teuthology.orchestra.run.smithi203.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-11-30T22:01:49.314 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 30 MB/s | 16 MB 00:00 2023-11-30T22:01:49.497 INFO:teuthology.orchestra.run.smithi203.stdout:Extra Packages for Enterprise Linux 23 MB/s | 16 MB 00:00 2023-11-30T22:01:52.596 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 4.5 MB/s | 24 kB 00:00 2023-11-30T22:01:52.766 INFO:teuthology.orchestra.run.smithi203.stdout:lab-extras 4.3 MB/s | 24 kB 00:00 2023-11-30T22:01:53.288 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-11-30T22:01:53.288 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-11-30T22:01:53.289 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-11-30T22:01:53.451 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2023-11-30T22:01:53.452 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2023-11-30T22:01:53.452 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2023-11-30T22:01:53.520 INFO:teuthology.orchestra.run.smithi203.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-11-30T22:01:53.520 INFO:teuthology.orchestra.run.smithi203.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-11-30T22:01:53.520 INFO:teuthology.orchestra.run.smithi203.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-11-30T22:01:53.578 DEBUG:teuthology.orchestra.run.smithi071:> echo no | sudo yum reinstall kernel || true 2023-11-30T22:01:53.668 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-11-30T22:01:53.669 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2023-11-30T22:01:53.669 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-11-30T22:01:53.793 DEBUG:teuthology.orchestra.run.smithi203:> echo no | sudo yum reinstall kernel || true 2023-11-30T22:01:53.921 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2023-11-30T22:01:53.921 INFO:teuthology.orchestra.run.smithi071.stdout:Unable to read consumer identity 2023-11-30T22:01:54.136 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2023-11-30T22:01:54.137 INFO:teuthology.orchestra.run.smithi203.stdout:Unable to read consumer identity 2023-11-30T22:01:54.221 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:02 ago on Thu 30 Nov 2023 10:01:52 PM UTC. 2023-11-30T22:01:54.372 INFO:teuthology.orchestra.run.smithi071.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-30T22:01:54.373 INFO:teuthology.orchestra.run.smithi071.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-30T22:01:54.373 INFO:teuthology.orchestra.run.smithi071.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-30T22:01:54.400 INFO:teuthology.orchestra.run.smithi071.stderr:Error: No packages marked for reinstall. 2023-11-30T22:01:54.437 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:00:02 ago on Thu 30 Nov 2023 10:01:52 PM UTC. 2023-11-30T22:01:54.449 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum reinstall -y kernel || true 2023-11-30T22:01:54.558 INFO:teuthology.orchestra.run.smithi203.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-30T22:01:54.558 INFO:teuthology.orchestra.run.smithi203.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-30T22:01:54.558 INFO:teuthology.orchestra.run.smithi203.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-30T22:01:54.587 INFO:teuthology.orchestra.run.smithi203.stderr:Error: No packages marked for reinstall. 2023-11-30T22:01:54.637 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum reinstall -y kernel || true 2023-11-30T22:01:54.792 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2023-11-30T22:01:54.792 INFO:teuthology.orchestra.run.smithi071.stdout:Unable to read consumer identity 2023-11-30T22:01:54.982 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2023-11-30T22:01:54.982 INFO:teuthology.orchestra.run.smithi203.stdout:Unable to read consumer identity 2023-11-30T22:01:55.081 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:03 ago on Thu 30 Nov 2023 10:01:52 PM UTC. 2023-11-30T22:01:55.215 INFO:teuthology.orchestra.run.smithi071.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-30T22:01:55.215 INFO:teuthology.orchestra.run.smithi071.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-30T22:01:55.216 INFO:teuthology.orchestra.run.smithi071.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-30T22:01:55.226 INFO:teuthology.orchestra.run.smithi071.stderr:Error: No packages marked for reinstall. 2023-11-30T22:01:55.267 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:00:03 ago on Thu 30 Nov 2023 10:01:52 PM UTC. 2023-11-30T22:01:55.281 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2023-11-30T22:01:55.404 INFO:teuthology.orchestra.run.smithi203.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-30T22:01:55.405 INFO:teuthology.orchestra.run.smithi203.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-30T22:01:55.405 INFO:teuthology.orchestra.run.smithi203.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-30T22:01:55.405 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-30T22:01:55.406 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-30T22:01:55.406 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-30T22:01:55.406 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-30T22:01:55.406 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-30T22:01:55.406 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-30T22:01:55.406 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi071.front.sepia.ceph.com, path=None, version=distro) 2023-11-30T22:01:55.406 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2023-11-30T22:01:55.426 INFO:teuthology.orchestra.run.smithi203.stderr:Error: No packages marked for reinstall. 2023-11-30T22:01:55.478 DEBUG:teuthology.orchestra.run.smithi203:> rpm -q kernel | sort -rV | head -n 1 2023-11-30T22:01:55.532 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-30T22:01:55.532 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-30T22:01:55.532 DEBUG:teuthology.orchestra.run.smithi071:> sudo rpm -qi grub2-tools 2023-11-30T22:01:55.559 INFO:teuthology.orchestra.run.smithi071.stdout:Name : grub2-tools 2023-11-30T22:01:55.560 INFO:teuthology.orchestra.run.smithi071.stdout:Epoch : 1 2023-11-30T22:01:55.560 INFO:teuthology.orchestra.run.smithi071.stdout:Version : 2.02 2023-11-30T22:01:55.560 INFO:teuthology.orchestra.run.smithi071.stdout:Release : 99.el8_4.1 2023-11-30T22:01:55.560 INFO:teuthology.orchestra.run.smithi071.stdout:Architecture: x86_64 2023-11-30T22:01:55.560 INFO:teuthology.orchestra.run.smithi071.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-11-30T22:01:55.560 INFO:teuthology.orchestra.run.smithi071.stdout:Group : System Environment/Base 2023-11-30T22:01:55.560 INFO:teuthology.orchestra.run.smithi071.stdout:Size : 9264631 2023-11-30T22:01:55.560 INFO:teuthology.orchestra.run.smithi071.stdout:License : GPLv3+ 2023-11-30T22:01:55.560 INFO:teuthology.orchestra.run.smithi071.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-11-30T22:01:55.560 INFO:teuthology.orchestra.run.smithi071.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-11-30T22:01:55.561 INFO:teuthology.orchestra.run.smithi071.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-11-30T22:01:55.561 INFO:teuthology.orchestra.run.smithi071.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-11-30T22:01:55.561 INFO:teuthology.orchestra.run.smithi071.stdout:Relocations : (not relocatable) 2023-11-30T22:01:55.561 INFO:teuthology.orchestra.run.smithi071.stdout:Packager : Red Hat, Inc. 2023-11-30T22:01:55.561 INFO:teuthology.orchestra.run.smithi071.stdout:Vendor : Red Hat, Inc. 2023-11-30T22:01:55.561 INFO:teuthology.orchestra.run.smithi071.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-30T22:01:55.561 INFO:teuthology.orchestra.run.smithi071.stdout:Summary : Support tools for GRUB. 2023-11-30T22:01:55.561 INFO:teuthology.orchestra.run.smithi071.stdout:Description : 2023-11-30T22:01:55.561 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:01:55.561 INFO:teuthology.orchestra.run.smithi071.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-30T22:01:55.562 INFO:teuthology.orchestra.run.smithi071.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-30T22:01:55.562 INFO:teuthology.orchestra.run.smithi071.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-30T22:01:55.562 INFO:teuthology.orchestra.run.smithi071.stdout:hardware devices. 2023-11-30T22:01:55.562 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:01:55.562 INFO:teuthology.orchestra.run.smithi071.stdout:This subpackage provides tools for support of all platforms. 2023-11-30T22:01:55.563 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-30T22:01:55.563 INFO:teuthology.task.kernel:Updating grub on smithi071 to boot 4.18.0-425.3.1.el8.x86_64 2023-11-30T22:01:55.563 DEBUG:teuthology.orchestra.run.smithi071:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-30T22:01:55.603 INFO:teuthology.orchestra.run.smithi203.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-30T22:01:55.603 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-30T22:01:55.603 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-30T22:01:55.603 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-30T22:01:55.604 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-30T22:01:55.604 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-30T22:01:55.604 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi203.front.sepia.ceph.com, path=None, version=distro) 2023-11-30T22:01:55.604 DEBUG:teuthology.orchestra.run.smithi203:> rpm -q kernel | sort -rV | head -n 1 2023-11-30T22:01:55.729 INFO:teuthology.orchestra.run.smithi203.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-30T22:01:55.730 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-30T22:01:55.730 DEBUG:teuthology.orchestra.run.smithi203:> sudo rpm -qi grub2-tools 2023-11-30T22:01:55.757 INFO:teuthology.orchestra.run.smithi203.stdout:Name : grub2-tools 2023-11-30T22:01:55.757 INFO:teuthology.orchestra.run.smithi203.stdout:Epoch : 1 2023-11-30T22:01:55.757 INFO:teuthology.orchestra.run.smithi203.stdout:Version : 2.02 2023-11-30T22:01:55.757 INFO:teuthology.orchestra.run.smithi203.stdout:Release : 99.el8_4.1 2023-11-30T22:01:55.758 INFO:teuthology.orchestra.run.smithi203.stdout:Architecture: x86_64 2023-11-30T22:01:55.758 INFO:teuthology.orchestra.run.smithi203.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-11-30T22:01:55.758 INFO:teuthology.orchestra.run.smithi203.stdout:Group : System Environment/Base 2023-11-30T22:01:55.758 INFO:teuthology.orchestra.run.smithi203.stdout:Size : 9264631 2023-11-30T22:01:55.758 INFO:teuthology.orchestra.run.smithi203.stdout:License : GPLv3+ 2023-11-30T22:01:55.758 INFO:teuthology.orchestra.run.smithi203.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-11-30T22:01:55.758 INFO:teuthology.orchestra.run.smithi203.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-11-30T22:01:55.758 INFO:teuthology.orchestra.run.smithi203.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-11-30T22:01:55.758 INFO:teuthology.orchestra.run.smithi203.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-11-30T22:01:55.758 INFO:teuthology.orchestra.run.smithi203.stdout:Relocations : (not relocatable) 2023-11-30T22:01:55.758 INFO:teuthology.orchestra.run.smithi203.stdout:Packager : Red Hat, Inc. 2023-11-30T22:01:55.759 INFO:teuthology.orchestra.run.smithi203.stdout:Vendor : Red Hat, Inc. 2023-11-30T22:01:55.759 INFO:teuthology.orchestra.run.smithi203.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-30T22:01:55.759 INFO:teuthology.orchestra.run.smithi203.stdout:Summary : Support tools for GRUB. 2023-11-30T22:01:55.759 INFO:teuthology.orchestra.run.smithi203.stdout:Description : 2023-11-30T22:01:55.759 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-30T22:01:55.759 INFO:teuthology.orchestra.run.smithi203.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-30T22:01:55.759 INFO:teuthology.orchestra.run.smithi203.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-30T22:01:55.759 INFO:teuthology.orchestra.run.smithi203.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-30T22:01:55.759 INFO:teuthology.orchestra.run.smithi203.stdout:hardware devices. 2023-11-30T22:01:55.759 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-30T22:01:55.759 INFO:teuthology.orchestra.run.smithi203.stdout:This subpackage provides tools for support of all platforms. 2023-11-30T22:01:55.760 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-30T22:01:55.760 INFO:teuthology.task.kernel:Updating grub on smithi203 to boot 4.18.0-425.3.1.el8.x86_64 2023-11-30T22:01:55.761 DEBUG:teuthology.orchestra.run.smithi203:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-30T22:01:56.793 INFO:teuthology.orchestra.run.smithi071.stderr:Generating grub configuration file ... 2023-11-30T22:01:57.204 INFO:teuthology.orchestra.run.smithi203.stderr:Generating grub configuration file ... 2023-11-30T22:01:58.614 INFO:teuthology.orchestra.run.smithi071.stderr:done 2023-11-30T22:01:58.616 DEBUG:teuthology.orchestra.run.smithi071:> mktemp 2023-11-30T22:01:58.630 INFO:teuthology.orchestra.run.smithi071.stdout:/tmp/tmp.veby7tMNTN 2023-11-30T22:01:58.631 DEBUG:teuthology.orchestra.run.smithi071:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.veby7tMNTN 2023-11-30T22:01:58.701 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 0666 /tmp/tmp.veby7tMNTN 2023-11-30T22:01:58.853 DEBUG:teuthology.orchestra.remote:smithi071:/tmp/tmp.veby7tMNTN is 6KB 2023-11-30T22:01:58.902 DEBUG:teuthology.orchestra.run.smithi071:> rm -fr /tmp/tmp.veby7tMNTN 2023-11-30T22:01:58.916 DEBUG:teuthology.orchestra.run.smithi071:> sudo /bin/ls /boot/loader/entries || true 2023-11-30T22:01:58.978 INFO:teuthology.orchestra.run.smithi071.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-11-30T22:01:58.978 INFO:teuthology.orchestra.run.smithi071.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-11-30T22:01:58.978 INFO:teuthology.orchestra.run.smithi071.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-11-30T22:01:58.978 INFO:teuthology.orchestra.run.smithi071.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-11-30T22:01:58.979 DEBUG:teuthology.orchestra.run.smithi071:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-11-30T22:01:59.086 INFO:teuthology.orchestra.run.smithi203.stderr:done 2023-11-30T22:01:59.087 DEBUG:teuthology.orchestra.run.smithi203:> mktemp 2023-11-30T22:01:59.101 INFO:teuthology.orchestra.run.smithi203.stdout:/tmp/tmp.GteoicSIgm 2023-11-30T22:01:59.101 DEBUG:teuthology.orchestra.run.smithi203:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.GteoicSIgm 2023-11-30T22:01:59.134 DEBUG:teuthology.orchestra.run.smithi071:> sudo shutdown -r now 2023-11-30T22:01:59.186 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod 0666 /tmp/tmp.GteoicSIgm 2023-11-30T22:01:59.295 DEBUG:teuthology.orchestra.remote:smithi203:/tmp/tmp.GteoicSIgm is 6KB 2023-11-30T22:01:59.343 DEBUG:teuthology.orchestra.run.smithi203:> rm -fr /tmp/tmp.GteoicSIgm 2023-11-30T22:01:59.358 DEBUG:teuthology.orchestra.run.smithi203:> sudo /bin/ls /boot/loader/entries || true 2023-11-30T22:01:59.431 INFO:teuthology.orchestra.run.smithi203.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-11-30T22:01:59.432 INFO:teuthology.orchestra.run.smithi203.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-11-30T22:01:59.432 INFO:teuthology.orchestra.run.smithi203.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-11-30T22:01:59.432 INFO:teuthology.orchestra.run.smithi203.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-11-30T22:01:59.433 DEBUG:teuthology.orchestra.run.smithi203:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-11-30T22:01:59.602 DEBUG:teuthology.orchestra.run.smithi203:> sudo shutdown -r now 2023-11-30T22:02:29.166 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-30T22:02:29.167 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-11-30T22:02:29.168 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T22:02:29.605 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-30T22:02:29.605 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-11-30T22:02:29.606 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T22:02:47.526 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2023-11-30T22:02:48.038 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.203 2023-11-30T22:02:56.534 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-11-30T22:02:56.535 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T22:02:57.040 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-11-30T22:02:57.040 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T22:02:59.586 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2023-11-30T22:03:00.098 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.203 2023-11-30T22:03:11.599 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-11-30T22:03:11.600 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T22:03:12.099 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-11-30T22:03:12.100 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T22:03:43.493 DEBUG:teuthology.orchestra.run.smithi071:> true 2023-11-30T22:03:43.776 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-11-30T22:03:43.777 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-11-30T22:03:43.777 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2023-11-30T22:03:43.791 INFO:teuthology.orchestra.run.smithi071.stdout:4.18.0-425.3.1.el8.x86_64 2023-11-30T22:03:43.791 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-30T22:03:43.791 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-30T22:03:43.791 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-11-30T22:03:44.792 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-30T22:03:44.793 DEBUG:teuthology.orchestra.run.smithi071:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-30T22:03:44.933 INFO:teuthology.orchestra.run.smithi071.stdout:ttyS1 2023-11-30T22:03:44.948 DEBUG:teuthology.parallel:result is None 2023-11-30T22:04:12.102 DEBUG:teuthology.orchestra.remote:timed out 2023-11-30T22:04:27.103 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-11-30T22:04:27.104 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T22:04:27.386 DEBUG:teuthology.orchestra.run.smithi203:> true 2023-11-30T22:04:27.646 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-11-30T22:04:27.646 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-11-30T22:04:27.647 DEBUG:teuthology.orchestra.run.smithi203:> uname -r 2023-11-30T22:04:27.662 INFO:teuthology.orchestra.run.smithi203.stdout:4.18.0-425.3.1.el8.x86_64 2023-11-30T22:04:27.662 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-30T22:04:27.662 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-30T22:04:27.662 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-11-30T22:04:28.663 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-30T22:04:28.664 DEBUG:teuthology.orchestra.run.smithi203:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-30T22:04:28.756 INFO:teuthology.orchestra.run.smithi203.stdout:ttyS1 2023-11-30T22:04:28.770 DEBUG:teuthology.parallel:result is None 2023-11-30T22:04:28.771 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-30T22:04:28.779 INFO:teuthology.task.internal:Creating test directory... 2023-11-30T22:04:28.779 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-30T22:04:28.782 DEBUG:teuthology.orchestra.run.smithi203:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-30T22:04:28.800 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-30T22:04:28.838 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-30T22:04:28.863 INFO:teuthology.task.internal:Creating archive directory... 2023-11-30T22:04:28.863 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-30T22:04:28.866 DEBUG:teuthology.orchestra.run.smithi203:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-30T22:04:28.900 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-30T22:04:28.907 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-30T22:04:28.907 DEBUG:teuthology.orchestra.run.smithi071:> 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-30T22:04:28.939 DEBUG:teuthology.orchestra.run.smithi203:> 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-30T22:04:28.979 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-30T22:04:28.979 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-30T22:04:28.990 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-30T22:04:28.991 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-30T22:04:28.993 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-30T22:04:29.000 INFO:teuthology.task.internal:Configuring sudo... 2023-11-30T22:04:29.000 DEBUG:teuthology.orchestra.run.smithi071:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-30T22:04:29.035 DEBUG:teuthology.orchestra.run.smithi203:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-30T22:04:29.062 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-30T22:04:29.077 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-30T22:04:29.077 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-30T22:04:29.104 DEBUG:teuthology.orchestra.run.smithi203:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-30T22:04:29.120 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-30T22:04:29.208 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-30T22:04:29.276 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-30T22:04:29.365 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-30T22:04:29.407 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-11-30T22:04:29.407 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-30T22:04:29.473 DEBUG:teuthology.orchestra.run.smithi203:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-30T22:04:29.519 DEBUG:teuthology.orchestra.run.smithi203:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-30T22:04:29.575 DEBUG:teuthology.orchestra.run.smithi203:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-30T22:04:29.659 DEBUG:teuthology.orchestra.run.smithi203:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-30T22:04:29.703 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-11-30T22:04:29.703 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-30T22:04:29.770 DEBUG:teuthology.orchestra.run.smithi071:> sudo service rsyslog restart 2023-11-30T22:04:29.773 DEBUG:teuthology.orchestra.run.smithi203:> sudo service rsyslog restart 2023-11-30T22:04:29.830 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-30T22:04:29.860 INFO:teuthology.orchestra.run.smithi203.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-30T22:04:30.139 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-30T22:04:30.153 INFO:teuthology.task.internal:Starting timer... 2023-11-30T22:04:30.153 INFO:teuthology.run_tasks:Running task pcp... 2023-11-30T22:04:30.163 INFO:teuthology.run_tasks:Running task selinux... 2023-11-30T22:04:30.175 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-30T22:04:30.176 DEBUG:teuthology.orchestra.run.smithi071:> sudo service auditd rotate 2023-11-30T22:04:30.230 INFO:teuthology.orchestra.run.smithi071.stdout:Rotating logs: [ OK ] 2023-11-30T22:04:30.232 DEBUG:teuthology.orchestra.run.smithi203:> sudo service auditd rotate 2023-11-30T22:04:30.297 INFO:teuthology.orchestra.run.smithi203.stdout:Rotating logs: [ OK ] 2023-11-30T22:04:30.298 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-30T22:04:30.298 DEBUG:teuthology.orchestra.run.smithi071:> /usr/sbin/getenforce 2023-11-30T22:04:30.320 INFO:teuthology.orchestra.run.smithi071.stdout:Permissive 2023-11-30T22:04:30.320 DEBUG:teuthology.orchestra.run.smithi203:> /usr/sbin/getenforce 2023-11-30T22:04:30.343 INFO:teuthology.orchestra.run.smithi203.stdout:Permissive 2023-11-30T22:04:30.343 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi071.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi203.front.sepia.ceph.com': 'permissive'} 2023-11-30T22:04:30.344 DEBUG:teuthology.orchestra.run.smithi071:> 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-30T22:04:30.385 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T22:04:30.385 DEBUG:teuthology.orchestra.run.smithi203:> 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-30T22:04:30.410 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T22:04:30.411 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-30T22:04:30.411 DEBUG:teuthology.orchestra.run.smithi071:> sudo /usr/sbin/setenforce permissive 2023-11-30T22:04:30.451 DEBUG:teuthology.orchestra.run.smithi203:> sudo /usr/sbin/setenforce permissive 2023-11-30T22:04:30.477 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-30T22:04:30.487 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-30T22:04:30.506 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-30T22:04:30.507 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi071.front.sepia.ceph.com,smithi203.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-30T22:13:45.880 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi071.front.sepia.ceph.com'), Remote(name='ubuntu@smithi203.front.sepia.ceph.com')] 2023-11-30T22:13:45.881 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-11-30T22:13:45.882 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T22:13:45.956 DEBUG:teuthology.orchestra.run.smithi071:> true 2023-11-30T22:13:46.022 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-11-30T22:13:46.022 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-11-30T22:13:46.022 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T22:13:46.088 DEBUG:teuthology.orchestra.run.smithi203:> true 2023-11-30T22:13:46.157 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-11-30T22:13:46.157 INFO:teuthology.run_tasks:Running task clock... 2023-11-30T22:13:46.176 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-30T22:13:46.176 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-30T22:13:46.177 DEBUG:teuthology.orchestra.run.smithi071:> 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-30T22:13:46.179 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-30T22:13:46.179 DEBUG:teuthology.orchestra.run.smithi203:> 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-30T22:13:46.207 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-30T22:13:46.222 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-30T22:13:46.225 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-30T22:13:46.240 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-30T22:13:46.255 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: ntpd: command not found 2023-11-30T22:13:46.266 INFO:teuthology.orchestra.run.smithi071.stdout:506 Cannot talk to daemon 2023-11-30T22:13:46.272 INFO:teuthology.orchestra.run.smithi203.stderr:sudo: ntpd: command not found 2023-11-30T22:13:46.279 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-30T22:13:46.283 INFO:teuthology.orchestra.run.smithi203.stdout:506 Cannot talk to daemon 2023-11-30T22:13:46.293 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-30T22:13:46.296 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-30T22:13:46.311 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-30T22:13:46.357 INFO:teuthology.orchestra.run.smithi071.stderr:bash: ntpq: command not found 2023-11-30T22:13:46.360 INFO:teuthology.orchestra.run.smithi071.stdout:210 Number of sources = 4 2023-11-30T22:13:46.360 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-30T22:13:46.360 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2023-11-30T22:13:46.360 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T22:13:46.360 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T22:13:46.360 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T22:13:46.360 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T22:13:46.380 INFO:teuthology.orchestra.run.smithi203.stderr:bash: ntpq: command not found 2023-11-30T22:13:46.383 INFO:teuthology.orchestra.run.smithi203.stdout:210 Number of sources = 4 2023-11-30T22:13:46.383 INFO:teuthology.orchestra.run.smithi203.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-30T22:13:46.383 INFO:teuthology.orchestra.run.smithi203.stdout:=============================================================================== 2023-11-30T22:13:46.383 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T22:13:46.384 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T22:13:46.384 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T22:13:46.384 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T22:13:46.384 INFO:teuthology.run_tasks:Running task pexec... 2023-11-30T22:13:46.393 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-30T22:13:46.393 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi071.front.sepia.ceph.com 2023-11-30T22:13:46.393 DEBUG:teuthology.orchestra.run.smithi071:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-30T22:13:46.394 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi203.front.sepia.ceph.com 2023-11-30T22:13:46.394 DEBUG:teuthology.orchestra.run.smithi203:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-30T22:13:46.791 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2023-11-30T22:13:46.818 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2023-11-30T22:13:48.458 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:28 ago on Thu 30 Nov 2023 10:12:20 PM UTC. 2023-11-30T22:13:48.540 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:38 ago on Thu 30 Nov 2023 10:12:10 PM UTC. 2023-11-30T22:13:50.588 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2023-11-30T22:13:50.589 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-11-30T22:13:50.589 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2023-11-30T22:13:50.589 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-11-30T22:13:50.589 INFO:teuthology.orchestra.run.smithi071.stdout:Resetting modules: 2023-11-30T22:13:50.589 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools 2023-11-30T22:13:50.590 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:13:50.590 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2023-11-30T22:13:50.590 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-11-30T22:13:50.590 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:13:50.687 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-11-30T22:13:50.688 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-11-30T22:13:50.688 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2023-11-30T22:13:50.688 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-11-30T22:13:50.688 INFO:teuthology.orchestra.run.smithi203.stdout:Resetting modules: 2023-11-30T22:13:50.688 INFO:teuthology.orchestra.run.smithi203.stdout: container-tools 2023-11-30T22:13:50.688 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-30T22:13:50.688 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-11-30T22:13:50.688 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-11-30T22:13:50.688 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-30T22:13:51.460 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:31 ago on Thu 30 Nov 2023 10:12:20 PM UTC. 2023-11-30T22:13:51.647 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:41 ago on Thu 30 Nov 2023 10:12:10 PM UTC. 2023-11-30T22:13:53.349 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2023-11-30T22:13:53.498 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-11-30T22:13:53.788 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2023-11-30T22:13:53.948 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2023-11-30T22:13:54.522 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:34 ago on Thu 30 Nov 2023 10:12:20 PM UTC. 2023-11-30T22:13:54.792 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:44 ago on Thu 30 Nov 2023 10:12:10 PM UTC. 2023-11-30T22:13:56.505 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2023-11-30T22:13:56.557 INFO:teuthology.orchestra.run.smithi071.stdout:========================================================================================================================== 2023-11-30T22:13:56.557 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2023-11-30T22:13:56.557 INFO:teuthology.orchestra.run.smithi071.stdout:========================================================================================================================== 2023-11-30T22:13:56.558 INFO:teuthology.orchestra.run.smithi071.stdout:Installing group/module packages: 2023-11-30T22:13:56.558 INFO:teuthology.orchestra.run.smithi071.stdout: buildah x86_64 1.19.7-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 7.4 M 2023-11-30T22:13:56.558 INFO:teuthology.orchestra.run.smithi071.stdout: cockpit-podman noarch 29-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-30T22:13:56.558 INFO:teuthology.orchestra.run.smithi071.stdout: crun x86_64 0.18-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-30T22:13:56.558 INFO:teuthology.orchestra.run.smithi071.stdout: skopeo x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 6.3 M 2023-11-30T22:13:56.558 INFO:teuthology.orchestra.run.smithi071.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 16 k 2023-11-30T22:13:56.558 INFO:teuthology.orchestra.run.smithi071.stdout: udica noarch 0.2.4-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-30T22:13:56.558 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2023-11-30T22:13:56.558 INFO:teuthology.orchestra.run.smithi071.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-30T22:13:56.558 INFO:teuthology.orchestra.run.smithi071.stdout:Downgrading: 2023-11-30T22:13:56.558 INFO:teuthology.orchestra.run.smithi071.stdout: conmon x86_64 2:2.0.26-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-30T22:13:56.559 INFO:teuthology.orchestra.run.smithi071.stdout: container-selinux noarch 2:2.167.0-1.module+el8.4.0+12448+09f02219 rhel-8-for-x86_64-appstream-rpms 52 k 2023-11-30T22:13:56.559 INFO:teuthology.orchestra.run.smithi071.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 20 M 2023-11-30T22:13:56.559 INFO:teuthology.orchestra.run.smithi071.stdout: containers-common x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 91 k 2023-11-30T22:13:56.559 INFO:teuthology.orchestra.run.smithi071.stdout: criu x86_64 3.15-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-30T22:13:56.559 INFO:teuthology.orchestra.run.smithi071.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 72 k 2023-11-30T22:13:56.559 INFO:teuthology.orchestra.run.smithi071.stdout: libslirp x86_64 4.3.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 69 k 2023-11-30T22:13:56.559 INFO:teuthology.orchestra.run.smithi071.stdout: podman x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 12 M 2023-11-30T22:13:56.559 INFO:teuthology.orchestra.run.smithi071.stdout: podman-catatonit x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 320 k 2023-11-30T22:13:56.559 INFO:teuthology.orchestra.run.smithi071.stdout: podman-docker noarch 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 56 k 2023-11-30T22:13:56.559 INFO:teuthology.orchestra.run.smithi071.stdout: runc x86_64 1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7 rhel-8-for-x86_64-appstream-rpms 3.1 M 2023-11-30T22:13:56.559 INFO:teuthology.orchestra.run.smithi071.stdout: slirp4netns x86_64 1.1.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-30T22:13:56.559 INFO:teuthology.orchestra.run.smithi071.stdout:Installing module profiles: 2023-11-30T22:13:56.559 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools/common 2023-11-30T22:13:56.560 INFO:teuthology.orchestra.run.smithi071.stdout:Enabling module streams: 2023-11-30T22:13:56.560 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools 3.0 2023-11-30T22:13:56.560 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:13:56.560 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2023-11-30T22:13:56.560 INFO:teuthology.orchestra.run.smithi071.stdout:========================================================================================================================== 2023-11-30T22:13:56.560 INFO:teuthology.orchestra.run.smithi071.stdout:Install 7 Packages 2023-11-30T22:13:56.560 INFO:teuthology.orchestra.run.smithi071.stdout:Downgrade 12 Packages 2023-11-30T22:13:56.560 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:13:56.562 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 51 M 2023-11-30T22:13:56.562 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2023-11-30T22:13:56.591 INFO:teuthology.orchestra.run.smithi071.stdout:(1/19): libslirp-4.3.1-1.module+el8.4.0+11818+3 2.2 MB/s | 69 kB 00:00 2023-11-30T22:13:56.595 INFO:teuthology.orchestra.run.smithi071.stdout:(2/19): container-selinux-2.167.0-1.module+el8. 1.4 MB/s | 52 kB 00:00 2023-11-30T22:13:56.613 INFO:teuthology.orchestra.run.smithi071.stdout:(3/19): criu-3.15-1.module+el8.4.0+11818+341460 23 MB/s | 511 kB 00:00 2023-11-30T22:13:56.631 INFO:teuthology.orchestra.run.smithi071.stdout:(4/19): conmon-2.0.26-1.module+el8.4.0+11818+34 2.8 MB/s | 51 kB 00:00 2023-11-30T22:13:56.645 INFO:teuthology.orchestra.run.smithi071.stdout:(5/19): podman-docker-3.0.1-7.module+el8.4.0+12 3.9 MB/s | 56 kB 00:00 2023-11-30T22:13:56.658 INFO:teuthology.orchestra.run.smithi071.stdout:(6/19): runc-1.0.0-72.rc92.module+el8.4.0+12507 49 MB/s | 3.1 MB 00:00 2023-11-30T22:13:56.662 INFO:teuthology.orchestra.run.smithi071.stdout:(7/19): slirp4netns-1.1.8-1.module+el8.4.0+1181 2.9 MB/s | 51 kB 00:00 2023-11-30T22:13:56.676 INFO:teuthology.orchestra.run.smithi071.stdout:(8/19): fuse-overlayfs-1.4.0-2.module+el8.4.0+1 4.0 MB/s | 72 kB 00:00 2023-11-30T22:13:56.682 INFO:teuthology.orchestra.run.smithi071.stdout:(9/19): podman-catatonit-3.0.1-7.module+el8.4.0 16 MB/s | 320 kB 00:00 2023-11-30T22:13:56.701 INFO:teuthology.orchestra.run.smithi071.stdout:(10/19): containers-common-1.2.2-8.module+el8.4 4.8 MB/s | 91 kB 00:00 2023-11-30T22:13:56.717 INFO:teuthology.orchestra.run.smithi071.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 2.6 MB/s | 41 kB 00:00 2023-11-30T22:13:56.732 INFO:teuthology.orchestra.run.smithi071.stdout:(12/19): udica-0.2.4-1.module+el8.4.0+11818+341 3.2 MB/s | 51 kB 00:00 2023-11-30T22:13:56.892 INFO:teuthology.orchestra.run.smithi071.stdout:(13/19): podman-3.0.1-7.module+el8.4.0+12906+0c 55 MB/s | 12 MB 00:00 2023-11-30T22:13:56.912 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-11-30T22:13:56.962 INFO:teuthology.orchestra.run.smithi203.stdout:========================================================================================================================== 2023-11-30T22:13:56.963 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2023-11-30T22:13:56.963 INFO:teuthology.orchestra.run.smithi203.stdout:========================================================================================================================== 2023-11-30T22:13:56.963 INFO:teuthology.orchestra.run.smithi203.stdout:Installing group/module packages: 2023-11-30T22:13:56.963 INFO:teuthology.orchestra.run.smithi203.stdout: buildah x86_64 1.19.7-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 7.4 M 2023-11-30T22:13:56.963 INFO:teuthology.orchestra.run.smithi203.stdout: cockpit-podman noarch 29-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-30T22:13:56.963 INFO:teuthology.orchestra.run.smithi203.stdout: crun x86_64 0.18-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-30T22:13:56.963 INFO:teuthology.orchestra.run.smithi203.stdout: skopeo x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 6.3 M 2023-11-30T22:13:56.963 INFO:teuthology.orchestra.run.smithi203.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 16 k 2023-11-30T22:13:56.963 INFO:teuthology.orchestra.run.smithi203.stdout: udica noarch 0.2.4-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-30T22:13:56.963 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2023-11-30T22:13:56.963 INFO:teuthology.orchestra.run.smithi203.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-30T22:13:56.963 INFO:teuthology.orchestra.run.smithi203.stdout:Downgrading: 2023-11-30T22:13:56.963 INFO:teuthology.orchestra.run.smithi203.stdout: conmon x86_64 2:2.0.26-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-30T22:13:56.964 INFO:teuthology.orchestra.run.smithi203.stdout: container-selinux noarch 2:2.167.0-1.module+el8.4.0+12448+09f02219 rhel-8-for-x86_64-appstream-rpms 52 k 2023-11-30T22:13:56.964 INFO:teuthology.orchestra.run.smithi203.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 20 M 2023-11-30T22:13:56.964 INFO:teuthology.orchestra.run.smithi203.stdout: containers-common x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 91 k 2023-11-30T22:13:56.964 INFO:teuthology.orchestra.run.smithi203.stdout: criu x86_64 3.15-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-30T22:13:56.964 INFO:teuthology.orchestra.run.smithi203.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 72 k 2023-11-30T22:13:56.964 INFO:teuthology.orchestra.run.smithi203.stdout: libslirp x86_64 4.3.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 69 k 2023-11-30T22:13:56.964 INFO:teuthology.orchestra.run.smithi203.stdout: podman x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 12 M 2023-11-30T22:13:56.965 INFO:teuthology.orchestra.run.smithi203.stdout: podman-catatonit x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 320 k 2023-11-30T22:13:56.966 INFO:teuthology.orchestra.run.smithi203.stdout: podman-docker noarch 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 56 k 2023-11-30T22:13:56.966 INFO:teuthology.orchestra.run.smithi203.stdout: runc x86_64 1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7 rhel-8-for-x86_64-appstream-rpms 3.1 M 2023-11-30T22:13:56.966 INFO:teuthology.orchestra.run.smithi203.stdout: slirp4netns x86_64 1.1.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-30T22:13:56.966 INFO:teuthology.orchestra.run.smithi203.stdout:Installing module profiles: 2023-11-30T22:13:56.966 INFO:teuthology.orchestra.run.smithi203.stdout: container-tools/common 2023-11-30T22:13:56.966 INFO:teuthology.orchestra.run.smithi203.stdout:Enabling module streams: 2023-11-30T22:13:56.966 INFO:teuthology.orchestra.run.smithi203.stdout: container-tools 3.0 2023-11-30T22:13:56.966 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-30T22:13:56.966 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-11-30T22:13:56.966 INFO:teuthology.orchestra.run.smithi203.stdout:========================================================================================================================== 2023-11-30T22:13:56.966 INFO:teuthology.orchestra.run.smithi203.stdout:Install 7 Packages 2023-11-30T22:13:56.966 INFO:teuthology.orchestra.run.smithi203.stdout:Downgrade 12 Packages 2023-11-30T22:13:56.966 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-30T22:13:56.967 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 51 M 2023-11-30T22:13:56.967 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-11-30T22:13:56.981 INFO:teuthology.orchestra.run.smithi071.stdout:(14/19): buildah-1.19.7-1.module+el8.4.0+11818+ 30 MB/s | 7.4 MB 00:00 2023-11-30T22:13:56.999 INFO:teuthology.orchestra.run.smithi071.stdout:(15/19): cockpit-podman-29-2.module+el8.4.0+118 10 MB/s | 1.1 MB 00:00 2023-11-30T22:13:57.010 INFO:teuthology.orchestra.run.smithi203.stdout:(1/19): container-selinux-2.167.0-1.module+el8. 1.1 MB/s | 52 kB 00:00 2023-11-30T22:13:57.025 INFO:teuthology.orchestra.run.smithi203.stdout:(2/19): libslirp-4.3.1-1.module+el8.4.0+11818+3 1.2 MB/s | 69 kB 00:00 2023-11-30T22:13:57.034 INFO:teuthology.orchestra.run.smithi203.stdout:(3/19): criu-3.15-1.module+el8.4.0+11818+341460 21 MB/s | 511 kB 00:00 2023-11-30T22:13:57.057 INFO:teuthology.orchestra.run.smithi203.stdout:(4/19): conmon-2.0.26-1.module+el8.4.0+11818+34 2.2 MB/s | 51 kB 00:00 2023-11-30T22:13:57.073 INFO:teuthology.orchestra.run.smithi203.stdout:(5/19): podman-docker-3.0.1-7.module+el8.4.0+12 3.4 MB/s | 56 kB 00:00 2023-11-30T22:13:57.091 INFO:teuthology.orchestra.run.smithi203.stdout:(6/19): runc-1.0.0-72.rc92.module+el8.4.0+12507 46 MB/s | 3.1 MB 00:00 2023-11-30T22:13:57.092 INFO:teuthology.orchestra.run.smithi203.stdout:(7/19): slirp4netns-1.1.8-1.module+el8.4.0+1181 2.7 MB/s | 51 kB 00:00 2023-11-30T22:13:57.109 INFO:teuthology.orchestra.run.smithi203.stdout:(8/19): fuse-overlayfs-1.4.0-2.module+el8.4.0+1 4.1 MB/s | 72 kB 00:00 2023-11-30T22:13:57.113 INFO:teuthology.orchestra.run.smithi203.stdout:(9/19): podman-catatonit-3.0.1-7.module+el8.4.0 15 MB/s | 320 kB 00:00 2023-11-30T22:13:57.121 INFO:teuthology.orchestra.run.smithi071.stdout:(16/19): containernetworking-plugins-0.9.1-1.mo 36 MB/s | 20 MB 00:00 2023-11-30T22:13:57.124 INFO:teuthology.orchestra.run.smithi071.stdout:(17/19): crun-0.18-2.module+el8.4.0+11818+34146 1.4 MB/s | 185 kB 00:00 2023-11-30T22:13:57.131 INFO:teuthology.orchestra.run.smithi203.stdout:(10/19): containers-common-1.2.2-8.module+el8.4 5.2 MB/s | 91 kB 00:00 2023-11-30T22:13:57.142 INFO:teuthology.orchestra.run.smithi071.stdout:(18/19): toolbox-0.0.8-1.module+el8.4.0+11818+3 753 kB/s | 16 kB 00:00 2023-11-30T22:13:57.155 INFO:teuthology.orchestra.run.smithi203.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 1.7 MB/s | 41 kB 00:00 2023-11-30T22:13:57.170 INFO:teuthology.orchestra.run.smithi203.stdout:(12/19): udica-0.2.4-1.module+el8.4.0+11818+341 3.4 MB/s | 51 kB 00:00 2023-11-30T22:13:57.176 INFO:teuthology.orchestra.run.smithi071.stdout:(19/19): skopeo-1.2.2-8.module+el8.4.0+11818+34 32 MB/s | 6.3 MB 00:00 2023-11-30T22:13:57.177 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2023-11-30T22:13:57.177 INFO:teuthology.orchestra.run.smithi071.stdout:Total 83 MB/s | 51 MB 00:00 2023-11-30T22:13:57.192 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2023-11-30T22:13:57.235 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2023-11-30T22:13:57.235 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2023-11-30T22:13:57.403 INFO:teuthology.orchestra.run.smithi203.stdout:(13/19): containernetworking-plugins-0.9.1-1.mo 46 MB/s | 20 MB 00:00 2023-11-30T22:13:57.525 INFO:teuthology.orchestra.run.smithi203.stdout:(14/19): podman-3.0.1-7.module+el8.4.0+12906+0c 29 MB/s | 12 MB 00:00 2023-11-30T22:13:57.546 INFO:teuthology.orchestra.run.smithi203.stdout:(15/19): buildah-1.19.7-1.module+el8.4.0+11818+ 20 MB/s | 7.4 MB 00:00 2023-11-30T22:13:57.562 INFO:teuthology.orchestra.run.smithi203.stdout:(16/19): cockpit-podman-29-2.module+el8.4.0+118 6.9 MB/s | 1.1 MB 00:00 2023-11-30T22:13:57.564 INFO:teuthology.orchestra.run.smithi203.stdout:(17/19): crun-0.18-2.module+el8.4.0+11818+34146 9.9 MB/s | 185 kB 00:00 2023-11-30T22:13:57.573 INFO:teuthology.orchestra.run.smithi203.stdout:(18/19): toolbox-0.0.8-1.module+el8.4.0+11818+3 1.1 MB/s | 16 kB 00:00 2023-11-30T22:13:57.610 INFO:teuthology.orchestra.run.smithi203.stdout:(19/19): skopeo-1.2.2-8.module+el8.4.0+11818+34 73 MB/s | 6.3 MB 00:00 2023-11-30T22:13:57.611 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-11-30T22:13:57.611 INFO:teuthology.orchestra.run.smithi203.stdout:Total 80 MB/s | 51 MB 00:00 2023-11-30T22:13:57.627 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-11-30T22:13:57.672 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-11-30T22:13:57.672 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-11-30T22:13:58.133 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2023-11-30T22:13:58.137 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2023-11-30T22:13:58.542 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-11-30T22:13:58.547 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-11-30T22:13:59.338 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2023-11-30T22:13:59.395 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad 1/1 2023-11-30T22:13:59.602 INFO:teuthology.orchestra.run.smithi071.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-30T22:13:59.611 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-30T22:13:59.630 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-30T22:13:59.721 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-11-30T22:13:59.787 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad 1/1 2023-11-30T22:13:59.810 INFO:teuthology.orchestra.run.smithi071.stdout: Downgrading : container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-30T22:13:59.939 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-30T22:13:59.948 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-30T22:13:59.964 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-30T22:14:00.123 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-30T22:14:15.365 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-30T22:14:15.582 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-30T22:14:15.795 INFO:teuthology.orchestra.run.smithi071.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 4/31 2023-11-30T22:14:15.825 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-30T22:14:16.035 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-30T22:14:16.267 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 4/31 2023-11-30T22:14:16.374 INFO:teuthology.orchestra.run.smithi071.stdout: Downgrading : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 5/31 2023-11-30T22:14:16.615 INFO:teuthology.orchestra.run.smithi071.stdout: Downgrading : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 6/31 2023-11-30T22:14:16.823 INFO:teuthology.orchestra.run.smithi071.stdout: Downgrading : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 7/31 2023-11-30T22:14:16.829 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 5/31 2023-11-30T22:14:17.042 INFO:teuthology.orchestra.run.smithi071.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 8/31 2023-11-30T22:14:17.042 INFO:teuthology.orchestra.run.smithi071.stdout: Downgrading : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 9/31 2023-11-30T22:14:17.042 INFO:teuthology.orchestra.run.smithi071.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-30T22:14:17.042 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:14:17.108 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 6/31 2023-11-30T22:14:17.323 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 7/31 2023-11-30T22:14:17.576 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 8/31 2023-11-30T22:14:17.576 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 9/31 2023-11-30T22:14:17.576 INFO:teuthology.orchestra.run.smithi203.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-30T22:14:17.576 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-30T22:14:19.294 INFO:teuthology.orchestra.run.smithi071.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.4.0 10/31 2023-11-30T22:14:19.805 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.4.0 10/31 2023-11-30T22:14:20.926 INFO:teuthology.orchestra.run.smithi071.stdout: Downgrading : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 11/31 2023-11-30T22:14:21.216 INFO:teuthology.orchestra.run.smithi071.stdout: Downgrading : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 12/31 2023-11-30T22:14:21.431 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 11/31 2023-11-30T22:14:21.446 INFO:teuthology.orchestra.run.smithi071.stdout: Downgrading : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-30T22:14:21.633 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 14/31 2023-11-30T22:14:21.739 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 12/31 2023-11-30T22:14:22.006 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-30T22:14:22.130 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 14/31 2023-11-30T22:14:22.400 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 15/31 2023-11-30T22:14:22.939 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 15/31 2023-11-30T22:14:23.158 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 16/31 2023-11-30T22:14:23.371 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 17/31 2023-11-30T22:14:23.573 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 18/31 2023-11-30T22:14:23.691 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 16/31 2023-11-30T22:14:23.784 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 19/31 2023-11-30T22:14:23.885 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 17/31 2023-11-30T22:14:23.922 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-30T22:14:24.020 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 21/31 2023-11-30T22:14:24.087 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 18/31 2023-11-30T22:14:24.245 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 19/31 2023-11-30T22:14:24.257 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-30T22:14:24.395 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-30T22:14:24.472 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 23/31 2023-11-30T22:14:24.472 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-30T22:14:24.500 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 21/31 2023-11-30T22:14:24.631 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-30T22:14:24.703 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-30T22:14:24.832 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 25/31 2023-11-30T22:14:24.897 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 23/31 2023-11-30T22:14:24.897 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-30T22:14:24.981 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 26/31 2023-11-30T22:14:25.029 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-30T22:14:25.150 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 27/31 2023-11-30T22:14:25.219 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 25/31 2023-11-30T22:14:25.331 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 28/31 2023-11-30T22:14:25.377 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 26/31 2023-11-30T22:14:25.497 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 29/31 2023-11-30T22:14:25.598 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 27/31 2023-11-30T22:14:25.671 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 30/31 2023-11-30T22:14:25.769 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 28/31 2023-11-30T22:14:25.846 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-30T22:14:25.944 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 29/31 2023-11-30T22:14:26.089 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 30/31 2023-11-30T22:14:26.287 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 31/31 2023-11-30T22:14:26.293 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-30T22:14:26.742 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 31/31 2023-11-30T22:14:26.874 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-30T22:14:26.874 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12448 1/31 2023-11-30T22:14:26.874 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12646 2/31 2023-11-30T22:14:26.874 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 3/31 2023-11-30T22:14:26.874 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 4/31 2023-11-30T22:14:26.874 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 5/31 2023-11-30T22:14:26.874 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 6/31 2023-11-30T22:14:26.874 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 7/31 2023-11-30T22:14:26.874 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 8/31 2023-11-30T22:14:26.874 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 9/31 2023-11-30T22:14:26.874 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 10/31 2023-11-30T22:14:26.875 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 11/31 2023-11-30T22:14:26.875 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 12/31 2023-11-30T22:14:26.875 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-30T22:14:26.875 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 14/31 2023-11-30T22:14:26.875 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 15/31 2023-11-30T22:14:26.875 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 16/31 2023-11-30T22:14:26.875 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 17/31 2023-11-30T22:14:26.875 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 18/31 2023-11-30T22:14:26.875 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 19/31 2023-11-30T22:14:26.875 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-30T22:14:26.875 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 21/31 2023-11-30T22:14:26.875 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-30T22:14:26.876 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 23/31 2023-11-30T22:14:26.876 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 24/31 2023-11-30T22:14:26.876 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-30T22:14:26.876 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 26/31 2023-11-30T22:14:26.876 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 27/31 2023-11-30T22:14:26.876 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 28/31 2023-11-30T22:14:26.876 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 29/31 2023-11-30T22:14:26.876 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 30/31 2023-11-30T22:14:27.330 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-30T22:14:27.330 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12448 1/31 2023-11-30T22:14:27.330 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12646 2/31 2023-11-30T22:14:27.330 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 3/31 2023-11-30T22:14:27.330 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 4/31 2023-11-30T22:14:27.330 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 5/31 2023-11-30T22:14:27.330 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 6/31 2023-11-30T22:14:27.330 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 7/31 2023-11-30T22:14:27.331 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 8/31 2023-11-30T22:14:27.331 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 9/31 2023-11-30T22:14:27.331 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 10/31 2023-11-30T22:14:27.331 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 11/31 2023-11-30T22:14:27.331 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 12/31 2023-11-30T22:14:27.331 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-30T22:14:27.331 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 14/31 2023-11-30T22:14:27.331 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 15/31 2023-11-30T22:14:27.331 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 16/31 2023-11-30T22:14:27.331 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 17/31 2023-11-30T22:14:27.331 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 18/31 2023-11-30T22:14:27.331 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 19/31 2023-11-30T22:14:27.331 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-30T22:14:27.332 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 21/31 2023-11-30T22:14:27.332 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-30T22:14:27.332 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 23/31 2023-11-30T22:14:27.332 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 24/31 2023-11-30T22:14:27.332 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-30T22:14:27.332 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 26/31 2023-11-30T22:14:27.332 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 27/31 2023-11-30T22:14:27.332 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 28/31 2023-11-30T22:14:27.332 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 29/31 2023-11-30T22:14:27.333 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 30/31 2023-11-30T22:14:28.177 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 31/31 2023-11-30T22:14:28.177 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:07 ago on Thu 30 Nov 2023 10:12:20 PM UTC. 2023-11-30T22:14:28.870 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 31/31 2023-11-30T22:14:28.870 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:02:18 ago on Thu 30 Nov 2023 10:12:10 PM UTC. 2023-11-30T22:14:30.167 INFO:teuthology.orchestra.run.smithi071.stdout:Installed products updated. 2023-11-30T22:14:30.277 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:14:30.278 INFO:teuthology.orchestra.run.smithi071.stdout:Downgraded: 2023-11-30T22:14:30.278 INFO:teuthology.orchestra.run.smithi071.stdout: conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-30T22:14:30.278 INFO:teuthology.orchestra.run.smithi071.stdout: container-selinux-2:2.167.0-1.module+el8.4.0+12448+09f02219.noarch 2023-11-30T22:14:30.278 INFO:teuthology.orchestra.run.smithi071.stdout: containernetworking-plugins-0.9.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-30T22:14:30.278 INFO:teuthology.orchestra.run.smithi071.stdout: containers-common-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-30T22:14:30.278 INFO:teuthology.orchestra.run.smithi071.stdout: criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-30T22:14:30.278 INFO:teuthology.orchestra.run.smithi071.stdout: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-30T22:14:30.278 INFO:teuthology.orchestra.run.smithi071.stdout: libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-30T22:14:30.278 INFO:teuthology.orchestra.run.smithi071.stdout: podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-30T22:14:30.278 INFO:teuthology.orchestra.run.smithi071.stdout: podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-30T22:14:30.278 INFO:teuthology.orchestra.run.smithi071.stdout: podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23da.noarch 2023-11-30T22:14:30.279 INFO:teuthology.orchestra.run.smithi071.stdout: runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x86_64 2023-11-30T22:14:30.279 INFO:teuthology.orchestra.run.smithi071.stdout: slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-30T22:14:30.279 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2023-11-30T22:14:30.279 INFO:teuthology.orchestra.run.smithi071.stdout: buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-30T22:14:30.279 INFO:teuthology.orchestra.run.smithi071.stdout: cockpit-podman-29-2.module+el8.4.0+11818+341460ad.noarch 2023-11-30T22:14:30.279 INFO:teuthology.orchestra.run.smithi071.stdout: crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-30T22:14:30.279 INFO:teuthology.orchestra.run.smithi071.stdout: skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-30T22:14:30.279 INFO:teuthology.orchestra.run.smithi071.stdout: toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noarch 2023-11-30T22:14:30.279 INFO:teuthology.orchestra.run.smithi071.stdout: udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 2023-11-30T22:14:30.279 INFO:teuthology.orchestra.run.smithi071.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-30T22:14:30.279 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:14:30.280 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2023-11-30T22:14:30.442 DEBUG:teuthology.parallel:result is None 2023-11-30T22:14:31.066 INFO:teuthology.orchestra.run.smithi203.stdout:Installed products updated. 2023-11-30T22:14:31.170 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-30T22:14:31.170 INFO:teuthology.orchestra.run.smithi203.stdout:Downgraded: 2023-11-30T22:14:31.171 INFO:teuthology.orchestra.run.smithi203.stdout: conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-30T22:14:31.171 INFO:teuthology.orchestra.run.smithi203.stdout: container-selinux-2:2.167.0-1.module+el8.4.0+12448+09f02219.noarch 2023-11-30T22:14:31.172 INFO:teuthology.orchestra.run.smithi203.stdout: containernetworking-plugins-0.9.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-30T22:14:31.172 INFO:teuthology.orchestra.run.smithi203.stdout: containers-common-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-30T22:14:31.172 INFO:teuthology.orchestra.run.smithi203.stdout: criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-30T22:14:31.172 INFO:teuthology.orchestra.run.smithi203.stdout: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-30T22:14:31.173 INFO:teuthology.orchestra.run.smithi203.stdout: libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-30T22:14:31.173 INFO:teuthology.orchestra.run.smithi203.stdout: podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-30T22:14:31.173 INFO:teuthology.orchestra.run.smithi203.stdout: podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-30T22:14:31.173 INFO:teuthology.orchestra.run.smithi203.stdout: podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23da.noarch 2023-11-30T22:14:31.173 INFO:teuthology.orchestra.run.smithi203.stdout: runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x86_64 2023-11-30T22:14:31.173 INFO:teuthology.orchestra.run.smithi203.stdout: slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-30T22:14:31.174 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-11-30T22:14:31.174 INFO:teuthology.orchestra.run.smithi203.stdout: buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-30T22:14:31.174 INFO:teuthology.orchestra.run.smithi203.stdout: cockpit-podman-29-2.module+el8.4.0+11818+341460ad.noarch 2023-11-30T22:14:31.174 INFO:teuthology.orchestra.run.smithi203.stdout: crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-30T22:14:31.175 INFO:teuthology.orchestra.run.smithi203.stdout: skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-30T22:14:31.175 INFO:teuthology.orchestra.run.smithi203.stdout: toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noarch 2023-11-30T22:14:31.175 INFO:teuthology.orchestra.run.smithi203.stdout: udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 2023-11-30T22:14:31.175 INFO:teuthology.orchestra.run.smithi203.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-30T22:14:31.175 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-30T22:14:31.176 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-11-30T22:14:31.387 DEBUG:teuthology.parallel:result is None 2023-11-30T22:14:31.387 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-30T22:14:31.400 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-30T22:14:31.400 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-11-30T22:14:31.400 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/scratch_devs of=/dev/stdout 2023-11-30T22:14:31.419 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-30T22:14:31.419 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_1 2023-11-30T22:14:31.475 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-30T22:14:31.475 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-30T22:14:31.476 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 221486 Links: 1 2023-11-30T22:14:31.476 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-30T22:14:31.476 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2023-11-30T22:14:31.476 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2023-11-30 22:14:26.488791134 +0000 2023-11-30T22:14:31.476 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2023-11-30 22:13:13.863796965 +0000 2023-11-30T22:14:31.476 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2023-11-30 22:13:13.863796965 +0000 2023-11-30T22:14:31.476 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2023-11-30T22:14:31.476 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-30T22:14:31.541 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2023-11-30T22:14:31.542 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2023-11-30T22:14:31.542 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000257791 s, 2.0 MB/s 2023-11-30T22:14:31.543 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-30T22:14:31.602 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_2 2023-11-30T22:14:31.657 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-30T22:14:31.657 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-30T22:14:31.657 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 218970 Links: 1 2023-11-30T22:14:31.657 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-30T22:14:31.658 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2023-11-30T22:14:31.658 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2023-11-30 22:14:26.488791134 +0000 2023-11-30T22:14:31.658 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2023-11-30 22:13:14.363787487 +0000 2023-11-30T22:14:31.658 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2023-11-30 22:13:14.363787487 +0000 2023-11-30T22:14:31.658 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2023-11-30T22:14:31.658 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-30T22:14:31.721 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2023-11-30T22:14:31.721 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2023-11-30T22:14:31.721 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000248445 s, 2.1 MB/s 2023-11-30T22:14:31.722 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-30T22:14:31.778 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_3 2023-11-30T22:14:31.833 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-30T22:14:31.833 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-30T22:14:31.833 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 221578 Links: 1 2023-11-30T22:14:31.834 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-30T22:14:31.834 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2023-11-30T22:14:31.834 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2023-11-30 22:14:26.488791134 +0000 2023-11-30T22:14:31.834 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2023-11-30 22:13:14.847778313 +0000 2023-11-30T22:14:31.834 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2023-11-30 22:13:14.847778313 +0000 2023-11-30T22:14:31.834 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2023-11-30T22:14:31.834 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-30T22:14:31.896 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2023-11-30T22:14:31.896 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2023-11-30T22:14:31.896 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000201026 s, 2.5 MB/s 2023-11-30T22:14:31.897 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-30T22:14:31.952 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_4 2023-11-30T22:14:32.007 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-30T22:14:32.008 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-30T22:14:32.008 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 219087 Links: 1 2023-11-30T22:14:32.008 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-30T22:14:32.008 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2023-11-30T22:14:32.008 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2023-11-30 22:14:26.488791134 +0000 2023-11-30T22:14:32.008 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2023-11-30 22:13:15.340768967 +0000 2023-11-30T22:14:32.008 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2023-11-30 22:13:15.340768967 +0000 2023-11-30T22:14:32.008 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2023-11-30T22:14:32.008 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-30T22:14:32.071 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2023-11-30T22:14:32.071 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2023-11-30T22:14:32.071 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000196324 s, 2.6 MB/s 2023-11-30T22:14:32.072 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-30T22:14:32.127 DEBUG:teuthology.orchestra.run.smithi071:> 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-30T22:14:32.244 INFO:teuthology.orchestra.run.smithi071.stdout:loop 2023-11-30T22:14:32.245 INFO:tasks.nvme_loop:Connecting nvme_loop smithi071:/dev/vg_nvme/lv_1... 2023-11-30T22:14:32.245 DEBUG:teuthology.orchestra.run.smithi071:> 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-30T22:14:32.278 INFO:teuthology.orchestra.run.smithi071.stdout:1 2023-11-30T22:14:32.312 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/vg_nvme/lv_11 2023-11-30T22:14:32.351 INFO:tasks.nvme_loop:Connecting nvme_loop smithi071:/dev/vg_nvme/lv_2... 2023-11-30T22:14:32.351 DEBUG:teuthology.orchestra.run.smithi071:> 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-30T22:14:32.424 INFO:teuthology.orchestra.run.smithi071.stdout:1 2023-11-30T22:14:32.459 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/vg_nvme/lv_21 2023-11-30T22:14:32.497 INFO:tasks.nvme_loop:Connecting nvme_loop smithi071:/dev/vg_nvme/lv_3... 2023-11-30T22:14:32.497 DEBUG:teuthology.orchestra.run.smithi071:> 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-30T22:14:32.570 INFO:teuthology.orchestra.run.smithi071.stdout:1 2023-11-30T22:14:32.604 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/vg_nvme/lv_31 2023-11-30T22:14:32.642 INFO:tasks.nvme_loop:Connecting nvme_loop smithi071:/dev/vg_nvme/lv_4... 2023-11-30T22:14:32.642 DEBUG:teuthology.orchestra.run.smithi071:> 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-30T22:14:32.715 INFO:teuthology.orchestra.run.smithi071.stdout:1 2023-11-30T22:14:32.749 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/vg_nvme/lv_41 2023-11-30T22:14:32.788 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-11-30T22:14:32.788 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/scratch_devs of=/dev/stdout 2023-11-30T22:14:32.844 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme list 2023-11-30T22:14:32.907 INFO:teuthology.orchestra.run.smithi071.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-30T22:14:32.907 INFO:teuthology.orchestra.run.smithi071.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-30T22:14:32.907 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme0n1 PHFT62040172400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-30T22:14:32.907 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme1n1 11788431480a53a2773c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-30T22:14:32.907 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme2n1 4a44dd82659c87895973 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-30T22:14:32.907 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme3n1 17677b458a4ed92c2bdd Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-30T22:14:32.907 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme4n1 0b879aad36ff9f19c15f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-30T22:14:32.908 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-30T22:14:32.908 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-11-30T22:14:32.908 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/scratch_devs 2023-11-30T22:14:32.972 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-11-30T22:14:32.972 DEBUG:teuthology.orchestra.run.smithi203:> dd if=/scratch_devs of=/dev/stdout 2023-11-30T22:14:32.989 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-30T22:14:32.990 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/vg_nvme/lv_1 2023-11-30T22:14:33.050 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-30T22:14:33.050 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-30T22:14:33.050 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 6h/6d Inode: 218874 Links: 1 2023-11-30T22:14:33.050 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-30T22:14:33.051 INFO:teuthology.orchestra.run.smithi203.stdout:Context: system_u:object_r:device_t:s0 2023-11-30T22:14:33.051 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2023-11-30 22:14:26.948768608 +0000 2023-11-30T22:14:33.051 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2023-11-30 22:13:07.595491741 +0000 2023-11-30T22:14:33.051 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2023-11-30 22:13:07.595491741 +0000 2023-11-30T22:14:33.051 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2023-11-30T22:14:33.051 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-30T22:14:33.117 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2023-11-30T22:14:33.117 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2023-11-30T22:14:33.117 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.000245373 s, 2.1 MB/s 2023-11-30T22:14:33.118 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-30T22:14:33.176 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/vg_nvme/lv_2 2023-11-30T22:14:33.232 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-30T22:14:33.233 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-30T22:14:33.233 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 6h/6d Inode: 209833 Links: 1 2023-11-30T22:14:33.233 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-30T22:14:33.233 INFO:teuthology.orchestra.run.smithi203.stdout:Context: system_u:object_r:device_t:s0 2023-11-30T22:14:33.233 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2023-11-30 22:14:26.948768608 +0000 2023-11-30T22:14:33.233 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2023-11-30 22:13:08.120478737 +0000 2023-11-30T22:14:33.233 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2023-11-30 22:13:08.120478737 +0000 2023-11-30T22:14:33.233 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2023-11-30T22:14:33.233 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-30T22:14:33.299 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2023-11-30T22:14:33.299 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2023-11-30T22:14:33.299 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.000305035 s, 1.7 MB/s 2023-11-30T22:14:33.300 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-30T22:14:33.357 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/vg_nvme/lv_3 2023-11-30T22:14:33.413 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-30T22:14:33.413 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-30T22:14:33.413 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 6h/6d Inode: 220059 Links: 1 2023-11-30T22:14:33.413 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-30T22:14:33.413 INFO:teuthology.orchestra.run.smithi203.stdout:Context: system_u:object_r:device_t:s0 2023-11-30T22:14:33.413 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2023-11-30 22:14:26.948768608 +0000 2023-11-30T22:14:33.414 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2023-11-30 22:13:08.612466550 +0000 2023-11-30T22:14:33.414 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2023-11-30 22:13:08.612466550 +0000 2023-11-30T22:14:33.414 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2023-11-30T22:14:33.414 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-30T22:14:33.477 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2023-11-30T22:14:33.477 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2023-11-30T22:14:33.477 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.000306476 s, 1.7 MB/s 2023-11-30T22:14:33.478 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-30T22:14:33.535 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/vg_nvme/lv_4 2023-11-30T22:14:33.590 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-30T22:14:33.591 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-30T22:14:33.591 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 6h/6d Inode: 224316 Links: 1 2023-11-30T22:14:33.591 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-30T22:14:33.591 INFO:teuthology.orchestra.run.smithi203.stdout:Context: system_u:object_r:device_t:s0 2023-11-30T22:14:33.591 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2023-11-30 22:14:26.948768608 +0000 2023-11-30T22:14:33.591 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2023-11-30 22:13:09.121453942 +0000 2023-11-30T22:14:33.591 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2023-11-30 22:13:09.121453942 +0000 2023-11-30T22:14:33.591 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2023-11-30T22:14:33.592 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-30T22:14:33.654 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2023-11-30T22:14:33.655 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2023-11-30T22:14:33.655 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.000198419 s, 2.6 MB/s 2023-11-30T22:14:33.656 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-30T22:14:33.712 DEBUG:teuthology.orchestra.run.smithi203:> 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-30T22:14:33.831 INFO:teuthology.orchestra.run.smithi203.stdout:loop 2023-11-30T22:14:33.832 INFO:tasks.nvme_loop:Connecting nvme_loop smithi203:/dev/vg_nvme/lv_1... 2023-11-30T22:14:33.832 DEBUG:teuthology.orchestra.run.smithi203:> 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-30T22:14:33.865 INFO:teuthology.orchestra.run.smithi203.stdout:1 2023-11-30T22:14:33.900 INFO:teuthology.orchestra.run.smithi203.stdout:/dev/vg_nvme/lv_11 2023-11-30T22:14:33.940 INFO:tasks.nvme_loop:Connecting nvme_loop smithi203:/dev/vg_nvme/lv_2... 2023-11-30T22:14:33.940 DEBUG:teuthology.orchestra.run.smithi203:> 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-30T22:14:34.014 INFO:teuthology.orchestra.run.smithi203.stdout:1 2023-11-30T22:14:34.048 INFO:teuthology.orchestra.run.smithi203.stdout:/dev/vg_nvme/lv_21 2023-11-30T22:14:34.087 INFO:tasks.nvme_loop:Connecting nvme_loop smithi203:/dev/vg_nvme/lv_3... 2023-11-30T22:14:34.088 DEBUG:teuthology.orchestra.run.smithi203:> 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-30T22:14:34.165 INFO:teuthology.orchestra.run.smithi203.stdout:1 2023-11-30T22:14:34.200 INFO:teuthology.orchestra.run.smithi203.stdout:/dev/vg_nvme/lv_31 2023-11-30T22:14:34.238 INFO:tasks.nvme_loop:Connecting nvme_loop smithi203:/dev/vg_nvme/lv_4... 2023-11-30T22:14:34.238 DEBUG:teuthology.orchestra.run.smithi203:> 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-30T22:14:34.312 INFO:teuthology.orchestra.run.smithi203.stdout:1 2023-11-30T22:14:34.347 INFO:teuthology.orchestra.run.smithi203.stdout:/dev/vg_nvme/lv_41 2023-11-30T22:14:34.385 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-11-30T22:14:34.385 DEBUG:teuthology.orchestra.run.smithi203:> dd if=/scratch_devs of=/dev/stdout 2023-11-30T22:14:34.441 DEBUG:teuthology.orchestra.run.smithi203:> sudo nvme list 2023-11-30T22:14:34.504 INFO:teuthology.orchestra.run.smithi203.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-30T22:14:34.505 INFO:teuthology.orchestra.run.smithi203.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-30T22:14:34.505 INFO:teuthology.orchestra.run.smithi203.stdout:/dev/nvme0n1 CVFT623300GK400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-30T22:14:34.505 INFO:teuthology.orchestra.run.smithi203.stdout:/dev/nvme1n1 7be828c69fc1afd9b5bb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-30T22:14:34.505 INFO:teuthology.orchestra.run.smithi203.stdout:/dev/nvme2n1 627c84895359946912e4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-30T22:14:34.505 INFO:teuthology.orchestra.run.smithi203.stdout:/dev/nvme3n1 17a0e0787c6892fc409a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-30T22:14:34.505 INFO:teuthology.orchestra.run.smithi203.stdout:/dev/nvme4n1 5667283ec737041d2894 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-30T22:14:34.506 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-30T22:14:34.506 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-11-30T22:14:34.506 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/scratch_devs 2023-11-30T22:14:34.570 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-30T22:14:34.655 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': '0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9'} 2023-11-30T22:14:34.655 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 2023-11-30T22:14:34.656 INFO:tasks.cephadm:Cluster fsid is d7cb60fe-8fcd-11ee-95a2-87774f69a715 2023-11-30T22:14:34.656 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-30T22:14:34.656 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-30T22:14:34.656 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi071': '172.21.15.71', 'mon.smithi203': '172.21.15.203'} 2023-11-30T22:14:34.657 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-30T22:14:34.657 DEBUG:teuthology.orchestra.run.smithi071:> sudo hostname $(hostname -s) 2023-11-30T22:14:34.687 DEBUG:teuthology.orchestra.run.smithi203:> sudo hostname $(hostname -s) 2023-11-30T22:14:34.712 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9)... 2023-11-30T22:14:34.712 DEBUG:teuthology.orchestra.run.smithi071:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-30T22:14:34.959 INFO:teuthology.orchestra.run.smithi071.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Nov 30 22:14 /home/ubuntu/cephtest/cephadm 2023-11-30T22:14:34.959 DEBUG:teuthology.orchestra.run.smithi203:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-30T22:14:35.124 INFO:teuthology.orchestra.run.smithi203.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Nov 30 22:14 /home/ubuntu/cephtest/cephadm 2023-11-30T22:14:35.125 DEBUG:teuthology.orchestra.run.smithi071:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-30T22:14:35.143 DEBUG:teuthology.orchestra.run.smithi203:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-30T22:14:35.173 DEBUG:teuthology.orchestra.run.smithi071:> sudo mkdir -p /etc/ceph 2023-11-30T22:14:35.212 DEBUG:teuthology.orchestra.run.smithi203:> sudo mkdir -p /etc/ceph 2023-11-30T22:14:35.236 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 777 /etc/ceph 2023-11-30T22:14:35.278 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod 777 /etc/ceph 2023-11-30T22:14:35.302 INFO:tasks.cephadm:Writing seed config... 2023-11-30T22:14:35.303 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-30T22:14:35.303 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-30T22:14:35.303 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-30T22:14:35.303 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-30T22:14:35.303 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-30T22:14:35.304 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-30T22:14:35.304 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-30T22:14:35.304 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-30T22:14:35.304 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-11-30T22:14:35.304 DEBUG:teuthology.orchestra.run.smithi071:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-30T22:14:35.333 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 = d7cb60fe-8fcd-11ee-95a2-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-11-30T22:14:35.334 DEBUG:teuthology.orchestra.run.smithi071:mon.smithi071> sudo journalctl -f -n 0 -u ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715@mon.smithi071.service 2023-11-30T22:14:35.376 INFO:tasks.cephadm:Bootstrapping... 2023-11-30T22:14:35.377 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 -v bootstrap --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.71 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-30T22:14:35.401 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:-- Logs begin at Thu 2023-11-30 22:03:23 UTC. -- 2023-11-30T22:14:35.720 INFO:teuthology.orchestra.run.smithi071.stderr:-------------------------------------------------------------------------------- 2023-11-30T22:14:35.720 INFO:teuthology.orchestra.run.smithi071.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9', '-v', 'bootstrap', '--fsid', 'd7cb60fe-8fcd-11ee-95a2-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.71', '--skip-admin-label'] 2023-11-30T22:14:37.094 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: 3.0.1 2023-11-30T22:14:37.113 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying podman|docker is present... 2023-11-30T22:14:37.165 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: 3.0.1 2023-11-30T22:14:37.188 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying lvm2 is present... 2023-11-30T22:14:37.188 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying time synchronization is in place... 2023-11-30T22:14:37.195 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-30T22:14:37.201 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2023-11-30T22:14:37.207 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: enabled 2023-11-30T22:14:37.213 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: active 2023-11-30T22:14:37.213 INFO:teuthology.orchestra.run.smithi071.stderr:Unit chronyd.service is enabled and running 2023-11-30T22:14:37.213 INFO:teuthology.orchestra.run.smithi071.stderr:Repeating the final host check... 2023-11-30T22:14:37.260 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: 3.0.1 2023-11-30T22:14:37.274 INFO:teuthology.orchestra.run.smithi071.stderr:podman (/bin/podman) version 3.0.1 is present 2023-11-30T22:14:37.275 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl is present 2023-11-30T22:14:37.275 INFO:teuthology.orchestra.run.smithi071.stderr:lvcreate is present 2023-11-30T22:14:37.280 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-30T22:14:37.286 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2023-11-30T22:14:37.291 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: enabled 2023-11-30T22:14:37.297 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: active 2023-11-30T22:14:37.298 INFO:teuthology.orchestra.run.smithi071.stderr:Unit chronyd.service is enabled and running 2023-11-30T22:14:37.298 INFO:teuthology.orchestra.run.smithi071.stderr:Host looks OK 2023-11-30T22:14:37.298 INFO:teuthology.orchestra.run.smithi071.stderr:Cluster fsid: d7cb60fe-8fcd-11ee-95a2-87774f69a715 2023-11-30T22:14:37.298 INFO:teuthology.orchestra.run.smithi071.stderr:Acquiring lock 139667203993672 on /run/cephadm/d7cb60fe-8fcd-11ee-95a2-87774f69a715.lock 2023-11-30T22:14:37.298 INFO:teuthology.orchestra.run.smithi071.stderr:Lock 139667203993672 acquired on /run/cephadm/d7cb60fe-8fcd-11ee-95a2-87774f69a715.lock 2023-11-30T22:14:37.299 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying IP 172.21.15.71 port 3300 ... 2023-11-30T22:14:37.299 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying IP 172.21.15.71 port 6789 ... 2023-11-30T22:14:37.299 INFO:teuthology.orchestra.run.smithi071.stderr:Base mon IP(s) is [172.21.15.71:3300, 172.21.15.71:6789], mon addrv is [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2023-11-30T22:14:37.301 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-11-30T22:14:37.301 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.71 metric 100 2023-11-30T22:14:37.304 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-30T22:14:37.304 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-30T22:14:37.304 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1798sec hoplimit 64 pref medium 2023-11-30T22:14:37.306 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-30T22:14:37.306 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-30T22:14:37.306 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-30T22:14:37.306 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-30T22:14:37.307 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d765/64 scope link 2023-11-30T22:14:37.307 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-30T22:14:37.307 INFO:teuthology.orchestra.run.smithi071.stderr:Mon IP `172.21.15.71` is in CIDR network `172.21.0.0/20` 2023-11-30T22:14:37.307 INFO:teuthology.orchestra.run.smithi071.stderr:Mon IP `172.21.15.71` is in CIDR network `172.21.0.0/20` 2023-11-30T22:14:37.307 INFO:teuthology.orchestra.run.smithi071.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-11-30T22:14:37.308 INFO:teuthology.orchestra.run.smithi071.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-30T22:14:37.309 INFO:teuthology.orchestra.run.smithi071.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9... 2023-11-30T22:14:37.384 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9... 2023-11-30T22:14:37.474 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Getting image source signatures 2023-11-30T22:14:37.648 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Copying blob sha256:d3e436ac93e4b5a6d94c7ac8024df331e66e67275836276615dc044fd3cbf83a 2023-11-30T22:14:37.698 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Copying blob sha256:96ba01455e65bc03491e2f2316657b68180ac5005b1d5caba9f26ab597b9194e 2023-11-30T22:14:57.395 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Copying config sha256:d30c4dc4d760f2fdb463af249ff72204aa7b305461ccb4ab64a229b59c3e2dc6 2023-11-30T22:14:57.452 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Writing manifest to image destination 2023-11-30T22:14:57.452 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Storing signatures 2023-11-30T22:15:10.352 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: d30c4dc4d760f2fdb463af249ff72204aa7b305461ccb4ab64a229b59c3e2dc6 2023-11-30T22:15:10.967 INFO:teuthology.orchestra.run.smithi071.stderr:ceph: ceph version 16.2.14-328-g0dc074ce (0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9) pacific (stable) 2023-11-30T22:15:22.197 INFO:teuthology.orchestra.run.smithi071.stderr:Ceph version: ceph version 16.2.14-328-g0dc074ce (0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9) pacific (stable) 2023-11-30T22:15:22.198 INFO:teuthology.orchestra.run.smithi071.stderr:Extracting ceph user uid/gid from container image... 2023-11-30T22:15:22.650 INFO:teuthology.orchestra.run.smithi071.stderr:stat: 167 167 2023-11-30T22:15:23.069 INFO:teuthology.orchestra.run.smithi071.stderr:Creating initial keys... 2023-11-30T22:15:23.475 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-authtool: AQB7CWllwvesGRAA7shUD0GeLQ/f6rAMDB9QPg== 2023-11-30T22:15:24.258 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-authtool: AQB8CWllRkl3DhAAICYelTDMOvxWo5fcM7T/tg== 2023-11-30T22:15:25.125 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-authtool: AQB9CWllFGq0BhAAD3y1lFjpuMAQUSa6oH0kwQ== 2023-11-30T22:15:25.575 INFO:teuthology.orchestra.run.smithi071.stderr:Creating initial monmap... 2023-11-30T22:15:25.950 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-30T22:15:25.950 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to d7cb60fe-8fcd-11ee-95a2-87774f69a715 2023-11-30T22:15:25.950 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-30T22:15:26.486 INFO:teuthology.orchestra.run.smithi071.stderr:monmaptool for smithi071 [v2:172.21.15.71:3300,v1:172.21.15.71:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-30T22:15:26.487 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: set fsid to d7cb60fe-8fcd-11ee-95a2-87774f69a715 2023-11-30T22:15:26.487 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-30T22:15:26.487 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-11-30T22:15:26.487 INFO:teuthology.orchestra.run.smithi071.stderr:Creating mon... 2023-11-30T22:15:26.925 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.890+0000 7f1fb304f880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-30T22:15:26.925 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 1 imported monmap: 2023-11-30T22:15:26.926 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-30T22:15:26.926 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 2023-11-30T22:15:26.926 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: last_changed 2023-11-30T22:15:25.925328+0000 2023-11-30T22:15:26.926 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: created 2023-11-30T22:15:25.925328+0000 2023-11-30T22:15:26.926 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-30T22:15:26.926 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-30T22:15:26.926 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.smithi071 2023-11-30T22:15:26.926 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-30T22:15:26.926 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 0 /usr/bin/ceph-mon: set fsid to d7cb60fe-8fcd-11ee-95a2-87774f69a715 2023-11-30T22:15:26.926 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: RocksDB version: 6.8.1 2023-11-30T22:15:26.926 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-30T22:15:26.926 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-30T22:15:26.927 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Compile date Nov 29 2023 2023-11-30T22:15:26.927 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: DB SUMMARY 2023-11-30T22:15:26.927 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-30T22:15:26.927 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi071/store.db dir, Total Num: 0, files: 2023-11-30T22:15:26.927 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-30T22:15:26.927 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi071/store.db: 2023-11-30T22:15:26.927 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-30T22:15:26.927 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.error_if_exists: 0 2023-11-30T22:15:26.927 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.create_if_missing: 1 2023-11-30T22:15:26.927 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.paranoid_checks: 1 2023-11-30T22:15:26.927 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.env: 0x55f0f950f080 2023-11-30T22:15:26.927 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.fs: Posix File System 2023-11-30T22:15:26.927 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.info_log: 0x55f0fa071380 2023-11-30T22:15:26.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-30T22:15:26.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.statistics: (nil) 2023-11-30T22:15:26.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.use_fsync: 0 2023-11-30T22:15:26.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.max_log_file_size: 0 2023-11-30T22:15:26.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-30T22:15:26.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-30T22:15:26.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-30T22:15:26.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-30T22:15:26.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.allow_fallocate: 1 2023-11-30T22:15:26.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-30T22:15:26.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-30T22:15:26.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.use_direct_reads: 0 2023-11-30T22:15:26.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-30T22:15:26.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-30T22:15:26.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.db_log_dir: 2023-11-30T22:15:26.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi071/store.db 2023-11-30T22:15:26.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-30T22:15:26.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.max_subcompactions: 1 2023-11-30T22:15:26.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.max_background_flushes: -1 2023-11-30T22:15:26.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-30T22:15:26.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-30T22:15:26.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-30T22:15:26.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-30T22:15:26.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-30T22:15:26.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-30T22:15:26.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-30T22:15:26.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.write_buffer_manager: 0x55f0fa077980 2023-11-30T22:15:26.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-30T22:15:26.930 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-30T22:15:26.930 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-30T22:15:26.930 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-30T22:15:26.930 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-30T22:15:26.930 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-30T22:15:26.930 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-30T22:15:26.930 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-30T22:15:26.930 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-30T22:15:26.930 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.unordered_write: 0 2023-11-30T22:15:26.930 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-30T22:15:26.930 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-30T22:15:26.930 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-30T22:15:26.931 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-30T22:15:26.931 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.row_cache: None 2023-11-30T22:15:26.931 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.wal_filter: None 2023-11-30T22:15:26.931 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-30T22:15:26.931 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-30T22:15:26.931 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.preserve_deletes: 0 2023-11-30T22:15:26.931 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.two_write_queues: 0 2023-11-30T22:15:26.931 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-30T22:15:26.931 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.atomic_flush: 0 2023-11-30T22:15:26.931 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-30T22:15:26.931 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-30T22:15:26.932 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-30T22:15:26.932 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.log_readahead_size: 0 2023-11-30T22:15:26.932 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-30T22:15:26.932 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.max_background_jobs: 2 2023-11-30T22:15:26.932 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.max_background_compactions: -1 2023-11-30T22:15:26.932 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-30T22:15:26.932 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-30T22:15:26.932 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-30T22:15:26.932 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-30T22:15:26.932 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-30T22:15:26.932 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-30T22:15:26.932 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-30T22:15:26.932 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-30T22:15:26.932 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.max_open_files: -1 2023-11-30T22:15:26.933 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-30T22:15:26.933 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-30T22:15:26.933 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-30T22:15:26.933 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-30T22:15:26.933 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Compression algorithms supported: 2023-11-30T22:15:26.933 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-30T22:15:26.933 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: kZSTD supported: 0 2023-11-30T22:15:26.933 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: kXpressCompression supported: 0 2023-11-30T22:15:26.933 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-30T22:15:26.933 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: kLZ4Compression supported: 1 2023-11-30T22:15:26.933 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: kBZip2Compression supported: 0 2023-11-30T22:15:26.933 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: kZlibCompression supported: 1 2023-11-30T22:15:26.934 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: kSnappyCompression supported: 1 2023-11-30T22:15:26.934 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.891+0000 7f1fb304f880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-30T22:15:26.934 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-30T22:15:26.934 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-30T22:15:26.934 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi071/store.db/MANIFEST-000001 2023-11-30T22:15:26.934 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-30T22:15:26.934 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-30T22:15:26.934 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-30T22:15:26.934 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-30T22:15:26.934 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.merge_operator: 2023-11-30T22:15:26.934 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.compaction_filter: None 2023-11-30T22:15:26.934 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-30T22:15:26.935 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-30T22:15:26.935 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-30T22:15:26.935 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f0f9f81d30) 2023-11-30T22:15:26.935 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-30T22:15:26.935 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-30T22:15:26.937 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-30T22:15:26.937 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-30T22:15:26.937 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-30T22:15:26.937 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-30T22:15:26.937 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-30T22:15:26.937 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-30T22:15:26.937 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-30T22:15:26.937 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-30T22:15:26.937 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-30T22:15:26.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_cache: 0x55f0f9fbad10 2023-11-30T22:15:26.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-30T22:15:26.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-30T22:15:26.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-30T22:15:26.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-30T22:15:26.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-30T22:15:26.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-30T22:15:26.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-30T22:15:26.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-30T22:15:26.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-30T22:15:26.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-30T22:15:26.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-30T22:15:26.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-30T22:15:26.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-30T22:15:26.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-30T22:15:26.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-30T22:15:26.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-30T22:15:26.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-30T22:15:26.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-30T22:15:26.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-30T22:15:26.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-30T22:15:26.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-30T22:15:26.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-30T22:15:26.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-30T22:15:26.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-30T22:15:26.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-30T22:15:26.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.compression: NoCompression 2023-11-30T22:15:26.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-30T22:15:26.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-30T22:15:26.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-30T22:15:26.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.num_levels: 7 2023-11-30T22:15:26.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-30T22:15:26.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-30T22:15:26.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-30T22:15:26.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-30T22:15:26.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-30T22:15:26.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-30T22:15:26.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-30T22:15:26.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-30T22:15:26.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-30T22:15:26.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-30T22:15:26.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-30T22:15:26.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-30T22:15:26.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-30T22:15:26.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-30T22:15:26.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-30T22:15:26.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-30T22:15:26.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-30T22:15:26.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-30T22:15:26.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-30T22:15:26.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-30T22:15:26.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-30T22:15:26.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-30T22:15:26.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-30T22:15:26.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-30T22:15:26.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-30T22:15:26.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-30T22:15:26.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-30T22:15:26.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-30T22:15:26.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-30T22:15:26.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-30T22:15:26.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-30T22:15:26.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-30T22:15:26.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-30T22:15:26.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-30T22:15:26.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-30T22:15:26.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-30T22:15:26.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-30T22:15:26.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-30T22:15:26.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-30T22:15:26.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-30T22:15:26.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-30T22:15:26.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-30T22:15:26.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-30T22:15:26.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-30T22:15:26.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-30T22:15:26.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-30T22:15:26.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-30T22:15:26.944 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.table_properties_collectors: 2023-11-30T22:15:26.944 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.inplace_update_support: 0 2023-11-30T22:15:26.944 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-30T22:15:26.944 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-30T22:15:26.944 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-30T22:15:26.944 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-30T22:15:26.944 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.bloom_locality: 0 2023-11-30T22:15:26.944 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.max_successive_merges: 0 2023-11-30T22:15:26.951 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-30T22:15:26.951 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-30T22:15:26.951 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-30T22:15:26.951 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-30T22:15:26.951 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.ttl: 2592000 2023-11-30T22:15:26.951 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.892+0000 7f1fb304f880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-30T22:15:26.952 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.893+0000 7f1fb304f880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi071/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-30T22:15:26.952 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-30T22:15:26.952 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.893+0000 7f1fb304f880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-30T22:15:26.952 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-30T22:15:26.952 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.893+0000 7f1fb304f880 4 rocksdb: DB pointer 0x55f0fa085800 2023-11-30T22:15:26.952 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.893+0000 7f1f9bed6700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-30T22:15:26.952 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.893+0000 7f1f9bed6700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-30T22:15:26.952 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-30T22:15:26.952 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-30T22:15:26.952 INFO:teuthology.orchestra.run.smithi071.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-30T22:15:26.952 INFO:teuthology.orchestra.run.smithi071.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-30T22:15:26.952 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-30T22:15:26.952 INFO:teuthology.orchestra.run.smithi071.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-30T22:15:26.953 INFO:teuthology.orchestra.run.smithi071.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-30T22:15:26.953 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-30T22:15:26.953 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-30T22:15:26.953 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-30T22:15:26.953 INFO:teuthology.orchestra.run.smithi071.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-30T22:15:26.953 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T22:15:26.953 INFO:teuthology.orchestra.run.smithi071.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-30T22:15:26.953 INFO:teuthology.orchestra.run.smithi071.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-30T22:15:26.953 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-30T22:15:26.953 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-30T22:15:26.953 INFO:teuthology.orchestra.run.smithi071.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-30T22:15:26.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T22:15:26.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-30T22:15:26.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-30T22:15:26.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-30T22:15:26.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-30T22:15:26.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-30T22:15:26.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-30T22:15:26.954 INFO:teuthology.orchestra.run.smithi071.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-30T22:15:26.954 INFO:teuthology.orchestra.run.smithi071.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-30T22:15:26.954 INFO:teuthology.orchestra.run.smithi071.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-30T22:15:26.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-30T22:15:26.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-30T22:15:26.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-30T22:15:26.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-30T22:15:26.955 INFO:teuthology.orchestra.run.smithi071.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-30T22:15:26.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T22:15:26.955 INFO:teuthology.orchestra.run.smithi071.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-30T22:15:26.955 INFO:teuthology.orchestra.run.smithi071.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-30T22:15:26.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-30T22:15:26.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-30T22:15:26.955 INFO:teuthology.orchestra.run.smithi071.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-30T22:15:26.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T22:15:26.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-30T22:15:26.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-30T22:15:26.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-30T22:15:26.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-30T22:15:26.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-30T22:15:26.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-30T22:15:26.956 INFO:teuthology.orchestra.run.smithi071.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-30T22:15:26.956 INFO:teuthology.orchestra.run.smithi071.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-30T22:15:26.956 INFO:teuthology.orchestra.run.smithi071.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-30T22:15:26.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-30T22:15:26.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-30T22:15:26.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2023-11-30T22:15:26.957 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.895+0000 7f1fb304f880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-30T22:15:26.957 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.895+0000 7f1fb304f880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-30T22:15:26.957 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:15:26.895+0000 7f1fb304f880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi071 for mon.smithi071 2023-11-30T22:15:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:create mon.smithi071 on 2023-11-30T22:15:27.604 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-30T22:15:27.703 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715.target. 2023-11-30T22:15:27.704 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715.target. 2023-11-30T22:15:27.912 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Failed to reset failed state of unit ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715@mon.smithi071.service: Unit ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715@mon.smithi071.service not loaded. 2023-11-30T22:15:27.918 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715.target.wants/ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715@mon.smithi071.service → /etc/systemd/system/ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715@.service. 2023-11-30T22:15:28.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:28 smithi071 systemd[1]: Starting Ceph mon.smithi071 for d7cb60fe-8fcd-11ee-95a2-87774f69a715... 2023-11-30T22:15:28.639 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: disabled 2023-11-30T22:15:28.647 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2023-11-30T22:15:28.648 INFO:teuthology.orchestra.run.smithi071.stderr:firewalld.service is not enabled 2023-11-30T22:15:28.648 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to enable service . firewalld.service is not available 2023-11-30T22:15:28.648 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mon to start... 2023-11-30T22:15:28.648 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mon... 2023-11-30T22:15:28.852 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:28 smithi071 bash[82760]: e5c6dc64626322bc789fda69e89cddb4191a096e4b1c9e2ac6b143f7d8a8e6ed 2023-11-30T22:15:28.852 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:28 smithi071 systemd[1]: Started Ceph mon.smithi071 for d7cb60fe-8fcd-11ee-95a2-87774f69a715. 2023-11-30T22:15:28.852 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:28 smithi071 conmon[82801]: cluster 2023-11-30T22:15:28.660900+0000 mon.smithi071 (mon.0) 0 : [INF] mkfs d7cb60fe-8fcd-11ee-95a2-87774f69a715 2023-11-30T22:15:28.852 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:28 smithi071 conmon[82801]: 2023-11-30T22:15:28.852 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:28 smithi071 conmon[82801]: cluster 2023-11-30T 2023-11-30T22:15:28.852 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:28 smithi071 conmon[82801]: 22:15:28.641568+0000 mon.smithi071 (mon.0) 1 : cluster [INF] mon.smithi071 is new leader, mons smithi071 in quorum (ranks 0) 2023-11-30T22:15:29.172 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: cluster: 2023-11-30T22:15:29.172 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: id: d7cb60fe-8fcd-11ee-95a2-87774f69a715 2023-11-30T22:15:29.172 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-30T22:15:29.172 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-11-30T22:15:29.173 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: services: 2023-11-30T22:15:29.173 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi071 (age 0.510526s) 2023-11-30T22:15:29.173 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-30T22:15:29.173 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-30T22:15:29.173 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-11-30T22:15:29.173 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: data: 2023-11-30T22:15:29.173 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-30T22:15:29.173 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-30T22:15:29.174 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-30T22:15:29.174 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: pgs: 2023-11-30T22:15:29.174 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-11-30T22:15:29.926 INFO:teuthology.orchestra.run.smithi071.stderr:mon is available 2023-11-30T22:15:29.926 INFO:teuthology.orchestra.run.smithi071.stderr:Assimilating anything we can from ceph.conf... 2023-11-30T22:15:29.933 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:29 smithi071 conmon[82801]: cluster 2023-11-30T22:15:28.659557+0000 mon.smithi071 (mon.0) 2 : 2023-11-30T22:15:29.933 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:29 smithi071 conmon[82801]: cluster [INF] mon.smithi071 is new leader, mons smithi071 in quorum (ranks 0) 2023-11-30T22:15:29.933 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:29 smithi071 conmon[82801]: cluster 2023-11-30T22:15:28.659815+0000 mon.smithi071 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi071=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0]} removed_ranks: {} 2023-11-30T22:15:29.933 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:29 smithi071 conmon[82801]: cluster 2023-11-30T22:15:28.663325+0000 mon.smithi071 (mon.0) 4 : cluster [DBG] fsmap 2023-11-30T22:15:29.933 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:29 smithi071 conmon[82801]: cluster 2023-11-30T22:15:28.666601+0000 mon.smithi071 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-30T22:15:29.933 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:29 smithi071 conmon[82801]: cluster 2023-11-30T22:15:28.667205+0000 mon.smithi071 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-30T22:15:29.934 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:29 smithi071 conmon[82801]: audit 2023-11-30T22:15:29.170037+0000 mon.smithi071 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.71:0/931788961' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-30T22:15:30.506 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-11-30T22:15:30.507 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [global] 2023-11-30T22:15:30.507 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: fsid = d7cb60fe-8fcd-11ee-95a2-87774f69a715 2023-11-30T22:15:30.507 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2023-11-30T22:15:30.507 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-30T22:15:30.507 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-30T22:15:30.507 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-30T22:15:30.507 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-30T22:15:30.508 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-11-30T22:15:30.508 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [mgr] 2023-11-30T22:15:30.508 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-30T22:15:30.508 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-11-30T22:15:30.508 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [osd] 2023-11-30T22:15:30.508 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-30T22:15:30.508 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-30T22:15:30.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:30 smithi071 conmon[82801]: audit 2023-11-30T22:15:30.499876+0000 mon.smithi071 (mon.0) 8 : audit [INF] from='client.? 172.21.15.71:0/1830818623' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-30T22:15:30.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:30 smithi071 conmon[82801]: audit 2023-11-30T22:15:30.502802+0000 mon.smithi071 (mon.0) 9 : audit [INF] from='client.? 172.21.15.71:0/1830818623' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-30T22:15:31.035 INFO:teuthology.orchestra.run.smithi071.stderr:Generating new minimal ceph.conf... 2023-11-30T22:15:32.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:31 smithi071 conmon[82801]: audit 2023-11-30T22:15:31.669895+0000 mon.smithi071 (mon 2023-11-30T22:15:32.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:31 smithi071 conmon[82801]: .0) 10 : audit [DBG] from='client.? 172.21.15.71:0/2426642812' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:15:32.234 INFO:teuthology.orchestra.run.smithi071.stderr:Restarting the monitor... 2023-11-30T22:15:32.547 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:32 smithi071 systemd[1]: Stopping Ceph mon.smithi071 for d7cb60fe-8fcd-11ee-95a2-87774f69a715... 2023-11-30T22:15:32.548 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:32 smithi071 bash[83313]: Error: no container with name or ID ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-mon.smithi071 found: no such container 2023-11-30T22:15:32.548 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:32 smithi071 conmon[82801]: debug 2023-11-30T22:15:32.545+0000 7fe803b5a700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi071 -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-30T22:15:32.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:32 smithi071 conmon[82801]: debug 2023-11-30T22:15:32.545+0000 7fe803b5a700 -1 mon.smithi071@0(leader) e1 *** Got Signal Terminated *** 2023-11-30T22:15:33.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 bash[83428]: e5c6dc64626322bc789fda69e89cddb4191a096e4b1c9e2ac6b143f7d8a8e6ed 2023-11-30T22:15:33.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 systemd[1]: ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715@mon.smithi071.service: Succeeded. 2023-11-30T22:15:33.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 systemd[1]: Stopped Ceph mon.smithi071 for d7cb60fe-8fcd-11ee-95a2-87774f69a715. 2023-11-30T22:15:33.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 systemd[1]: Starting Ceph mon.smithi071 for d7cb60fe-8fcd-11ee-95a2-87774f69a715... 2023-11-30T22:15:33.875 INFO:teuthology.orchestra.run.smithi071.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-11-30T22:15:34.087 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.831+0000 7fd797457880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-30T22:15:34.087 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.831+0000 7fd797457880 0 ceph version 16.2.14-328-g0dc074ce (0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9) pacific (stable), process ceph-mon, pid 7 2023-11-30T22:15:34.087 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.831+0000 7fd797457880 0 pidfile_write: ignore empty --pid-file 2023-11-30T22:15:34.087 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.835+0000 7fd797457880 0 load: jerasure load: lrc load: isa 2023-11-30T22:15:34.087 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: RocksDB version: 6.8.1 2023-11-30T22:15:34.087 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:34.087 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-30T22:15:34.087 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Compile date Nov 29 2023 2023-11-30T22:15:34.088 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: DB SUMMARY 2023-11-30T22:15:34.088 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:34.088 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: CURRENT file: CURRENT 2023-11-30T22:15:34.088 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:34.088 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-30T22:15:34.088 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:34.088 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-30T22:15:34.088 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:34.088 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi071/store.db dir, Total Num: 1, files: 000004.sst 2023-11-30T22:15:34.088 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:34.088 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi071/store.db: 000006.log size: 86497 ; 2023-11-30T22:15:34.088 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:34.089 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.error_if_exists: 0 2023-11-30T22:15:34.089 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.create_if_missing: 0 2023-11-30T22:15:34.089 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.paranoid_checks: 1 2023-11-30T22:15:34.089 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.env: 0x55f8b9e52080 2023-11-30T22:15:34.089 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.fs: Posix File System 2023-11-30T22:15:34.089 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.info_log: 0x55f8bb075d20 2023-11-30T22:15:34.089 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-30T22:15:34.089 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.statistics: (nil) 2023-11-30T22:15:34.089 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.use_fsync: 0 2023-11-30T22:15:34.089 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_log_file_size: 0 2023-11-30T22:15:34.089 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-30T22:15:34.089 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-30T22:15:34.089 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-30T22:15:34.090 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-30T22:15:34.090 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.allow_fallocate: 1 2023-11-30T22:15:34.090 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-30T22:15:34.090 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-30T22:15:34.090 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.use_direct_reads: 0 2023-11-30T22:15:34.090 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-30T22:15:34.090 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-30T22:15:34.090 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.db_log_dir: 2023-11-30T22:15:34.090 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi071/store.db 2023-11-30T22:15:34.090 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-30T22:15:34.090 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_subcompactions: 1 2023-11-30T22:15:34.090 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_background_flushes: -1 2023-11-30T22:15:34.091 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-30T22:15:34.091 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-30T22:15:34.091 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-30T22:15:34.091 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-30T22:15:34.091 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-30T22:15:34.091 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-30T22:15:34.091 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-30T22:15:34.091 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.write_buffer_manager: 0x55f8bbccc480 2023-11-30T22:15:34.091 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-30T22:15:34.091 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-30T22:15:34.091 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-30T22:15:34.091 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-30T22:15:34.091 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-30T22:15:34.092 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-30T22:15:34.092 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-30T22:15:34.092 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-30T22:15:34.092 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-30T22:15:34.092 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.unordered_write: 0 2023-11-30T22:15:34.092 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-30T22:15:34.092 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-30T22:15:34.092 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-30T22:15:34.092 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-30T22:15:34.092 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.row_cache: None 2023-11-30T22:15:34.092 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.wal_filter: None 2023-11-30T22:15:34.092 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-30T22:15:34.093 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-30T22:15:34.093 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.preserve_deletes: 0 2023-11-30T22:15:34.093 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.two_write_queues: 0 2023-11-30T22:15:34.093 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-30T22:15:34.094 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.atomic_flush: 0 2023-11-30T22:15:34.094 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-30T22:15:34.094 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-30T22:15:34.094 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-30T22:15:34.094 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.log_readahead_size: 0 2023-11-30T22:15:34.094 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-30T22:15:34.094 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_background_jobs: 2 2023-11-30T22:15:34.094 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_background_compactions: -1 2023-11-30T22:15:34.094 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-30T22:15:34.094 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-30T22:15:34.094 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-30T22:15:34.094 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-30T22:15:34.095 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-30T22:15:34.095 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-30T22:15:34.095 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-30T22:15:34.095 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-30T22:15:34.095 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_open_files: -1 2023-11-30T22:15:34.095 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-30T22:15:34.095 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-30T22:15:34.095 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-30T22:15:34.095 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-30T22:15:34.096 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Compression algorithms supported: 2023-11-30T22:15:34.096 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-30T22:15:34.096 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: kZSTD supported: 0 2023-11-30T22:15:34.096 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: kXpressCompression supported: 0 2023-11-30T22:15:34.096 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-30T22:15:34.096 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: kLZ4Compression supported: 1 2023-11-30T22:15:34.097 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: kBZip2Compression supported: 0 2023-11-30T22:15:34.097 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: kZlibCompression supported: 1 2023-11-30T22:15:34.097 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: kSnappyCompression supported: 1 2023-11-30T22:15:34.097 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-30T22:15:34.097 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi071/store.db/MANIFEST-000005 2023-11-30T22:15:34.097 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:34.097 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-30T22:15:34.097 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:34.097 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-30T22:15:34.097 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.merge_operator: 2023-11-30T22:15:34.097 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.compaction_filter: None 2023-11-30T22:15:34.097 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-30T22:15:34.098 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-30T22:15:34.101 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-30T22:15:34.102 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f8bb01fd28) 2023-11-30T22:15:34.102 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: cache_index_and_filter_blocks: 1 2023-11-30T22:15:34.102 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-30T22:15:34.102 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-30T22:15:34.102 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: pin_top_level_index_and_filter: 1 2023-11-30T22:15:34.102 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: index_type: 0 2023-11-30T22:15:34.102 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: data_block_index_type: 0 2023-11-30T22:15:34.102 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: index_shortening: 1 2023-11-30T22:15:34.102 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: data_block_hash_table_util_ratio: 0.750000 2023-11-30T22:15:34.102 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: hash_index_allow_collision: 1 2023-11-30T22:15:34.102 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: checksum: 1 2023-11-30T22:15:34.103 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: no_block_cache: 0 2023-11-30T22:15:34.103 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: block_cache: 0x55f8bb058f10 2023-11-30T22:15:34.103 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: block_cache_name: BinnedLRUCache 2023-11-30T22:15:34.103 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: block_cache_options: 2023-11-30T22:15:34.103 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: capacity : 536870912 2023-11-30T22:15:34.103 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: num_shard_bits : 4 2023-11-30T22:15:34.103 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: strict_capacity_limit : 0 2023-11-30T22:15:34.103 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: high_pri_pool_ratio: 0.000 2023-11-30T22:15:34.103 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: block_cache_compressed: (nil) 2023-11-30T22:15:34.103 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: persistent_cache: (nil) 2023-11-30T22:15:34.103 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: block_size: 4096 2023-11-30T22:15:34.103 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: block_size_deviation: 10 2023-11-30T22:15:34.104 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: block_restart_interval: 16 2023-11-30T22:15:34.104 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: index_block_restart_interval: 1 2023-11-30T22:15:34.104 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: metadata_block_size: 4096 2023-11-30T22:15:34.104 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: partition_filters: 0 2023-11-30T22:15:34.104 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: use_delta_encoding: 1 2023-11-30T22:15:34.104 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-30T22:15:34.104 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: whole_key_filtering: 1 2023-11-30T22:15:34.104 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: verify_compression: 0 2023-11-30T22:15:34.104 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: read_amp_bytes_per_bit: 0 2023-11-30T22:15:34.104 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: format_version: 2 2023-11-30T22:15:34.104 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: enable_index_compression: 1 2023-11-30T22:15:34.104 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: block_align: 0 2023-11-30T22:15:34.105 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:34.105 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-30T22:15:34.105 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-30T22:15:34.105 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.compression: NoCompression 2023-11-30T22:15:34.105 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-30T22:15:34.105 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-30T22:15:34.105 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-30T22:15:34.105 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.num_levels: 7 2023-11-30T22:15:34.105 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-30T22:15:34.105 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-30T22:15:34.105 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-30T22:15:34.106 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-30T22:15:34.106 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-30T22:15:34.106 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-30T22:15:34.106 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-30T22:15:34.106 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-30T22:15:34.106 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-30T22:15:34.106 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-30T22:15:34.106 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-30T22:15:34.106 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-30T22:15:34.106 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-30T22:15:34.106 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-30T22:15:34.106 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-30T22:15:34.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-30T22:15:34.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-30T22:15:34.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-30T22:15:34.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-30T22:15:34.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-30T22:15:34.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-30T22:15:34.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-30T22:15:34.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-30T22:15:34.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-30T22:15:34.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-30T22:15:34.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-30T22:15:34.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-30T22:15:34.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-30T22:15:34.108 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-30T22:15:34.108 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-30T22:15:34.108 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-30T22:15:34.108 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-30T22:15:34.108 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-30T22:15:34.108 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-30T22:15:34.108 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-30T22:15:34.108 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-30T22:15:34.108 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-30T22:15:34.108 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-30T22:15:34.108 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-30T22:15:34.108 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-30T22:15:34.108 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-30T22:15:34.109 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-30T22:15:34.109 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.compaction_options_universal.max_size_am 2023-11-30T22:15:34.109 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: plification_percent: 200 2023-11-30T22:15:34.109 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-30T22:15:34.109 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-30T22:15:34.109 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-30T22:15:34.109 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-30T22:15:34.109 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.table_properties_collectors: 2023-11-30T22:15:34.109 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.inplace_update_support: 0 2023-11-30T22:15:34.109 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-30T22:15:34.109 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-30T22:15:34.110 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-30T22:15:34.110 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-30T22:15:34.110 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.bloom_locality: 0 2023-11-30T22:15:34.110 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.max_successive_merges: 0 2023-11-30T22:15:34.110 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-30T22:15:34.110 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-30T22:15:34.110 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-30T22:15:34.110 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-30T22:15:34.110 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.ttl: 2592000 2023-11-30T22:15:34.110 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.836+0000 7fd797457880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-30T22:15:34.111 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.837+0000 7fd797457880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi071/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-30T22:15:34.111 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:34.111 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.837+0000 7fd797457880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-30T22:15:34.111 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:34.111 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.837+0000 7fd797457880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701382533837962, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-30T22:15:34.111 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.837+0000 7fd797457880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-30T22:15:34.111 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.837+0000 7fd797457880 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-30T22:15:34.111 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.838+0000 7fd797457880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701382533838820, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83370, "table_properties": {"data_size": 81637, "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": 76149, "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": 1701382533, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-30T22:15:34.111 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.838+0000 7fd797457880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-30T22:15:34.111 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:34.111 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.838+0000 7fd797457880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701382533839245, "job": 1, "event": "recovery_finished"} 2023-11-30T22:15:34.111 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.839+0000 7fd797457880 4 rocksdb: DB pointer 0x55f8bb123800 2023-11-30T22:15:34.112 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.839+0000 7fd77e25d700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-30T22:15:34.112 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.839+0000 7fd77e25d700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-30T22:15:34.112 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: ** DB Stats ** 2023-11-30T22:15:34.112 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-30T22:15:34.112 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 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-30T22:15:34.112 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-30T22:15:34.112 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-30T22:15:34.112 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 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-30T22:15:34.112 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-30T22:15:34.112 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-30T22:15:34.112 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:34.112 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: ** Compaction Stats [default] ** 2023-11-30T22:15:34.112 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 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-30T22:15:34.113 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T22:15:34.113 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: L0 2/0 83.11 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.0 0.00 0.00 1 0.001 0 0 2023-11-30T22:15:34.113 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: Sum 2/0 83.11 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.0 0.00 0.00 1 0.001 0 0 2023-11-30T22:15:34.113 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.0 0.00 0.00 1 0.001 0 0 2023-11-30T22:15:34.113 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:34.113 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: ** Compaction Stats [default] ** 2023-11-30T22:15:34.113 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 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-30T22:15:34.113 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T22:15:34.113 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 139.0 0.00 0.00 1 0.001 0 0 2023-11-30T22:15:34.113 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-30T22:15:34.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-30T22:15:34.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-30T22:15:34.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: AddFile(Total Files): cumulative 0, interval 0 2023-11-30T22:15:34.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-30T22:15:34.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: AddFile(Keys): cumulative 0, interval 0 2023-11-30T22:15:34.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: Cumulative compaction: 0.00 GB write, 27.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-30T22:15:34.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: Interval compaction: 0.00 GB write, 27.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-30T22:15:34.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 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-30T22:15:34.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:34.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: ** File Read Latency Histogram By Level [default] ** 2023-11-30T22:15:34.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:34.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: ** Compaction Stats [default] ** 2023-11-30T22:15:34.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 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-30T22:15:34.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T22:15:34.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: L0 2/0 83.11 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.0 0.00 0.00 1 0.001 0 0 2023-11-30T22:15:34.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: Sum 2/0 83.11 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.0 0.00 0.00 1 0.001 0 0 2023-11-30T22:15:34.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 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-30T22:15:34.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:34.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: ** Compaction Stats [default] ** 2023-11-30T22:15:34.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 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-30T22:15:34.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T22:15:34.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 139.0 0.00 0.00 1 0.001 0 0 2023-11-30T22:15:34.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-30T22:15:34.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-30T22:15:34.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-30T22:15:34.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: AddFile(Total Files): cumulative 0, interval 0 2023-11-30T22:15:34.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-30T22:15:34.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: AddFile(Keys): cumulative 0, interval 0 2023-11-30T22:15:34.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: Cumulative compaction: 0.00 GB write, 27.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-30T22:15:34.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 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-30T22:15:34.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 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-30T22:15:34.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:34.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: ** File Read Latency Histogram By Level [default] ** 2023-11-30T22:15:34.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:34.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.839+0000 7fd797457880 0 starting mon.smithi071 rank 0 at public addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] at bind addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi071 fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 2023-11-30T22:15:34.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.840+0000 7fd797457880 1 mon.smithi071@-1(???) e1 preinit fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 2023-11-30T22:15:34.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.841+0000 7fd797457880 0 mon.smithi071@-1(???).mds e1 new map 2023-11-30T22:15:34.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.841+0000 7fd797457880 0 mon.smithi071@-1(???).mds e1 print_map 2023-11-30T22:15:34.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: e1 2023-11-30T22:15:34.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-30T22:15:34.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 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-30T22:15:34.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: legacy client fscid: -1 2023-11-30T22:15:34.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:34.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: No filesystems configured 2023-11-30T22:15:34.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:34.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.841+0000 7fd797457880 0 mon.smithi071@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-30T22:15:34.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.841+0000 7fd797457880 0 mon.smithi071@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-30T22:15:34.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.841+0000 7fd797457880 0 mon.smithi071@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-30T22:15:34.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.841+0000 7fd797457880 0 mon.smithi071@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-30T22:15:34.118 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: audit 2023-11-30T22:15:34.118 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:31.669895+0000 mon.smithi071 (mon.0) 2023-11-30T22:15:34.118 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 10 : audit [DBG] from='client.? 172.21.15.71:0/2426642812' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:15:34.118 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: debug 2023-11-30T22:15:33.841+0000 7fd797457880 1 mon.smithi071@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-30T22:15:34.118 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 bash[83756]: b006ae833a040b51f94e7558b2a272e8c4eed71552acc8b9adb38a21d10e96be 2023-11-30T22:15:34.118 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 systemd[1]: Started Ceph mon.smithi071 for d7cb60fe-8fcd-11ee-95a2-87774f69a715. 2023-11-30T22:15:34.118 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: cluster 2023-11-30T22:15:33.857436+0000 mon.smithi071 ( 2023-11-30T22:15:34.118 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: mon.0) 1 : cluster [INF] mon.smithi071 is new leader, mons smithi071 in quorum (ranks 0) 2023-11-30T22:15:34.118 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: cluster 2023-11-30T22:15:33.857493+0000 mon.smithi071 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi071=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0]} removed_ranks: {} 2023-11-30T22:15:34.118 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:34.118 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: cluster 2023-11-30T22:15: 2023-11-30T22:15:34.119 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 33.857883+0000 mon.smithi071 (mon.0) 3 : cluster [DBG] fsmap 2023-11-30T22:15:34.119 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: cluster 2023-11-30T22:15:34.119 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 2023-11-30T22:15:33.857914+0000 mon.smithi071 (mon.0) 2023-11-30T22:15:34.119 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-30T22:15:34.119 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: cluster 2023-11 2023-11-30T22:15:34.119 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: -30T22:15:33.858278+0000 mon.smithi071 (mon 2023-11-30T22:15:34.119 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:33 smithi071 conmon[83797]: .0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-30T22:15:35.042 INFO:teuthology.orchestra.run.smithi071.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-30T22:15:35.042 INFO:teuthology.orchestra.run.smithi071.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-30T22:15:35.042 INFO:teuthology.orchestra.run.smithi071.stderr:Creating mgr... 2023-11-30T22:15:35.042 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying port 9283 ... 2023-11-30T22:15:35.169 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Failed to reset failed state of unit ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715@mgr.smithi071.nfuwvn.service: Unit ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715@mgr.smithi071.nfuwvn.service not loaded. 2023-11-30T22:15:35.176 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715.target.wants/ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715@mgr.smithi071.nfuwvn.service → /etc/systemd/system/ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715@.service. 2023-11-30T22:15:35.706 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:35 smithi071 conmon[83797]: audit 2023-11-30T22:15:34.433493+0000 2023-11-30T22:15:35.706 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:35 smithi071 conmon[83797]: mon.smithi071 (mon.0) 6 : audit [INF] from='client.? 172.21.15.71:0/1951656831' entity='client.admin' 2023-11-30T22:15:35.904 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: disabled 2023-11-30T22:15:35.911 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2023-11-30T22:15:35.912 INFO:teuthology.orchestra.run.smithi071.stderr:firewalld.service is not enabled 2023-11-30T22:15:35.912 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to enable service . firewalld.service is not available 2023-11-30T22:15:35.921 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: disabled 2023-11-30T22:15:35.929 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2023-11-30T22:15:35.930 INFO:teuthology.orchestra.run.smithi071.stderr:firewalld.service is not enabled 2023-11-30T22:15:35.930 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-30T22:15:35.930 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mgr to start... 2023-11-30T22:15:35.930 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mgr... 2023-11-30T22:15:36.508 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-11-30T22:15:36.508 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2023-11-30T22:15:36.508 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsid": "d7cb60fe-8fcd-11ee-95a2-87774f69a715", 2023-11-30T22:15:36.508 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "health": { 2023-11-30T22:15:36.508 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-30T22:15:36.508 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "checks": {}, 2023-11-30T22:15:36.508 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mutes": [] 2023-11-30T22:15:36.508 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-30T22:15:36.508 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-30T22:15:36.508 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum": [ 2023-11-30T22:15:36.509 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 0 2023-11-30T22:15:36.509 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-11-30T22:15:36.509 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-30T22:15:36.509 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "smithi071" 2023-11-30T22:15:36.509 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-11-30T22:15:36.509 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-11-30T22:15:36.509 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "monmap": { 2023-11-30T22:15:36.509 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:15:36.509 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-30T22:15:36.509 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-30T22:15:36.509 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-30T22:15:36.509 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osdmap": { 2023-11-30T22:15:36.509 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:15:36.510 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-30T22:15:36.510 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-30T22:15:36.510 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-30T22:15:36.510 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-30T22:15:36.510 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-30T22:15:36.510 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-30T22:15:36.510 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-30T22:15:36.510 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgmap": { 2023-11-30T22:15:36.510 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-30T22:15:36.510 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-30T22:15:36.510 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-30T22:15:36.511 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-30T22:15:36.511 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-30T22:15:36.511 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-30T22:15:36.511 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-30T22:15:36.511 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-30T22:15:36.511 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-30T22:15:36.511 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsmap": { 2023-11-30T22:15:36.511 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:15:36.512 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-30T22:15:36.512 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-30T22:15:36.512 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-30T22:15:36.512 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-30T22:15:36.512 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": false, 2023-11-30T22:15:36.512 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-30T22:15:36.512 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modules": [ 2023-11-30T22:15:36.512 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "iostat", 2023-11-30T22:15:36.512 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "nfs", 2023-11-30T22:15:36.512 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "restful" 2023-11-30T22:15:36.512 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-11-30T22:15:36.512 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2023-11-30T22:15:36.512 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-30T22:15:36.513 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "servicemap": { 2023-11-30T22:15:36.513 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:15:36.513 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modified": "2023-11-30T22:15:28.661395+0000", 2023-11-30T22:15:36.513 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2023-11-30T22:15:36.513 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-30T22:15:36.513 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-30T22:15:36.513 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2023-11-30T22:15:36.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:36 smithi071 conmon[83797]: audit 2023-11-30T22:15:36.501193+0000 mon.smithi071 2023-11-30T22:15:36.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:36 smithi071 conmon[83797]: (mon.0) 7 : audit [DBG] from='client.? 172.21.15.71:0/3812794560' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-30T22:15:37.041 INFO:teuthology.orchestra.run.smithi071.stderr:mgr not available, waiting (1/15)... 2023-11-30T22:15:39.618 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-11-30T22:15:39.618 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2023-11-30T22:15:39.618 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsid": "d7cb60fe-8fcd-11ee-95a2-87774f69a715", 2023-11-30T22:15:39.618 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "health": { 2023-11-30T22:15:39.618 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-30T22:15:39.618 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "checks": {}, 2023-11-30T22:15:39.619 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mutes": [] 2023-11-30T22:15:39.619 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-30T22:15:39.619 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-30T22:15:39.619 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum": [ 2023-11-30T22:15:39.619 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 0 2023-11-30T22:15:39.619 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-11-30T22:15:39.619 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-30T22:15:39.619 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "smithi071" 2023-11-30T22:15:39.619 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-11-30T22:15:39.619 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_age": 5, 2023-11-30T22:15:39.619 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "monmap": { 2023-11-30T22:15:39.619 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:15:39.619 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-30T22:15:39.619 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-30T22:15:39.620 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-30T22:15:39.620 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osdmap": { 2023-11-30T22:15:39.620 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:15:39.620 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-30T22:15:39.620 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-30T22:15:39.620 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-30T22:15:39.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-30T22:15:39.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-30T22:15:39.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-30T22:15:39.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-30T22:15:39.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgmap": { 2023-11-30T22:15:39.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-30T22:15:39.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-30T22:15:39.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-30T22:15:39.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-30T22:15:39.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-30T22:15:39.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-30T22:15:39.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-30T22:15:39.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-30T22:15:39.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-30T22:15:39.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsmap": { 2023-11-30T22:15:39.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:15:39.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-30T22:15:39.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-30T22:15:39.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-30T22:15:39.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-30T22:15:39.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": false, 2023-11-30T22:15:39.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-30T22:15:39.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modules": [ 2023-11-30T22:15:39.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "iostat", 2023-11-30T22:15:39.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "nfs", 2023-11-30T22:15:39.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "restful" 2023-11-30T22:15:39.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-11-30T22:15:39.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2023-11-30T22:15:39.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-30T22:15:39.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "servicemap": { 2023-11-30T22:15:39.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:15:39.629 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modified": "2023-11-30T22:15:28.661395+0000", 2023-11-30T22:15:39.629 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2023-11-30T22:15:39.629 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-30T22:15:39.629 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-30T22:15:39.629 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2023-11-30T22:15:40.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:39 smithi071 conmon[83797]: audit 2023-11-30T22:15:39.615084+0000 mon.smithi071 (mon.0) 2023-11-30T22:15:40.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:39 smithi071 conmon[83797]: 8 : audit [DBG] from='client.? 172.21.15.71:0/1976408219' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-30T22:15:40.181 INFO:teuthology.orchestra.run.smithi071.stderr:mgr not available, waiting (2/15)... 2023-11-30T22:15:41.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: cluster 2023-11-30T22:15:41.350586+0000 mon.smithi071 (mon.0) 9 : cluster 2023-11-30T22:15:41.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: [INF] Activating manager daemon smithi071.nfuwvn 2023-11-30T22:15:41.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: cluster 2023-11-30T22:15:41.353098+0000 mon.smithi071 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi071.nfuwvn(active, starting, since 0.00259127s) 2023-11-30T22:15:41.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: audit 2023-11-30T22:15:41.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: 2023-11-30T22:15:41.353813+0000 mon.smithi071 (mon.0) 11 : audit 2023-11-30T22:15:41.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: [DBG] from='mgr.14100 172.21.15.71:0/3014739059' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-30T22:15:41.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: audit 2023- 2023-11-30T22:15:41.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: 11-30T22:15:41. 2023-11-30T22:15:41.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: 353956+0000 mon.smithi071 (mon.0) 12 2023-11-30T22:15:41.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: : audit [DBG] from='mgr.14100 172.21.15.71:0/3014739059' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-30T22:15:41.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: audit 2023-11-30T22:15:41.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: 2023-11-30T22:15: 2023-11-30T22:15:41.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: 41.354070+0000 mon.smithi071 (mon.0) 2023-11-30T22:15:41.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: 13 : audit [DBG] from='mgr.14100 172.21.15.71:0/3014739059' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-30T22:15:41.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: audit 2023-11-30T22:15:41.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: 2023-11-30T22:15:41 2023-11-30T22:15:41.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: .354185+0000 mon.smithi071 (mon. 2023-11-30T22:15:41.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: 0) 14 : audit [DBG] from='mgr.14100 172.21.15.71:0/3014739059' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2023-11-30T22:15:41.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: audit 2023- 2023-11-30T22:15:41.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: 11-30T22:15:41.354564 2023-11-30T22:15:41.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: +0000 mon.smithi071 (mon.0) 15 : 2023-11-30T22:15:41.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: audit [DBG] from='mgr.14100 172.21.15.71:0/3014739059' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mgr metadata", "who": "smithi071.nfuwvn", "id": "smithi071.nfuwvn"}]: dispatch 2023-11-30T22:15:41.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: cluster 2023- 2023-11-30T22:15:41.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: 11-30T22:15:41. 2023-11-30T22:15:41.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: 368202+0000 mon.smithi071 (mon.0) 16 2023-11-30T22:15:41.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: : cluster [INF] Manager daemon smithi071.nfuwvn is now available 2023-11-30T22:15:41.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: audit 2023- 2023-11-30T22:15:41.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: 11-30T22:15:41.379873 2023-11-30T22:15:41.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: +0000 mon.smithi071 (mon.0) 17 : 2023-11-30T22:15:41.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: audit [INF] from='mgr.14100 172.21.15.71:0/3014739059' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:15:41.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: audit 2023 2023-11-30T22:15:41.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: -11-30T22:15:41. 2023-11-30T22:15:41.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: 383257+0000 mon.smithi071 (mon.0) 2023-11-30T22:15:41.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: 18 : audit [INF] from='mgr.14100 172.21.15.71:0/3014739059' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.nfuwvn/mirror_snapshot_schedule"}]: dispatch 2023-11-30T22:15:41.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: audit 2023-11-30T22:15:41.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: 2023-11-30T22:15 2023-11-30T22:15:41.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: :41.386046+0000 mon.smithi071 (mon. 2023-11-30T22:15:41.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: 0) 19 : audit [INF] from='mgr.14100 172.21.15.71:0/3014739059' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.nfuwvn/trash_purge_schedule"}]: dispatch 2023-11-30T22:15:41.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: audit 2023- 2023-11-30T22:15:41.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: 11-30T22:15:41.391350 2023-11-30T22:15:41.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: +0000 mon.smithi071 (mon.0) 20 : audit 2023-11-30T22:15:41.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: [INF] from='mgr.14100 172.21.15.71:0/3014739059' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:15:41.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: audit 2023 2023-11-30T22:15:41.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: -11-30T22:15: 2023-11-30T22:15:41.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: 41.395901+0000 mon.smithi071 (mon. 2023-11-30T22:15:41.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: 0) 21 : audit [INF] from='mgr.14100 172.21.15.71:0/3014739059' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:15:41.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:41 smithi071 conmon[83797]: 2023-11-30T22:15:42.922 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-11-30T22:15:42.922 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2023-11-30T22:15:42.922 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsid": "d7cb60fe-8fcd-11ee-95a2-87774f69a715", 2023-11-30T22:15:42.922 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "health": { 2023-11-30T22:15:42.922 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-30T22:15:42.922 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "checks": {}, 2023-11-30T22:15:42.922 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mutes": [] 2023-11-30T22:15:42.922 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-30T22:15:42.923 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-30T22:15:42.923 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum": [ 2023-11-30T22:15:42.923 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 0 2023-11-30T22:15:42.923 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-11-30T22:15:42.923 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-30T22:15:42.923 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "smithi071" 2023-11-30T22:15:42.923 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-11-30T22:15:42.923 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_age": 9, 2023-11-30T22:15:42.923 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "monmap": { 2023-11-30T22:15:42.923 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:15:42.923 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-30T22:15:42.923 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-30T22:15:42.923 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-30T22:15:42.924 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osdmap": { 2023-11-30T22:15:42.924 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:15:42.924 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-30T22:15:42.924 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-30T22:15:42.924 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-30T22:15:42.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-30T22:15:42.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-30T22:15:42.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-30T22:15:42.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-30T22:15:42.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgmap": { 2023-11-30T22:15:42.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-30T22:15:42.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-30T22:15:42.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-30T22:15:42.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-30T22:15:42.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-30T22:15:42.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-30T22:15:42.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-30T22:15:42.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-30T22:15:42.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-30T22:15:42.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsmap": { 2023-11-30T22:15:42.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:15:42.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-30T22:15:42.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-30T22:15:42.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-30T22:15:42.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-30T22:15:42.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": true, 2023-11-30T22:15:42.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-30T22:15:42.929 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modules": [ 2023-11-30T22:15:42.930 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "iostat", 2023-11-30T22:15:42.930 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "nfs", 2023-11-30T22:15:42.930 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "restful" 2023-11-30T22:15:42.930 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2023-11-30T22:15:42.930 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2023-11-30T22:15:42.930 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-30T22:15:42.931 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "servicemap": { 2023-11-30T22:15:42.931 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:15:42.931 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modified": "2023-11-30T22:15:28.661395+0000", 2023-11-30T22:15:42.931 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2023-11-30T22:15:42.931 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2023-11-30T22:15:42.931 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-30T22:15:42.931 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2023-11-30T22:15:43.456 INFO:teuthology.orchestra.run.smithi071.stderr:mgr is available 2023-11-30T22:15:43.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:43 smithi071 conmon[83797]: cluster 2023-11-30T22:15:42.355256+0000 2023-11-30T22:15:43.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:43 smithi071 conmon[83797]: mon.smithi071 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi071.nfuwvn(active, since 1.00474s) 2023-11-30T22:15:43.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:43 smithi071 conmon[83797]: audit 2023-11-30T22:15:42.918906+0000 mon.smithi071 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.71:0/4050842236' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-30T22:15:44.111 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-11-30T22:15:44.111 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [global] 2023-11-30T22:15:44.111 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: fsid = d7cb60fe-8fcd-11ee-95a2-87774f69a715 2023-11-30T22:15:44.111 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-30T22:15:44.112 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-30T22:15:44.112 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-30T22:15:44.112 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-30T22:15:44.112 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-11-30T22:15:44.112 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [mgr] 2023-11-30T22:15:44.112 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-30T22:15:44.112 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2023-11-30T22:15:44.113 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [osd] 2023-11-30T22:15:44.113 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-30T22:15:44.113 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-30T22:15:44.631 INFO:teuthology.orchestra.run.smithi071.stderr:Enabling cephadm module... 2023-11-30T22:15:44.896 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:44 smithi071 conmon[83797]: audit 2023-11-30T22:15:44.106727+0000 mon.smithi071 (mon.0) 24 : audit [INF] from='client.? 172.21.15.71:0/1282915341' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-30T22:15:44.896 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:44 smithi071 conmon[83797]: cluster 2023-11-30T22:15:44.356043+0000 mon.smithi071 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi071.nfuwvn(active, since 3s) 2023-11-30T22:15:46.099 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:45 smithi071 conmon[83797]: audit 2023-11-30T22:15:45.314920+0000 mon.smithi071 (mon.0 2023-11-30T22:15:46.099 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:45 smithi071 conmon[83797]: ) 26 : audit [INF] from='client.? 172.21.15.71:0/1674005019' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-30T22:15:47.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:46 smithi071 conmon[83797]: audit 2023-11-30T22:15:45.851163+0000 mon.smithi071 (mon.0) 27 : audit [INF] from='client.? 172.21.15.71:0/1674005019' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-30T22:15:47.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:46 smithi071 conmon[83797]: cluster 2023-11-30T22:15:45.851254+0000 mon.smithi071 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi071.nfuwvn(active, since 4s) 2023-11-30T22:15:47.171 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2023-11-30T22:15:47.171 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-30T22:15:47.172 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": true, 2023-11-30T22:15:47.172 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "active_name": "smithi071.nfuwvn", 2023-11-30T22:15:47.172 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-30T22:15:47.172 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2023-11-30T22:15:47.680 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for the mgr to restart... 2023-11-30T22:15:47.681 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mgr epoch 5... 2023-11-30T22:15:48.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:47 smithi071 conmon[83797]: audit 2023-11-30T22:15:47.170131+0000 mon.smithi071 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.71:0/303155644' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-30T22:15:51.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:51 smithi071 conmon[83797]: cluster 2023-11-30T22:15:51.251795+0000 mon.smithi071 (mon.0) 2023-11-30T22:15:51.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:51 smithi071 conmon[83797]: 30 : cluster [INF] Active manager daemon smithi071.nfuwvn restarted 2023-11-30T22:15:51.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:51 smithi071 conmon[83797]: cluster 2023-11-30T22:15:51.252100+0000 mon.smithi071 (mon.0) 31 : cluster [INF] Activating manager daemon smithi071.nfuwvn 2023-11-30T22:15:51.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:51 smithi071 conmon[83797]: cluster 2023-11-30T22:15:51.255219+0000 mon.smithi071 (mon 2023-11-30T22:15:51.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:51 smithi071 conmon[83797]: .0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-30T22:15:51.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:51 smithi071 conmon[83797]: cluster 2023-11-30T22:15:51.255328+0000 mon.smithi071 (mon.0) 2023-11-30T22:15:51.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:51 smithi071 conmon[83797]: 33 : cluster [DBG] mgrmap e6: smithi071.nfuwvn(active, starting, since 0.00333161s) 2023-11-30T22:15:51.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:51 smithi071 conmon[83797]: audit 2023-11-30T22:15:51.256080+0000 2023-11-30T22:15:51.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:51 smithi071 conmon[83797]: mon.smithi071 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2023-11-30T22:15:51.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:51 smithi071 conmon[83797]: audit 2023-11-30T22:15:51.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:51 smithi071 conmon[83797]: 2023-11-30T22:15:51.256724+0000 mon.smithi071 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mgr metadata", "who": "smithi071.nfuwvn", "id": "smithi071.nfuwvn"}]: dispatch 2023-11-30T22:15:51.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:51 smithi071 conmon[83797]: audit 2023-11-30T22:15 2023-11-30T22:15:51.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:51 smithi071 conmon[83797]: :51.257368+0000 mon.smithi071 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-30T22:15:51.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:51 smithi071 conmon[83797]: audit 2023-11-30T22: 2023-11-30T22:15:51.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:51 smithi071 conmon[83797]: 15:51.257528+0000 mon.smithi071 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-30T22:15:51.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:51 smithi071 conmon[83797]: audit 2023-11-30T22:15: 2023-11-30T22:15:51.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:51 smithi071 conmon[83797]: 51.257673+0000 mon.smithi071 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-30T22:15:51.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:51 smithi071 conmon[83797]: cluster 2023-11-30T 2023-11-30T22:15:51.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:51 smithi071 conmon[83797]: 22:15:51.271106+0000 mon.smithi071 (mon.0) 39 : cluster [INF] Manager daemon smithi071.nfuwvn is now available 2023-11-30T22:15:51.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:51 smithi071 conmon[83797]: 2023-11-30T22:15:51.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:51 smithi071 conmon[83797]: audit 2023-11- 2023-11-30T22:15:51.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:51 smithi071 conmon[83797]: 30T22:15:51.283408+0000 mon.smithi071 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:15:52.264 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2023-11-30T22:15:52.264 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-30T22:15:52.265 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "initialized": true 2023-11-30T22:15:52.265 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2023-11-30T22:15:52.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:52 smithi071 conmon[83797]: cephadm 2023-11-30T22:15:51.280850+0000 mgr.smithi071.nfuwvn (mgr.14116 2023-11-30T22:15:52.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:52 smithi071 conmon[83797]: ) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-11-30T22:15:52.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:52 smithi071 conmon[83797]: audit 2023-11-30T22:15:51.369762+0000 mon.smithi071 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:15:52.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:52 smithi071 conmon[83797]: audit 2023-11-30T22:15:51. 2023-11-30T22:15:52.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:52 smithi071 conmon[83797]: 370794+0000 mon.smithi071 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:15:52.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:52 smithi071 conmon[83797]: audit 2023-11-30T22:15:51.371966+0000 mon.smithi071 (mon.0) 43 : audit 2023-11-30T22:15:52.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:52 smithi071 conmon[83797]: [DBG] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:15:52.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:52 smithi071 conmon[83797]: audit 2023-11-30T22:15:51.373692+0000 2023-11-30T22:15:52.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:52 smithi071 conmon[83797]: mon.smithi071 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:15:52.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:52 smithi071 conmon[83797]: audit 2023-11 2023-11-30T22:15:52.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:52 smithi071 conmon[83797]: -30T22:15:51.387277+0000 mon.smithi071 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.nfuwvn/mirror_snapshot_schedule"}]: dispatch 2023-11-30T22:15:52.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:52 smithi071 conmon[83797]: audit 2023-11-30T22:15:51.389894+0000 mon.smithi071 (mon.0 2023-11-30T22:15:52.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:52 smithi071 conmon[83797]: ) 46 : audit [INF] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.nfuwvn/trash_purge_schedule"}]: dispatch 2023-11-30T22:15:52.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:52 smithi071 conmon[83797]: cluster 2023-11-30T22:15:52.257605+0000 mon.smithi071 (mon. 2023-11-30T22:15:52.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:52 smithi071 conmon[83797]: 0) 47 : cluster [DBG] mgrmap e7: smithi071.nfuwvn(active, since 1.0056s) 2023-11-30T22:15:52.762 INFO:teuthology.orchestra.run.smithi071.stderr:mgr epoch 5 is available 2023-11-30T22:15:52.763 INFO:teuthology.orchestra.run.smithi071.stderr:Setting orchestrator backend to cephadm... 2023-11-30T22:15:53.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:53 smithi071 conmon[83797]: audit 2023-11-30T22:15: 2023-11-30T22:15:53.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:53 smithi071 conmon[83797]: 52.256651+0000 mgr.smithi071.nfuwvn (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-30T22:15:53.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:53 smithi071 conmon[83797]: audit 2023- 2023-11-30T22:15:53.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:53 smithi071 conmon[83797]: 11-30T22:15:52.263317+0000 mgr.smithi071.nfuwvn (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-30T22:15:53.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:53 smithi071 conmon[83797]: 2023-11-30T22:15:54.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:54 smithi071 conmon[83797]: cluster 2023-11-30T22:15:53.372935+0000 mon.smithi071 (mon.0 2023-11-30T22:15:54.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:54 smithi071 conmon[83797]: ) 48 : cluster [DBG] mgrmap e8: smithi071.nfuwvn(active, since 2s) 2023-11-30T22:15:54.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:54 smithi071 conmon[83797]: audit 2023-11-30T22:15:53.448367+0000 mgr.smithi071.nfuwvn (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:15:54.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:54 smithi071 conmon[83797]: audit 2023-11- 2023-11-30T22:15:54.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:54 smithi071 conmon[83797]: 30T22:15:53.452942+0000 mon.smithi071 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:15:54.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:54 smithi071 conmon[83797]: audit 2023-11-30T22:15:53.495813 2023-11-30T22:15:54.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:54 smithi071 conmon[83797]: +0000 mon.smithi071 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:15:54.653 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: value unchanged 2023-11-30T22:15:55.195 INFO:teuthology.orchestra.run.smithi071.stderr:Generating ssh key... 2023-11-30T22:15:55.465 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:55 smithi071 conmon[83797]: audit 2023-11-30T22:15:54.651844+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:15:55.465 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:55 smithi071 conmon[83797]: .14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:15:56.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:56 smithi071 conmon[83797]: audit 2023-11-30T22:15:55.839377+0000 mgr.smithi071.nfuwvn (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:15:56.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:56 smithi071 conmon[83797]: cephadm 2023-11-30T22:15:55.839566+0000 mgr.smithi071.nfuwvn (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-11-30T22:15:56.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:56 smithi071 conmon[83797]: audit 2023-11-30T22:15:56.027649+0000 mon.smithi071 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:15:56.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:56 smithi071 conmon[83797]: audit 2023-11-30T22:15:56.029350+0000 mon.smithi071 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:15:57.132 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdnu9DxA5wjHo6OVkbWDjYU1WwI1SqRYD/eZujC2cxVsHykcSAmS4iXSdDjj4MQJ/6Z2+rVsj6e2NaZn2F28fWvNXe9e1pOpuLFFilKIoo3uFMUmgkhL8cridmlW7CTSfD2vlOqmAC9ABZ6DOKspAT7Owhr/TAtolJKVqwUFp/jO4ShqJyHhZycSmgXv/e0WHRMP1DLw5iQt+AHE30XzUkXXL95RX6oux4mXvsWaWB1F00DJXZ+xSLyjvZdVGWd4iOVHGr3FNqpLqLBhUcbEf1KAraLCtWQxsL2pbQSZqvB3kI3W6LYLSFlzwpSPdqtFG8mjuONLL2ex2nk+ZBtocI4RVJxTFRDLK7bp2vSihp3DmRlJQ+Xz9+iPLlvCYNwzvq2nVveFHwoSbTeNYKHGw6LE1KYM/xFghVP61j5jROJ0Hk/xJ9obftrHHAX8YJLKkUUUGUu7mHRzdUOqfqafX9W5xVjeV10IrFMm4RO29OVYemf710G+7oyECNhkmDqZM= ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715 2023-11-30T22:15:57.628 INFO:teuthology.orchestra.run.smithi071.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-30T22:15:57.628 INFO:teuthology.orchestra.run.smithi071.stderr:Adding key to root@localhost authorized_keys... 2023-11-30T22:15:57.630 INFO:teuthology.orchestra.run.smithi071.stderr:Adding host smithi071... 2023-11-30T22:15:58.267 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:57 smithi071 conmon[83797]: audit 2023-11-30T22:15:57.131144+0000 2023-11-30T22:15:58.267 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:57 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:15:58.878 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Added host 'smithi071' with addr '172.21.15.71' 2023-11-30T22:15:59.465 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying mon service with default placement... 2023-11-30T22:16:00.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:59 smithi071 conmon[83797]: audit 2023-11-30T22:15:58.244008+0000 mgr.smithi071.nfuwvn (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi071", "addr": "172.21.15.71", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:16:00.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:59 smithi071 conmon[83797]: audit 2023-11-30T22:15:58.876404+0000 mon.smithi071 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:16:00.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:59 smithi071 conmon[83797]: cephadm 2023-11-30T22:15:58.876689+0000 mgr.smithi071.nfuwvn (mgr.14116) 10 : cephadm [INF] Added host smithi071 2023-11-30T22:16:00.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:15:59 smithi071 conmon[83797]: audit 2023-11-30T22:15:58.920685+0000 mon.smithi071 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:16:00.175 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-30T22:16:01.113 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying mgr service with default placement... 2023-11-30T22:16:01.298 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:01 smithi071 conmon[83797]: audit 2023-11-30T22:16:00.167155+0000 mgr.smithi071.nfuwvn (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:16:01.298 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:01 smithi071 conmon[83797]: cephadm 2023-11-30T22:16:00.168825+0000 mgr.smithi071.nfuwvn (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-30T22:16:01.298 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:01 smithi071 conmon[83797]: audit 2023-11-30T22:16:00.174171+0000 mon.smithi071 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:16:01.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-30T22:16:02.602 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying crash service with default placement... 2023-11-30T22:16:02.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:02 smithi071 conmon[83797]: audit 2023-11-30T22:16:01.317523+0000 mon.smithi071 (mon 2023-11-30T22:16:02.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:02 smithi071 conmon[83797]: .0) 56 : audit [INF] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:16:02.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:02 smithi071 conmon[83797]: audit 2023-11-30T22:16:01.591014+0000 mon.smithi071 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:16:02.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:02 smithi071 conmon[83797]: audit 2023-11-30T22:16:01.939647+0000 mon.smithi071 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:16:03.497 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-30T22:16:03.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:03 smithi071 conmon[83797]: audit 2023-11-30T22:16:01.936315+0000 mgr.smithi071.nfuwvn 2023-11-30T22:16:03.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:03 smithi071 conmon[83797]: (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:16:03.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:03 smithi071 conmon[83797]: cephadm 2023-11-30T22:16:01.937154+0000 mgr.smithi071.nfuwvn (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-30T22:16:03.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:03 smithi071 conmon[83797]: audit 2023-11-30T22:16:02.972242+0000 mon.smithi071 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:16:04.712 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying prometheus service with default placement... 2023-11-30T22:16:04.712 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:04 smithi071 conmon[83797]: audit 2023-11-30T22:16:03.492255+0000 2023-11-30T22:16:04.712 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:04 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:16:04.712 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:04 smithi071 conmon[83797]: cephadm 2023-11-30T22:16:03.493214+0000 mgr.smithi071.nfuwvn (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-11-30T22:16:04.713 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:04 smithi071 conmon[83797]: audit 2023-11-30T22:16:03.495580+0000 mon.smithi071 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:16:05.341 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-30T22:16:05.926 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying grafana service with default placement... 2023-11-30T22:16:06.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:06 smithi071 conmon[83797]: audit 2023-11-30T22:16:05.336743+0000 mgr.smithi071.nfuwvn (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:16:06.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:06 smithi071 conmon[83797]: cephadm 2023-11-30T22:16:05.337566+0000 mgr.smithi071.nfuwvn (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-30T22:16:06.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:06 smithi071 conmon[83797]: audit 2023-11-30T22:16:05.339729+0000 mon.smithi071 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:16:06.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-30T22:16:07.185 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying node-exporter service with default placement... 2023-11-30T22:16:07.810 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-30T22:16:08.016 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:07 smithi071 conmon[83797]: audit 2023-11-30T22:16:06.623498+0000 mgr.smithi071.nfuwvn (mgr.14116 2023-11-30T22:16:08.016 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:07 smithi071 conmon[83797]: ) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:16:08.016 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:07 smithi071 conmon[83797]: cephadm 2023-11-30T22:16:06.624358+0000 mgr.smithi071.nfuwvn (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-30T22:16:08.016 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:07 smithi071 conmon[83797]: audit 2023-11-30T22:16:06.627401+0000 mon.smithi071 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:16:08.376 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying alertmanager service with default placement... 2023-11-30T22:16:09.022 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-30T22:16:09.043 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:08 smithi071 conmon[83797]: audit 2023-11-30T22:16:07.805937+0000 mgr.smithi071.nfuwvn 2023-11-30T22:16:09.044 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:08 smithi071 conmon[83797]: (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:16:09.044 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:08 smithi071 conmon[83797]: cephadm 2023-11-30T22:16:07.806834+0000 mgr.smithi071.nfuwvn (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-30T22:16:09.044 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:08 smithi071 conmon[83797]: audit 2023-11-30T22:16:07.809009+0000 mon.smithi071 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:16:10.262 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:10 smithi071 conmon[83797]: audit 2023-11-30T22:16:09.017553+0000 2023-11-30T22:16:10.262 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:10 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:16:10.262 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:10 smithi071 conmon[83797]: cephadm 2023-11-30T22:16:09.018403+0000 mgr.smithi071.nfuwvn (mgr.14116) 24 2023-11-30T22:16:10.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:10 smithi071 conmon[83797]: : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-30T22:16:10.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:10 smithi071 conmon[83797]: audit 2023 2023-11-30T22:16:10.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:10 smithi071 conmon[83797]: -11-30T22:16:09.020719+0000 mon.smithi071 (mon.0) 64 2023-11-30T22:16:10.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:10 smithi071 conmon[83797]: : audit [INF] from='mgr.14116 172.21.15.71:0/645022911' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:16:11.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:11 smithi071 conmon[83797]: audit 2023-11-30T22:16:10.237000+0000 mon.smithi071 2023-11-30T22:16:11.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:11 smithi071 conmon[83797]: (mon.0) 65 : audit [INF] from='client.? 172.21.15.71:0/3091308062' entity='client.admin' 2023-11-30T22:16:11.933 INFO:teuthology.orchestra.run.smithi071.stderr:Enabling the dashboard module... 2023-11-30T22:16:12.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:12 smithi071 conmon[83797]: cluster 2023-11-30T22:16:11.258654+0000 mgr.smithi071.nfuwvn (mgr.14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:16:12.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:12 smithi071 conmon[83797]: audit 2023-11-30T22:16:11.440675+0000 mon.smithi071 (mon.0) 66 : audit [INF] from='client.? 172.21.15.71:0/1003487774' entity='client.admin' 2023-11-30T22:16:13.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:13 smithi071 conmon[83797]: audit 2023-11-30T22:16:12.614495+0000 mon.smithi071 (mon.0) 67 : audit [INF] from='client.? 172.21.15.71:0/1378643406' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-30T22:16:14.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:14 smithi071 conmon[83797]: audit 2023-11-30T22:16:13.445616+0000 mon.smithi071 (mon. 2023-11-30T22:16:14.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:14 smithi071 conmon[83797]: 0) 68 : audit [INF] from='client.? 172.21.15.71:0/1378643406' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-30T22:16:14.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:14 smithi071 conmon[83797]: cluster 2023-11-30T22:16:13.445686+0000 mon.smithi071 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi071.nfuwvn(active, since 22s) 2023-11-30T22:16:14.753 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2023-11-30T22:16:14.753 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-30T22:16:14.753 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": true, 2023-11-30T22:16:14.753 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "active_name": "smithi071.nfuwvn", 2023-11-30T22:16:14.753 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-30T22:16:14.753 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2023-11-30T22:16:15.349 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for the mgr to restart... 2023-11-30T22:16:15.349 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mgr epoch 9... 2023-11-30T22:16:15.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:15 smithi071 conmon[83797]: audit 2023-11-30T22:16:14.751372+0000 mon.smithi071 (mon.0) 70 2023-11-30T22:16:15.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:15 smithi071 conmon[83797]: : audit [DBG] from='client.? 172.21.15.71:0/1151379189' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-30T22:16:19.911 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2023-11-30T22:16:19.911 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-30T22:16:19.911 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "initialized": true 2023-11-30T22:16:19.911 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2023-11-30T22:16:20.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:19 smithi071 conmon[83797]: cluster 2023-11-30T22:16:18.896567+0000 mon.smithi071 (mon. 2023-11-30T22:16:20.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:19 smithi071 conmon[83797]: 0) 71 : cluster [INF] Active manager daemon smithi071.nfuwvn restarted 2023-11-30T22:16:20.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:19 smithi071 conmon[83797]: cluster 2023-11-30T22:16:18.896798+0000 mon.smithi071 (mon.0) 72 : cluster [INF] Activating manager daemon smithi071.nfuwvn 2023-11-30T22:16:20.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:19 smithi071 conmon[83797]: cluster 2023-11-30T22:16:18.899342+0000 mon.smithi071 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-30T22:16:20.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:19 smithi071 conmon[83797]: cluster 2023-11-30T22:16:18.899448+0000 mon.smithi071 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi071.nfuwvn(active, starting, since 0.00273719s) 2023-11-30T22:16:20.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:19 smithi071 conmon[83797]: audit 2023-11-30T22:16:18.900412+0000 mon.smithi071 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2023-11-30T22:16:20.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:19 smithi071 conmon[83797]: audit 2023-11-30T22:16:18.901118+0000 mon.smithi071 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mgr metadata", "who": "smithi071.nfuwvn", "id": "smithi071.nfuwvn"}]: dispatch 2023-11-30T22:16:20.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:19 smithi071 conmon[83797]: audit 2023-11-30T22:16:18.901772+0000 mon.smithi071 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-30T22:16:20.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:19 smithi071 conmon[83797]: audit 2023-11-30T22:16:18.901966+0000 mon.smithi071 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-30T22:16:20.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:19 smithi071 conmon[83797]: audit 2023-11-30T22:16:18.902095+0000 mon.smithi071 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-30T22:16:20.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:19 smithi071 conmon[83797]: cluster 2023-11-30T22:16:18.903914+0000 mon.smithi071 (mon.0) 80 : cluster [INF] Manager daemon smithi071.nfuwvn is now available 2023-11-30T22:16:20.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:19 smithi071 conmon[83797]: audit 2023-11-30T22:16:18.998672+0000 mon.smithi071 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:16:20.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:19 smithi071 conmon[83797]: audit 2023-11-30T22:16:19.000049+0000 mon.smithi071 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:16:20.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:19 smithi071 conmon[83797]: audit 2023-11-30T22:16:19.025345+0000 mon.smithi071 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.nfuwvn/mirror_snapshot_schedule"}]: dispatch 2023-11-30T22:16:20.118 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:19 smithi071 conmon[83797]: audit 2023-11-30T22:16:19.027290+0000 mon.smithi071 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.nfuwvn/trash_purge_schedule"}]: dispatch 2023-11-30T22:16:20.615 INFO:teuthology.orchestra.run.smithi071.stderr:mgr epoch 9 is available 2023-11-30T22:16:20.615 INFO:teuthology.orchestra.run.smithi071.stderr:Generating a dashboard self-signed certificate... 2023-11-30T22:16:21.346 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:20 smithi071 conmon[83797]: audit 2023-11-30T22:16:19.903308+0000 mgr.smithi071.nfuwvn (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-30T22:16:21.346 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:20 smithi071 conmon[83797]: cluster 2023-11-30T22:16:19.903841+0000 mon.smithi071 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi071.nfuwvn(active, since 1.00713s) 2023-11-30T22:16:21.347 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:20 smithi071 conmon[83797]: audit 2023-11-30T22:16:19.909450+0000 mgr.smithi071.nfuwvn (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-30T22:16:21.347 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:20 smithi071 conmon[83797]: audit 2023-11-30T22:16:20.603445+0000 mon.smithi071 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:16:21.464 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-30T22:16:22.139 INFO:teuthology.orchestra.run.smithi071.stderr:Creating initial admin user... 2023-11-30T22:16:22.723 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:22 smithi071 conmon[83797]: audit 2023-11-30T22:16:21.363442+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:16:22.723 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:22 smithi071 conmon[83797]: mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:16:22.723 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:22 smithi071 conmon[83797]: audit 2023-11-30T22:16:21.457859+0000 mon.smithi071 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:16:22.723 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:22 smithi071 conmon[83797]: audit 2023-11-30T22:16:21.462992+0000 mon.smithi071 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:16:22.723 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:22 smithi071 conmon[83797]: cluster 2023-11-30T22:16:21.907319+0000 mon.smithi071 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi071.nfuwvn(active, since 3s) 2023-11-30T22:16:23.389 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$P2flVARmVOqN5vhSOZqLhuBB5DjikK5FlM1TPXzzX9zROyXoMeLmu", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701382583, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-30T22:16:23.972 INFO:teuthology.orchestra.run.smithi071.stderr:Fetching dashboard port number... 2023-11-30T22:16:24.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:24 smithi071 conmon[83797]: audit 2023-11-30T22:16:23.171421+0000 mgr.smithi071.nfuwvn (mgr.14156) 4 : audit 2023-11-30T22:16:24.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:24 smithi071 conmon[83797]: [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:16:24.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:24 smithi071 conmon[83797]: audit 2023-11-30T22:16:23.388043+0000 mon.smithi071 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:16:24.635 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 8443 2023-11-30T22:16:25.215 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: disabled 2023-11-30T22:16:25.223 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2023-11-30T22:16:25.223 INFO:teuthology.orchestra.run.smithi071.stderr:firewalld.service is not enabled 2023-11-30T22:16:25.223 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-30T22:16:25.226 INFO:teuthology.orchestra.run.smithi071.stderr:Ceph Dashboard is now available at: 2023-11-30T22:16:25.226 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-11-30T22:16:25.226 INFO:teuthology.orchestra.run.smithi071.stderr: URL: https://smithi071.front.sepia.ceph.com:8443/ 2023-11-30T22:16:25.226 INFO:teuthology.orchestra.run.smithi071.stderr: User: admin 2023-11-30T22:16:25.226 INFO:teuthology.orchestra.run.smithi071.stderr: Password: m5wspzsix0 2023-11-30T22:16:25.226 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-11-30T22:16:25.226 INFO:teuthology.orchestra.run.smithi071.stderr:Enabling autotune for osd_memory_target 2023-11-30T22:16:25.500 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:25 smithi071 conmon[83797]: audit 2023-11-30T22:16:24.634673+0000 mon.smithi071 (mon.0) 91 : 2023-11-30T22:16:25.500 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:25 smithi071 conmon[83797]: audit [DBG] from='client.? 172.21.15.71:0/584131797' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-30T22:16:26.671 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:26 smithi071 conmon[83797]: cluster 2023-11-30T22:16:25.389878+0000 mon.smithi071 (mon.0) 92 : 2023-11-30T22:16:26.672 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:26 smithi071 conmon[83797]: cluster [DBG] mgrmap e13: smithi071.nfuwvn(active, since 6s) 2023-11-30T22:16:27.146 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-30T22:16:27.647 INFO:teuthology.orchestra.run.smithi071.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-30T22:16:27.647 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-11-30T22:16:27.647 INFO:teuthology.orchestra.run.smithi071.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-30T22:16:27.647 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-11-30T22:16:27.647 INFO:teuthology.orchestra.run.smithi071.stderr:Or, if you are only running a single cluster on this host: 2023-11-30T22:16:27.647 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-11-30T22:16:27.647 INFO:teuthology.orchestra.run.smithi071.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-30T22:16:27.647 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-11-30T22:16:27.647 INFO:teuthology.orchestra.run.smithi071.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-30T22:16:27.647 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-11-30T22:16:27.648 INFO:teuthology.orchestra.run.smithi071.stderr: ceph telemetry on 2023-11-30T22:16:27.648 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-11-30T22:16:27.648 INFO:teuthology.orchestra.run.smithi071.stderr:For more information see: 2023-11-30T22:16:27.648 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-11-30T22:16:27.648 INFO:teuthology.orchestra.run.smithi071.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-11-30T22:16:27.648 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-11-30T22:16:27.648 INFO:teuthology.orchestra.run.smithi071.stderr:Bootstrap complete. 2023-11-30T22:16:27.683 INFO:tasks.cephadm:Fetching config... 2023-11-30T22:16:27.683 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-11-30T22:16:27.684 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-30T22:16:27.699 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-30T22:16:27.699 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-11-30T22:16:27.699 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-30T22:16:27.755 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-30T22:16:27.755 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-11-30T22:16:27.755 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/keyring of=/dev/stdout 2023-11-30T22:16:27.821 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-30T22:16:27.821 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-11-30T22:16:27.821 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-30T22:16:27.876 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-30T22:16:27.876 DEBUG:teuthology.orchestra.run.smithi071:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdnu9DxA5wjHo6OVkbWDjYU1WwI1SqRYD/eZujC2cxVsHykcSAmS4iXSdDjj4MQJ/6Z2+rVsj6e2NaZn2F28fWvNXe9e1pOpuLFFilKIoo3uFMUmgkhL8cridmlW7CTSfD2vlOqmAC9ABZ6DOKspAT7Owhr/TAtolJKVqwUFp/jO4ShqJyHhZycSmgXv/e0WHRMP1DLw5iQt+AHE30XzUkXXL95RX6oux4mXvsWaWB1F00DJXZ+xSLyjvZdVGWd4iOVHGr3FNqpLqLBhUcbEf1KAraLCtWQxsL2pbQSZqvB3kI3W6LYLSFlzwpSPdqtFG8mjuONLL2ex2nk+ZBtocI4RVJxTFRDLK7bp2vSihp3DmRlJQ+Xz9+iPLlvCYNwzvq2nVveFHwoSbTeNYKHGw6LE1KYM/xFghVP61j5jROJ0Hk/xJ9obftrHHAX8YJLKkUUUGUu7mHRzdUOqfqafX9W5xVjeV10IrFMm4RO29OVYemf710G+7oyECNhkmDqZM= ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-30T22:16:27.953 INFO:teuthology.orchestra.run.smithi071.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdnu9DxA5wjHo6OVkbWDjYU1WwI1SqRYD/eZujC2cxVsHykcSAmS4iXSdDjj4MQJ/6Z2+rVsj6e2NaZn2F28fWvNXe9e1pOpuLFFilKIoo3uFMUmgkhL8cridmlW7CTSfD2vlOqmAC9ABZ6DOKspAT7Owhr/TAtolJKVqwUFp/jO4ShqJyHhZycSmgXv/e0WHRMP1DLw5iQt+AHE30XzUkXXL95RX6oux4mXvsWaWB1F00DJXZ+xSLyjvZdVGWd4iOVHGr3FNqpLqLBhUcbEf1KAraLCtWQxsL2pbQSZqvB3kI3W6LYLSFlzwpSPdqtFG8mjuONLL2ex2nk+ZBtocI4RVJxTFRDLK7bp2vSihp3DmRlJQ+Xz9+iPLlvCYNwzvq2nVveFHwoSbTeNYKHGw6LE1KYM/xFghVP61j5jROJ0Hk/xJ9obftrHHAX8YJLKkUUUGUu7mHRzdUOqfqafX9W5xVjeV10IrFMm4RO29OVYemf710G+7oyECNhkmDqZM= ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715 2023-11-30T22:16:27.966 DEBUG:teuthology.orchestra.run.smithi203:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdnu9DxA5wjHo6OVkbWDjYU1WwI1SqRYD/eZujC2cxVsHykcSAmS4iXSdDjj4MQJ/6Z2+rVsj6e2NaZn2F28fWvNXe9e1pOpuLFFilKIoo3uFMUmgkhL8cridmlW7CTSfD2vlOqmAC9ABZ6DOKspAT7Owhr/TAtolJKVqwUFp/jO4ShqJyHhZycSmgXv/e0WHRMP1DLw5iQt+AHE30XzUkXXL95RX6oux4mXvsWaWB1F00DJXZ+xSLyjvZdVGWd4iOVHGr3FNqpLqLBhUcbEf1KAraLCtWQxsL2pbQSZqvB3kI3W6LYLSFlzwpSPdqtFG8mjuONLL2ex2nk+ZBtocI4RVJxTFRDLK7bp2vSihp3DmRlJQ+Xz9+iPLlvCYNwzvq2nVveFHwoSbTeNYKHGw6LE1KYM/xFghVP61j5jROJ0Hk/xJ9obftrHHAX8YJLKkUUUGUu7mHRzdUOqfqafX9W5xVjeV10IrFMm4RO29OVYemf710G+7oyECNhkmDqZM= ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-30T22:16:28.009 INFO:teuthology.orchestra.run.smithi203.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdnu9DxA5wjHo6OVkbWDjYU1WwI1SqRYD/eZujC2cxVsHykcSAmS4iXSdDjj4MQJ/6Z2+rVsj6e2NaZn2F28fWvNXe9e1pOpuLFFilKIoo3uFMUmgkhL8cridmlW7CTSfD2vlOqmAC9ABZ6DOKspAT7Owhr/TAtolJKVqwUFp/jO4ShqJyHhZycSmgXv/e0WHRMP1DLw5iQt+AHE30XzUkXXL95RX6oux4mXvsWaWB1F00DJXZ+xSLyjvZdVGWd4iOVHGr3FNqpLqLBhUcbEf1KAraLCtWQxsL2pbQSZqvB3kI3W6LYLSFlzwpSPdqtFG8mjuONLL2ex2nk+ZBtocI4RVJxTFRDLK7bp2vSihp3DmRlJQ+Xz9+iPLlvCYNwzvq2nVveFHwoSbTeNYKHGw6LE1KYM/xFghVP61j5jROJ0Hk/xJ9obftrHHAX8YJLKkUUUGUu7mHRzdUOqfqafX9W5xVjeV10IrFMm4RO29OVYemf710G+7oyECNhkmDqZM= ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715 2023-11-30T22:16:28.021 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-30T22:16:28.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:28 smithi071 conmon[83797]: audit 2023-11-30T22:16:27.143090+0000 mon.smithi071 (mon.0) 93 : audit [INF] from='client.? 172.21.15.71:0/2726686481' entity='client.admin' 2023-11-30T22:16:31.001 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-30T22:16:31.002 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-30T22:16:31.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:31 smithi071 conmon[83797]: audit 2023-11-30T22:16:30.207572+0000 mon.smithi071 (mon.0) 94 : audit [INF] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:16:31.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:31 smithi071 conmon[83797]: audit 2023-11-30T22:16:30.403330+0000 mon.smithi071 (mon.0) 95 : audit [INF] from='client.? 172.21.15.71:0/430164690' entity='client.admin' 2023-11-30T22:16:31.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:31 smithi071 conmon[83797]: audit 2023-11-30T22:16:30.578471+0000 mon.smithi071 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:16:31.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:31 smithi071 conmon[83797]: audit 2023-11-30T22:16:30.581840+0000 mon.smithi071 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:16:32.499 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:32 smithi071 conmon[83797]: cephadm 2023-11-30T22:16:30.595728+0000 mgr.smithi071.nfuwvn (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi071 on smithi071 2023-11-30T22:16:34.544 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:34 smithi071 conmon[83797]: audit 2023-11-30T22:16:33.276432+0000 mgr.smithi071.nfuwvn (mgr.14156) 6 2023-11-30T22:16:34.544 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:34 smithi071 conmon[83797]: : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:16:34.544 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:34 smithi071 conmon[83797]: audit 2023-11-30T22:16:33.278937+0000 mon.smithi071 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:16:34.558 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi203 2023-11-30T22:16:34.558 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-11-30T22:16:34.558 DEBUG:teuthology.orchestra.run.smithi203:> dd of=/etc/ceph/ceph.conf 2023-11-30T22:16:34.574 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-11-30T22:16:34.574 DEBUG:teuthology.orchestra.run.smithi203:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-30T22:16:34.630 INFO:tasks.cephadm:Adding host smithi203 to orchestrator... 2023-11-30T22:16:34.630 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch host add smithi203 2023-11-30T22:16:40.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:40 smithi071 conmon[83797]: cluster 2023-11-30T22:16:38.902962+0000 mgr.smithi071.nfuwvn (mgr.14156) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:16:40.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:40 smithi071 conmon[83797]: audit 2023-11-30T22:16:39.153461+0000 mon.smithi071 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:16:40.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:40 smithi071 conmon[83797]: audit 2023-11-30T22:16:39.154981+0000 mon.smithi071 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi071", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-30T22:16:40.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:40 smithi071 conmon[83797]: audit 2023-11-30T22:16:39.159417+0000 mon.smithi071 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi071", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-30T22:16:40.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:40 smithi071 conmon[83797]: audit 2023-11-30T22:16:39.159991+0000 mon.smithi071 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:16:40.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:40 smithi071 conmon[83797]: cephadm 2023-11-30T22:16:39.160519+0000 mgr.smithi071.nfuwvn (mgr.14156) 8 : cephadm [INF] Deploying daemon crash.smithi071 on smithi071 2023-11-30T22:16:42.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:42 smithi071 conmon[83797]: cluster 2023-11-30T22:16:40.903194+0000 mgr.smithi071.nfuwvn (mgr.14156) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:16:42.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:42 smithi071 conmon[83797]: audit 2023-11-30T22:16:41.444706+0000 mon.smithi071 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:16:42.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:42 smithi071 conmon[83797]: audit 2023-11-30T22:16:41.606330+0000 mon.smithi071 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:16:42.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:42 smithi071 conmon[83797]: audit 2023-11-30T22:16:41.611223+0000 mon.smithi071 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:16:42.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:42 smithi071 conmon[83797]: audit 2023-11-30T22:16:41.613145+0000 mon.smithi071 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-30T22:16:42.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:42 smithi071 conmon[83797]: audit 2023-11-30T22:16:41.618879+0000 mon.smithi071 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:16:43.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:43 smithi071 conmon[83797]: audit 2023 2023-11-30T22:16:43.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:43 smithi071 conmon[83797]: -11-30T22:16:41.613481+0000 mgr.smithi071.nfuwvn (mgr.14156) 10 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-30T22:16:43.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:43 smithi071 conmon[83797]: cephadm 2023-11-30T22:16:43.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:43 smithi071 conmon[83797]: 2023-11-30T22:16:41.625610+0000 2023-11-30T22:16:43.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:43 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14156) 11 : cephadm 2023-11-30T22:16:43.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:43 smithi071 conmon[83797]: [INF] Deploying daemon grafana.smithi071 on smithi071 2023-11-30T22:16:44.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:44 smithi071 conmon[83797]: cluster 2023-11-30T22:16:42.903625+0000 mgr.smithi071.nfuwvn (mgr.14156) 12 : 2023-11-30T22:16:44.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:44 smithi071 conmon[83797]: cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:16:44.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:44 smithi071 conmon[83797]: audit 2023-11-30T22:16:44.026856+0000 mon.smithi071 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:16:46.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:46 smithi071 conmon[83797]: cluster 2023-11-30T22:16:44.903897+0000 mgr.smithi071.nfuwvn (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:16:48.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:48 smithi071 conmon[83797]: cluster 2023-11-30T22:16:46.904126+0000 mgr.smithi071.nfuwvn (mgr.14156 2023-11-30T22:16:48.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:48 smithi071 conmon[83797]: ) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:16:50.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:49 smithi071 conmon[83797]: cluster 2023-11-30T22:16:48.904351+0000 mgr.smithi071.nfuwvn (mgr.14156 2023-11-30T22:16:50.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:49 smithi071 conmon[83797]: ) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:16:52.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:51 smithi071 conmon[83797]: cluster 2023-11-30T22:16:50.904594+0000 mgr.smithi071.nfuwvn (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:16:54.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:53 smithi071 conmon[83797]: cluster 2023-11-30T22:16:52.904967+0000 mgr.smithi071.nfuwvn (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:16:56.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:55 smithi071 conmon[83797]: cluster 2023-11-30T22:16:54.905543+0000 mgr.smithi071.nfuwvn (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:16:58.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:57 smithi071 conmon[83797]: cluster 2023-11-30T22:16:56.905886+0000 mgr.smithi071.nfuwvn (mgr.14156) 19 : cluster [DBG] 2023-11-30T22:16:58.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:57 smithi071 conmon[83797]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:00.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:16:59 smithi071 conmon[83797]: cluster 2023-11-30T22:16:58.906220+0000 mgr.smithi071.nfuwvn (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:01.454 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:01 smithi071 conmon[83797]: audit 2023-11-30T22:17:00.222645+0000 mon.smithi071 (mon 2023-11-30T22:17:01.454 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:01 smithi071 conmon[83797]: .0) 109 : audit [INF] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:01.454 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:01 smithi071 conmon[83797]: cephadm 2023-11-30T22:17:00.224775+0000 mgr.smithi071.nfuwvn (mgr.14156) 21 : cephadm [INF] 2023-11-30T22:17:01.454 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:01 smithi071 conmon[83797]: Deploying daemon node-exporter.smithi071 on smithi071 2023-11-30T22:17:02.302 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:02 smithi071 conmon[83797]: cluster 2023-11-30T22:17:00.906544+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:17:02.302 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:02 smithi071 conmon[83797]: mgr.14156) 22 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:04.495 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:04 smithi071 conmon[83797]: cluster 2023-11-30T22:17:02.907024+0000 mgr.smithi071.nfuwvn (mgr.14156) 23 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:04.495 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:04 smithi071 conmon[83797]: audit 2023-11-30T22:17:04.031539+0000 mon.smithi071 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:06.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:06 smithi071 conmon[83797]: cluster 2023-11-30T22:17:04.907190+0000 mgr.smithi071.nfuwvn (mgr.14156) 24 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:06.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:06 smithi071 conmon[83797]: 2023-11-30T22:17:06.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:06 smithi071 conmon[83797]: audit 2023-11-30T22:17:05.129772+0000 mon.smithi071 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:06.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:06 smithi071 conmon[83797]: audit 2023-11-30T22:17:05.132053+0000 mon.smithi071 (mon.0) 112 : audit 2023-11-30T22:17:06.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:06 smithi071 conmon[83797]: [INF] from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-30T22:17:07.166 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:07 smithi071 conmon[83797]: audit 2023-11-30T22:17:06.131707+0000 mon.smithi071 (mon.0) 113 : audit [INF] 2023-11-30T22:17:07.166 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:07 smithi071 conmon[83797]: from='mgr.14156 172.21.15.71:0/2745871583' entity='mgr.smithi071.nfuwvn' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-30T22:17:07.166 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:07 smithi071 conmon[83797]: cluster 2023-11-30T22:17:06.131768+0000 mon.smithi071 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi071.nfuwvn(active, since 47s) 2023-11-30T22:17:11.657 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: cluster 2023-11-30T22:17:11.563704+0000 2023-11-30T22:17:11.657 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: mon.smithi071 (mon.0) 115 : cluster [INF] Active manager daemon smithi071.nfuwvn restarted 2023-11-30T22:17:11.657 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: cluster 2023-11 2023-11-30T22:17:11.657 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: -30T22:17:11.563942+0000 mon.smithi071 (mon.0 2023-11-30T22:17:11.657 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: ) 116 : cluster [INF] Activating manager daemon smithi071.nfuwvn 2023-11-30T22:17:11.657 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: cluster 2023-11-30T22:17:11.657 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: 2023-11-30T22:17:11 2023-11-30T22:17:11.658 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: .566560+0000 mon.smithi071 (mon.0) 2023-11-30T22:17:11.658 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-30T22:17:11.658 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: cluster 2023- 2023-11-30T22:17:11.658 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: 11-30T22:17:11.566648+0000 mon.smithi071 (mon.0 2023-11-30T22:17:11.658 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: ) 118 : cluster [DBG] mgrmap e15: smithi071.nfuwvn(active, starting, since 0.00279453s) 2023-11-30T22:17:11.658 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: audit 2023-11-30T22:17:11.658 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: 2023-11-30T22:17:11.567520+0000 2023-11-30T22:17:11.658 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: mon.smithi071 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2023-11-30T22:17:11.658 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: 2023-11-30T22:17:11.658 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: audit 2023-11-30T22:17 2023-11-30T22:17:11.658 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: :11.568064+0000 mon.smithi071 (mon.0) 120 : 2023-11-30T22:17:11.659 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mgr metadata", "who": "smithi071.nfuwvn", "id": "smithi071.nfuwvn"}]: dispatch 2023-11-30T22:17:11.659 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: audit 2023 2023-11-30T22:17:11.659 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: -11-30T22:17:11.568696+0000 2023-11-30T22:17:11.659 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: mon.smithi071 (mon.0) 121 : audit 2023-11-30T22:17:11.659 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-30T22:17:11.659 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: audit 2023-11-30T22:17:11.659 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: 2023-11-30T22:17: 2023-11-30T22:17:11.659 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: 11.568880+0000 mon.smithi071 (mon.0) 122 : audit [DBG] 2023-11-30T22:17:11.659 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-30T22:17:11.659 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: audit 2023-11-30T22 2023-11-30T22:17:11.659 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: :17:11.569010+0000 mon.smithi071 ( 2023-11-30T22:17:11.659 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: mon.0) 123 : audit [DBG] 2023-11-30T22:17:11.659 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-30T22:17:11.660 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: cluster 2023- 2023-11-30T22:17:11.660 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: 11-30T22:17:11. 2023-11-30T22:17:11.660 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: 582370+0000 mon.smithi071 (mon.0) 2023-11-30T22:17:11.660 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:11 smithi071 conmon[83797]: 124 : cluster [INF] Manager daemon smithi071.nfuwvn is now available 2023-11-30T22:17:12.731 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:12 smithi071 conmon[83797]: audit 2023-11-30T22:17:11.682222+0000 mon.smithi071 2023-11-30T22:17:12.732 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:12 smithi071 conmon[83797]: (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:17:12.732 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:12 smithi071 conmon[83797]: audit 2023-11-30T22:17:11 2023-11-30T22:17:12.732 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:12 smithi071 conmon[83797]: .683715+0000 mon.smithi071 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:17:12.732 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:12 smithi071 conmon[83797]: audit 2023-11-30T22:17:12.732 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:12 smithi071 conmon[83797]: 2023-11-30T22:17: 2023-11-30T22:17:12.732 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:12 smithi071 conmon[83797]: 11.707370+0000 mon.smithi071 (mon.0 2023-11-30T22:17:12.732 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:12 smithi071 conmon[83797]: ) 127 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:12.732 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:12 smithi071 conmon[83797]: audit 2023-11-30 2023-11-30T22:17:12.732 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:12 smithi071 conmon[83797]: T22:17:11.719005+0000 mon.smithi071 (mon 2023-11-30T22:17:12.732 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:12 smithi071 conmon[83797]: .0) 128 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.nfuwvn/mirror_snapshot_schedule"}]: dispatch 2023-11-30T22:17:12.732 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:12 smithi071 conmon[83797]: audit 2023- 2023-11-30T22:17:12.733 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:12 smithi071 conmon[83797]: 11-30T22:17:11.722259+0000 2023-11-30T22:17:12.733 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:12 smithi071 conmon[83797]: mon.smithi071 (mon.0) 129 : audit 2023-11-30T22:17:12.733 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:12 smithi071 conmon[83797]: [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.nfuwvn/trash_purge_schedule"}]: dispatch 2023-11-30T22:17:12.733 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:12 smithi071 conmon[83797]: cluster 2023-11- 2023-11-30T22:17:12.733 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:12 smithi071 conmon[83797]: 30T22:17:12.568387+0000 2023-11-30T22:17:12.733 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:12 smithi071 conmon[83797]: mon.smithi071 (mon.0) 130 : cluster 2023-11-30T22:17:12.734 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:12 smithi071 conmon[83797]: [DBG] mgrmap e16: smithi071.nfuwvn(active, since 1.00453s) 2023-11-30T22:17:14.770 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:14 smithi071 conmon[83797]: cluster 2023-11-30T22:17:13.619723+0000 mon.smithi071 (mon.0) 2023-11-30T22:17:14.770 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:14 smithi071 conmon[83797]: 131 : cluster [DBG] mgrmap e17: smithi071.nfuwvn(active, since 2s) 2023-11-30T22:17:16.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:15 smithi071 conmon[83797]: audit 2023-11-30T22:17:14.986000+0000 mon.smithi071 (mon.0) 132 2023-11-30T22:17:16.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:15 smithi071 conmon[83797]: : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:16.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:15 smithi071 conmon[83797]: audit 2023-11-30T22:17:15.307750+0000 mon.smithi071 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:17:16.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:15 smithi071 conmon[83797]: audit 2023-11-30T22:17:15.308561+0000 mon.smithi071 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:17:16.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:15 smithi071 conmon[83797]: audit 2023-11-30T22:17:15.309173+0000 mon.smithi071 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-30T22:17:16.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:15 smithi071 conmon[83797]: audit 2023-11-30T22:17:15.360594+0000 mon.smithi071 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:16.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:15 smithi071 conmon[83797]: audit 2023-11-30T22:17:15.365974+0000 mon.smithi071 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:17.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:16 smithi071 conmon[83797]: cephadm 2023-11-30T22:17:15.310213+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:17:17.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:16 smithi071 conmon[83797]: 1 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2023-11-30T22:17:17.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:16 smithi071 conmon[83797]: cephadm 2023-11-30T22:17:15.331624+0000 mgr.smithi071.nfuwvn (mgr.14180) 2 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2023-11-30T22:17:17.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:16 smithi071 conmon[83797]: cephadm 2023-11-30T22:17:15.377186+0000 mgr.smithi071.nfuwvn (mgr.14180) 3 : cephadm [INF] Deploying daemon prometheus.smithi071 on smithi071 2023-11-30T22:17:19.499 INFO:teuthology.orchestra.run.smithi203.stdout:Added host 'smithi203' with addr '172.21.15.203' 2023-11-30T22:17:20.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:19 smithi071 conmon[83797]: audit 2023-11-30T22:17:18.856768+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:17:20.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:19 smithi071 conmon[83797]: 14180) 4 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi203", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:17:20.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:19 smithi071 conmon[83797]: audit 2023-11-30T22:17:19.496794+0000 mon.smithi071 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:20.149 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-11-30T22:17:21.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:20 smithi071 conmon[83797]: cephadm 2023-11-30T22:17:19.497126+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:17:21.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:20 smithi071 conmon[83797]: mgr.14180) 5 : cephadm [INF] Added host smithi203 2023-11-30T22:17:22.076 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-30T22:17:22.076 INFO:teuthology.orchestra.run.smithi203.stdout:[{"addr": "172.21.15.71", "hostname": "smithi071", "labels": [], "status": ""}, {"addr": "172.21.15.203", "hostname": "smithi203", "labels": [], "status": ""}] 2023-11-30T22:17:22.503 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:22 smithi071 conmon[83797]: audit 2023-11-30T22:17:22.075012+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:17:22.503 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:22 smithi071 conmon[83797]: 14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:17:22.726 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-30T22:17:22.727 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-11-30T22:17:27.351 INFO:teuthology.orchestra.run.smithi071.stderr:adjusted tunables profile to default 2023-11-30T22:17:27.612 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:27 smithi071 conmon[83797]: audit 2023-11-30T22:17:27.294548+0000 mon.smithi071 (mon.0) 139 : audit 2023-11-30T22:17:27.612 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:27 smithi071 conmon[83797]: [INF] from='client.? 172.21.15.71:0/174756306' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-30T22:17:28.347 INFO:tasks.cephadm:Adding mon.smithi071 on smithi071 2023-11-30T22:17:28.347 INFO:tasks.cephadm:Adding mon.smithi203 on smithi203 2023-11-30T22:17:28.347 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch apply mon '2;smithi071:172.21.15.71=smithi071;smithi203:172.21.15.203=smithi203' 2023-11-30T22:17:28.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:28 smithi071 conmon[83797]: audit 2023-11-30T22:17:27.346978+0000 mon.smithi071 (mon 2023-11-30T22:17:28.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:28 smithi071 conmon[83797]: .0) 140 : audit [INF] from='client.? 172.21.15.71:0/174756306' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-30T22:17:28.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:28 smithi071 conmon[83797]: cluster 2023-11-30T22:17:27.347025+0000 mon.smithi071 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-30T22:17:28.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:28 smithi071 conmon[83797]: audit 2023-11-30T22: 2023-11-30T22:17:28.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:28 smithi071 conmon[83797]: 17:27.675492+0000 mon.smithi071 (mon.0) 142 2023-11-30T22:17:28.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:28 smithi071 conmon[83797]: : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:28.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:28 smithi071 conmon[83797]: audit 2023-11- 2023-11-30T22:17:28.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:28 smithi071 conmon[83797]: 30T22:17:27.676609+0000 2023-11-30T22:17:28.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:28 smithi071 conmon[83797]: mon.smithi071 (mon.0) 143 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:17:28.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:28 smithi071 conmon[83797]: 2023-11-30T22:17:28.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:28 smithi071 conmon[83797]: audit 2023-11-30T22:17:28.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:28 smithi071 conmon[83797]: 2023-11-30T22:17:28 2023-11-30T22:17:28.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:28 smithi071 conmon[83797]: .154685+0000 mon.smithi071 (mon.0) 2023-11-30T22:17:28.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:28 smithi071 conmon[83797]: 144 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:29.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:29 smithi071 conmon[83797]: audit 2023-11-30T22:17:28.526210+0000 mon.smithi071 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:30.556 INFO:teuthology.orchestra.run.smithi203.stdout:Scheduled mon update... 2023-11-30T22:17:31.471 DEBUG:teuthology.orchestra.run.smithi203:mon.smithi203> sudo journalctl -f -n 0 -u ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715@mon.smithi203.service 2023-11-30T22:17:31.474 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:17:31.474 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:17:31.502 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:-- Logs begin at Thu 2023-11-30 22:03:33 UTC. -- 2023-11-30T22:17:31.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:31 smithi071 conmon[83797]: audit 2023-11-30T22:17:30.550620+0000 mgr.smithi071.nfuwvn (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi071:172.21.15.71=smithi071;smithi203:172.21.15.203=smithi203", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:17:31.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:31 smithi071 conmon[83797]: 2023-11-30T22:17:31.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:31 smithi071 conmon[83797]: cephadm 2023-11-30T22:17:30.552677+0000 mgr.smithi071.nfuwvn (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi071:172.21.15.71=smithi071;smithi203:172.21.15.203=smithi203;count:2 2023-11-30T22:17:31.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:31 smithi071 conmon[83797]: audit 2023-11-30T22:17:30.555104+0000 mon.smithi071 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:31.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:31 smithi071 conmon[83797]: audit 2023-11-30T22:17:31.283956+0000 mon.smithi071 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:33.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:32 smithi071 conmon[83797]: cluster 2023-11-30T22:17:31.570065+0000 mgr.smithi071.nfuwvn (mgr.14180) 9 : cluster 2023-11-30T22:17:33.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:32 smithi071 conmon[83797]: [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:33.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:32 smithi071 conmon[83797]: audit 2023-11-30T22:17:31.710702+0000 mon.smithi071 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:34.073 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-30T22:17:34.073 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"d7cb60fe-8fcd-11ee-95a2-87774f69a715","modified":"2023-11-30T22:15:25.925328Z","created":"2023-11-30T22:15:25.925328Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:17:34.075 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2023-11-30T22:17:35.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:34 smithi071 conmon[83797]: cluster 2023-11-30T22:17:33.570452+0000 mgr.smithi071.nfuwvn (mgr.14180) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:35.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:34 smithi071 conmon[83797]: audit 2023-11-30T22:17:35.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:34 smithi071 conmon[83797]: 2023-11-30T22:17:33.768702+0000 mon.smithi071 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:35.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:34 smithi071 conmon[83797]: audit 2023-11-30T22:17:34.072258+0000 mon.smithi071 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.203:0/3633848136' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:17:35.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:34 smithi071 conmon[83797]: audit 2023-11-30T22:17:34.600150+0000 mon.smithi071 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:35.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:34 smithi071 conmon[83797]: audit 2023-11-30T22:17:34.601052+0000 mon.smithi071 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd/host:smithi203", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:17:35.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:34 smithi071 conmon[83797]: audit 2023-11-30T22:17:34.602070+0000 mon.smithi071 (mon.0) 153 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:17:35.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:34 smithi071 conmon[83797]: audit 2023-11-30T22:17:34.602924+0000 mon.smithi071 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-30T22:17:35.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:34 smithi071 conmon[83797]: audit 2023-11-30T22:17:34.750676+0000 mon.smithi071 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:35.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:34 smithi071 conmon[83797]: audit 2023-11-30T22:17:34.754177+0000 mon.smithi071 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:35.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:34 smithi071 conmon[83797]: audit 2023-11-30T22:17:34.755904+0000 mon.smithi071 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi203", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-30T22:17:35.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:34 smithi071 conmon[83797]: audit 2023-11-30T22:17:34.758598+0000 mon.smithi071 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi203", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-30T22:17:35.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:34 smithi071 conmon[83797]: audit 2023-11-30T22:17:34.759341+0000 mon.smithi071 (mon.0) 159 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:17:35.876 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:17:35.877 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:17:36.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:35 smithi071 conmon[83797]: cephadm 2023-11-30T22:17:34.604253+0000 mgr.smithi071.nfuwvn (mgr.14180) 11 : cephadm [INF] Updating smithi203:/etc/ceph/ceph.conf 2023-11-30T22:17:36.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:35 smithi071 conmon[83797]: cephadm 2023-11-30T22:17:34 2023-11-30T22:17:36.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:35 smithi071 conmon[83797]: .696694+0000 mgr.smithi071.nfuwvn (mgr.14180) 12 : cephadm [INF] Updating smithi203:/etc/ceph/ceph.client.admin.keyring 2023-11-30T22:17:36.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:35 smithi071 conmon[83797]: cephadm 2023-11-30T22:17:34.760000+0000 mgr.smithi071.nfuwvn (mgr.14180) 13 : cephadm [INF] Deploying daemon crash.smithi203 on smithi203 2023-11-30T22:17:37.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:36 smithi071 conmon[83797]: cluster 2023-11-30T22:17:35.570888+0000 mgr.smithi071.nfuwvn (mgr.14180) 14 : cluster [DBG] 2023-11-30T22:17:37.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:36 smithi071 conmon[83797]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:38.157 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-30T22:17:38.157 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"d7cb60fe-8fcd-11ee-95a2-87774f69a715","modified":"2023-11-30T22:15:25.925328Z","created":"2023-11-30T22:15:25.925328Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:17:38.158 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2023-11-30T22:17:39.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:38 smithi071 conmon[83797]: cluster 2023-11-30T22:17:37.571204+0000 mgr.smithi071.nfuwvn (mgr.14180) 15 : cluster [DBG] 2023-11-30T22:17:39.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:38 smithi071 conmon[83797]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:39.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:38 smithi071 conmon[83797]: audit 2023-11-30T22:17:38.155266+0000 mon.smithi071 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.203:0/3467264316' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:17:39.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:38 smithi071 conmon[83797]: audit 2023-11-30T22:17:38.226486+0000 mon.smithi071 (mon.0) 161 : audit [INF] 2023-11-30T22:17:39.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:38 smithi071 conmon[83797]: from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:39.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:38 smithi071 conmon[83797]: audit 2023-11-30T22:17:38.228801+0000 mon.smithi071 (mon 2023-11-30T22:17:39.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:38 smithi071 conmon[83797]: .0) 162 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi203.ensxex", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-30T22:17:39.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:38 smithi071 conmon[83797]: audit 2023-11-30T22:17:38. 2023-11-30T22:17:39.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:38 smithi071 conmon[83797]: 233893+0000 mon.smithi071 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi203.ensxex", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-30T22:17:39.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:38 smithi071 conmon[83797]: audit 2023- 2023-11-30T22:17:39.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:38 smithi071 conmon[83797]: 11-30T22:17:38.234701+0000 mon.smithi071 (mon.0) 2023-11-30T22:17:39.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:38 smithi071 conmon[83797]: 164 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-30T22:17:39.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:38 smithi071 conmon[83797]: audit 2023-11- 2023-11-30T22:17:39.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:38 smithi071 conmon[83797]: 30T22:17:38.235635+0000 mon.smithi071 (mon 2023-11-30T22:17:39.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:38 smithi071 conmon[83797]: .0) 165 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:17:39.856 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:17:39.857 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:17:40.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:39 smithi071 conmon[83797]: cephadm 2023-11-30T22:17:38.236379+0000 mgr.smithi071.nfuwvn (mgr.14180) 16 : cephadm [INF] Deploying daemon mgr.smithi203.ensxex on smithi203 2023-11-30T22:17:44.093 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-30T22:17:44.094 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"d7cb60fe-8fcd-11ee-95a2-87774f69a715","modified":"2023-11-30T22:15:25.925328Z","created":"2023-11-30T22:15:25.925328Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:17:44.097 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:40 smithi071 conmon[83797]: cluster 2023-11-30T22:17:39.571524+0000 mgr.smithi071.nfuwvn (mgr.14180) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:44.098 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:42 smithi071 conmon[83797]: audit 2023-11-30T22:17:41.402143+0000 mon.smithi071 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:44.098 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:42 smithi071 conmon[83797]: audit 2023-11-30T22:17:41.404370+0000 mon.smithi071 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-30T22:17:44.099 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:42 smithi071 conmon[83797]: audit 2023-11-30T22:17:41.405233+0000 mon.smithi071 (mon.0) 168 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:17:44.100 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:42 smithi071 conmon[83797]: cephadm 2023-11-30T22: 2023-11-30T22:17:44.100 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:42 smithi071 conmon[83797]: 17:41.406023+0000 mgr.smithi071.nfuwvn (mgr.14180) 18 : cephadm [INF] Deploying daemon mon.smithi203 on smithi203 2023-11-30T22:17:44.101 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:42 smithi071 conmon[83797]: cluster 2023-11-30T22:17:41.571841 2023-11-30T22:17:44.101 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:42 smithi071 conmon[83797]: +0000 mgr.smithi071.nfuwvn (mgr.14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:44.101 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:42 smithi071 conmon[83797]: 2023-11-30T22:17:44.101 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:42 smithi071 conmon[83797]: audit 2023-11-30T22:17:44.101 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:42 smithi071 conmon[83797]: 2023-11-30T22:17:41.715929+0000 mon.smithi071 (mon 2023-11-30T22:17:44.102 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:42 smithi071 conmon[83797]: .0) 169 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:44.102 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:42 smithi071 conmon[83797]: audit 2023-11- 2023-11-30T22:17:44.103 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:42 smithi071 conmon[83797]: 30T22:17:42.150393+0000 mon.smithi071 (mon. 2023-11-30T22:17:44.103 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:42 smithi071 conmon[83797]: 0) 170 : audit [DBG] from='client.? 172.21.15.203:0/490296755' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:17:44.105 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2023-11-30T22:17:44.844 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:44 smithi203 systemd[1]: Starting Ceph mon.smithi203 for d7cb60fe-8fcd-11ee-95a2-87774f69a715... 2023-11-30T22:17:45.107 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:17:45.107 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:17:45.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:44 smithi071 conmon[83797]: cluster 2023-11-30T22:17:43.572152+0000 mgr.smithi071.nfuwvn (mgr.14180) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:45.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.326+0000 7f5d7a0f4880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-30T22:17:45.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.326+0000 7f5d7a0f4880 0 ceph version 16.2.14-328-g0dc074ce (0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9) pacific (stable), process ceph-mon, pid 7 2023-11-30T22:17:45.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.326+0000 7f5d7a0f4880 0 pidfile_write: ignore empty --pid-file 2023-11-30T22:17:45.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.331+0000 7f5d7a0f4880 0 load: jerasure load: lrc load: isa 2023-11-30T22:17:45.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: RocksDB version: 6.8.1 2023-11-30T22:17:45.636 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 2023-11-30T22:17:45.636 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-30T22:17:45.636 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Compile date Nov 29 2023 2023-11-30T22:17:45.636 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: DB SUMMARY 2023-11-30T22:17:45.636 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 2023-11-30T22:17:45.636 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: CURRENT file: CURRENT 2023-11-30T22:17:45.636 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 2023-11-30T22:17:45.636 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-30T22:17:45.636 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 2023-11-30T22:17:45.636 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-11-30T22:17:45.636 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 2023-11-30T22:17:45.636 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi203/store.db dir, Total Num: 0, files: 2023-11-30T22:17:45.637 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 2023-11-30T22:17:45.637 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi203/store.db: 000003.log size: 511 ; 2023-11-30T22:17:45.637 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 2023-11-30T22:17:45.637 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.error_if_exists: 0 2023-11-30T22:17:45.637 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.create_if_missing: 0 2023-11-30T22:17:45.637 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.paranoid_checks: 1 2023-11-30T22:17:45.637 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.env: 0x55a05b5ea080 2023-11-30T22:17:45.637 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.fs: Posix File System 2023-11-30T22:17:45.637 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.info_log: 0x55a05d75dd20 2023-11-30T22:17:45.637 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-30T22:17:45.637 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.statistics: (nil) 2023-11-30T22:17:45.637 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.use_fsync: 0 2023-11-30T22:17:45.638 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_log_file_size: 0 2023-11-30T22:17:45.638 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-30T22:17:45.638 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-30T22:17:45.638 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-30T22:17:45.638 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-30T22:17:45.638 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.allow_fallocate: 1 2023-11-30T22:17:45.638 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-30T22:17:45.638 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-30T22:17:45.638 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.use_direct_reads: 0 2023-11-30T22:17:45.638 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-30T22:17:45.638 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-30T22:17:45.638 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.db_log_dir: 2023-11-30T22:17:45.638 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi203/store.db 2023-11-30T22:17:45.639 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-30T22:17:45.639 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_subcompactions: 1 2023-11-30T22:17:45.639 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_background_flushes: -1 2023-11-30T22:17:45.639 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-30T22:17:45.639 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-30T22:17:45.639 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-30T22:17:45.639 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-30T22:17:45.639 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-30T22:17:45.639 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-30T22:17:45.639 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-30T22:17:45.639 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.write_buffer_manager: 0x55a05e3b4480 2023-11-30T22:17:45.639 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-30T22:17:45.640 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-30T22:17:45.640 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-30T22:17:45.640 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-30T22:17:45.640 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-30T22:17:45.640 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-30T22:17:45.640 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-30T22:17:45.640 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-30T22:17:45.640 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-30T22:17:45.640 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.unordered_write: 0 2023-11-30T22:17:45.640 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-30T22:17:45.640 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-30T22:17:45.640 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-30T22:17:45.641 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-30T22:17:45.641 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.row_cache: None 2023-11-30T22:17:45.641 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.wal_filter: None 2023-11-30T22:17:45.641 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-30T22:17:45.641 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-30T22:17:45.641 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.preserve_deletes: 0 2023-11-30T22:17:45.641 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.two_write_queues: 0 2023-11-30T22:17:45.641 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-30T22:17:45.641 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.atomic_flush: 0 2023-11-30T22:17:45.641 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-30T22:17:45.641 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-30T22:17:45.641 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-30T22:17:45.641 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.log_readahead_size: 0 2023-11-30T22:17:45.642 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-30T22:17:45.642 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_background_jobs: 2 2023-11-30T22:17:45.642 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_background_compactions: -1 2023-11-30T22:17:45.642 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-30T22:17:45.642 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-30T22:17:45.642 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-30T22:17:45.642 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-30T22:17:45.642 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-30T22:17:45.642 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-30T22:17:45.642 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-30T22:17:45.642 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-30T22:17:45.642 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_open_files: -1 2023-11-30T22:17:45.642 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-30T22:17:45.643 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-30T22:17:45.643 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-30T22:17:45.643 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-30T22:17:45.643 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Compression algorithms supported: 2023-11-30T22:17:45.643 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-30T22:17:45.643 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: kZSTD supported: 0 2023-11-30T22:17:45.643 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: kXpressCompression supported: 0 2023-11-30T22:17:45.643 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-30T22:17:45.643 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: kLZ4Compression supported: 1 2023-11-30T22:17:45.643 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: kBZip2Compression supported: 0 2023-11-30T22:17:45.643 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: kZlibCompression supported: 1 2023-11-30T22:17:45.643 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: kSnappyCompression supported: 1 2023-11-30T22:17:45.644 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-30T22:17:45.644 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi203/store.db/MANIFEST-000001 2023-11-30T22:17:45.644 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 2023-11-30T22:17:45.644 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-30T22:17:45.644 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 2023-11-30T22:17:45.644 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-30T22:17:45.644 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.merge_operator: 2023-11-30T22:17:45.644 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.compaction_filter: None 2023-11-30T22:17:45.644 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-30T22:17:45.644 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-30T22:17:45.644 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-30T22:17:45.644 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a05d707d28) 2023-11-30T22:17:45.644 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: cache_index_and_filter_blocks: 1 2023-11-30T22:17:45.645 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-30T22:17:45.645 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-30T22:17:45.645 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: pin_top_level_index_and_filter: 1 2023-11-30T22:17:45.645 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: index_type: 0 2023-11-30T22:17:45.645 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: data_block_index_type: 0 2023-11-30T22:17:45.645 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: index_shortening: 1 2023-11-30T22:17:45.645 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: data_block_hash_table_util_ratio: 0.750000 2023-11-30T22:17:45.645 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: hash_index_allow_collision: 1 2023-11-30T22:17:45.645 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: checksum: 1 2023-11-30T22:17:45.645 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: no_block_cache: 0 2023-11-30T22:17:45.645 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: block_cache: 0x55a05d740f10 2023-11-30T22:17:45.645 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: block_cache_name: BinnedLRUCache 2023-11-30T22:17:45.645 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: block_cache_options: 2023-11-30T22:17:45.646 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: capacity : 536870912 2023-11-30T22:17:45.646 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: num_shard_bits : 4 2023-11-30T22:17:45.646 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: strict_capacity_limit : 0 2023-11-30T22:17:45.646 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: high_pri_pool_ratio: 0.000 2023-11-30T22:17:45.646 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: block_cache_compressed: (nil) 2023-11-30T22:17:45.646 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: persistent_cache: (nil) 2023-11-30T22:17:45.646 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: block_size: 4096 2023-11-30T22:17:45.646 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: block_size_deviation: 10 2023-11-30T22:17:45.646 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: block_restart_interval: 16 2023-11-30T22:17:45.646 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: index_block_restart_interval: 1 2023-11-30T22:17:45.646 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: metadata_block_size: 4096 2023-11-30T22:17:45.646 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: partition_filters: 0 2023-11-30T22:17:45.646 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: use_delta_encoding: 1 2023-11-30T22:17:45.647 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-30T22:17:45.647 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: whole_key_filtering: 1 2023-11-30T22:17:45.647 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: verify_compression: 0 2023-11-30T22:17:45.647 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: read_amp_bytes_per_bit: 0 2023-11-30T22:17:45.647 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: format_version: 2 2023-11-30T22:17:45.647 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: enable_index_compression: 1 2023-11-30T22:17:45.647 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: block_align: 0 2023-11-30T22:17:45.647 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 2023-11-30T22:17:45.647 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-30T22:17:45.647 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-30T22:17:45.647 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.compression: NoCompression 2023-11-30T22:17:45.647 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-30T22:17:45.648 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-30T22:17:45.648 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-30T22:17:45.648 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.num_levels: 7 2023-11-30T22:17:45.648 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-30T22:17:45.648 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-30T22:17:45.648 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-30T22:17:45.648 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0 2023-11-30T22:17:45.648 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: f4880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-30T22:17:45.648 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-30T22:17:45.649 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-30T22:17:45.649 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-30T22:17:45.649 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-30T22:17:45.649 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-30T22:17:45.649 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-30T22:17:45.649 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-30T22:17:45.649 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-30T22:17:45.649 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-30T22:17:45.649 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-30T22:17:45.649 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-30T22:17:45.649 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-30T22:17:45.649 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-30T22:17:45.649 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-30T22:17:45.650 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-30T22:17:45.650 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-30T22:17:45.650 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-30T22:17:45.650 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-30T22:17:45.650 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-30T22:17:45.650 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-30T22:17:45.650 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-30T22:17:45.650 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-30T22:17:45.650 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-30T22:17:45.650 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-30T22:17:45.650 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-30T22:17:45.650 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-30T22:17:45.651 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-30T22:17:45.651 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-30T22:17:45.651 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-30T22:17:45.651 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-30T22:17:45.651 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-30T22:17:45.651 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-30T22:17:45.651 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-30T22:17:45.651 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-30T22:17:45.651 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-30T22:17:45.651 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-30T22:17:45.651 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-30T22:17:45.651 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-30T22:17:45.652 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-30T22:17:45.652 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-30T22:17:45.652 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-30T22:17:45.652 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-30T22:17:45.652 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-30T22:17:45.652 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.table_properties_collectors: 2023-11-30T22:17:45.652 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.inplace_update_support: 0 2023-11-30T22:17:45.652 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-30T22:17:45.652 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-30T22:17:45.652 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-30T22:17:45.652 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-30T22:17:45.652 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.bloom_locality: 0 2023-11-30T22:17:45.652 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.max_successive_merges: 0 2023-11-30T22:17:45.653 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-30T22:17:45.653 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-30T22:17:45.653 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-30T22:17:45.653 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-30T22:17:45.653 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.ttl: 2592000 2023-11-30T22:17:45.653 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.332+0000 7f5d7a0f4880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-30T22:17:45.653 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.333+0000 7f5d7a0f4880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi203/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-30T22:17:45.653 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 2023-11-30T22:17:45.653 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.333+0000 7f5d7a0f4880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-30T22:17:45.653 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 2023-11-30T22:17:45.653 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.333+0000 7f5d7a0f4880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701382665334323, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-11-30T22:17:45.653 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.333+0000 7f5d7a0f4880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-11-30T22:17:45.653 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.333+0000 7f5d7a0f4880 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-30T22:17:45.654 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.333+0000 7f5d7a0f4880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701382665334811, "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": 1701382665, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-30T22:17:45.654 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.333+0000 7f5d7a0f4880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-11-30T22:17:45.654 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 2023-11-30T22:17:45.654 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.334+0000 7f5d7a0f4880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701382665335251, "job": 1, "event": "recovery_finished"} 2023-11-30T22:17:45.654 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.335+0000 7f5d7a0f4880 4 rocksdb: DB pointer 0x55a05d80b800 2023-11-30T22:17:45.654 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.335+0000 7f5d60efa700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-30T22:17:45.654 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.335+0000 7f5d60efa700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-30T22:17:45.654 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: ** DB Stats ** 2023-11-30T22:17:45.654 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-30T22:17:45.654 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 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-30T22:17:45.654 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-30T22:17:45.655 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-30T22:17:45.655 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 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-30T22:17:45.655 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-30T22:17:45.655 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-30T22:17:45.655 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 2023-11-30T22:17:45.655 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: ** Compaction Stats [default] ** 2023-11-30T22:17:45.655 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 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-30T22:17:45.655 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T22:17:45.655 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 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.0 0.00 0.00 1 0.000 0 0 2023-11-30T22:17:45.655 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 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.0 0.00 0.00 1 0.000 0 0 2023-11-30T22:17:45.655 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 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.0 0.00 0.00 1 0.000 0 0 2023-11-30T22:17:45.655 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 2023-11-30T22:17:45.655 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: ** Compaction Stats [default] ** 2023-11-30T22:17:45.656 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 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-30T22:17:45.656 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T22:17:45.656 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 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.0 0.00 0.00 1 0.000 0 0 2023-11-30T22:17:45.656 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-30T22:17:45.656 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-30T22:17:45.656 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-30T22:17:45.656 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: AddFile(Total Files): cumulative 0, interval 0 2023-11-30T22:17:45.656 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-30T22:17:45.656 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: AddFile(Keys): cumulative 0, interval 0 2023-11-30T22:17:45.656 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 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-30T22:17:45.656 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: Interval compaction: 0.00 GB write, 0.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-30T22:17:45.656 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 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-30T22:17:45.656 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 2023-11-30T22:17:45.657 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: ** File Read Latency Histogram By Level [default] ** 2023-11-30T22:17:45.657 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 2023-11-30T22:17:45.657 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: ** Compaction Stats [default] ** 2023-11-30T22:17:45.657 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 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-30T22:17:45.657 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T22:17:45.657 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 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.0 0.00 0.00 1 0.000 0 0 2023-11-30T22:17:45.657 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 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.0 0.00 0.00 1 0.000 0 0 2023-11-30T22:17:45.657 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 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-30T22:17:45.657 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 2023-11-30T22:17:45.657 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: ** Compaction Stats [default] ** 2023-11-30T22:17:45.657 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 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-30T22:17:45.657 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T22:17:45.657 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 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.0 0.00 0.00 1 0.000 0 0 2023-11-30T22:17:45.658 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-30T22:17:45.658 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-30T22:17:45.658 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-30T22:17:45.658 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: AddFile(Total Files): cumulative 0, interval 0 2023-11-30T22:17:45.658 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-30T22:17:45.658 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: AddFile(Keys): cumulative 0, interval 0 2023-11-30T22:17:45.658 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: Cumulative compaction: 0.00 GB write, 0.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-30T22:17:45.658 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 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-30T22:17:45.658 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 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-30T22:17:45.658 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 2023-11-30T22:17:45.658 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: ** File Read Latency Histogram By Level [default] ** 2023-11-30T22:17:45.658 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 2023-11-30T22:17:45.659 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.335+0000 7f5d7a0f4880 0 mon.smithi203 does not exist in monmap, will attempt to join an existing cluster 2023-11-30T22:17:45.659 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.335+0000 7f5d7a0f4880 0 using public_addr v2:172.21.15.203:0/0 -> [v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0] 2023-11-30T22:17:45.659 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.336+0000 7f5d7a0f4880 0 starting mon.smithi203 rank -1 at public addrs [v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0] at bind addrs [v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi203 fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 2023-11-30T22:17:45.659 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.337+0000 7f5d7a0f4880 1 mon.smithi203@-1(???) e0 preinit fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 2023-11-30T22:17:45.659 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.366+0000 7f5d636ff700 0 mon.smithi203@-1(synchronizing).mds e1 new map 2023-11-30T22:17:45.659 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.366+0000 7f5d636ff700 0 mon.smithi203@-1(synchronizing).mds e1 print_map 2023-11-30T22:17:45.659 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: e1 2023-11-30T22:17:45.659 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-30T22:17:45.659 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 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-30T22:17:45.659 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: legacy client fscid: -1 2023-11-30T22:17:45.659 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 2023-11-30T22:17:45.659 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: No filesystems configured 2023-11-30T22:17:45.659 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 2023-11-30T22:17:45.660 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.366+0000 7f5d636ff700 1 mon.smithi203@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-30T22:17:45.660 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.366+0000 7f5d636ff700 1 mon.smithi203@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-30T22:17:45.660 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.366+0000 7f5d636ff700 1 mon.smithi203@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-30T22:17:45.660 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.366+0000 7f5d636ff700 1 mon.smithi203@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-30T22:17:45.660 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.367+0000 7f5d636ff700 1 mon.smithi203@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-30T22:17:45.660 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.367+0000 7f5d636ff700 1 mon.smithi203@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-30T22:17:45.660 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.367+0000 7f5d636ff700 1 mon.smithi203@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-30T22:17:45.660 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.369+0000 7f5d636ff700 0 mon.smithi203@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-30T22:17:45.660 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.369+0000 7f5d636ff700 0 mon.smithi203@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-30T22:17:45.660 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.369+0000 7f5d636ff700 0 mon.smithi203@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-30T22:17:45.660 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.369+0000 7f5d636ff700 0 mon.smithi203@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-30T22:17:45.660 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: cluster 2023-11-30T22:17:45.660 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: 2023-11-30T22:17:43.572152+0000 mgr.smithi071.nfuwvn (mgr.14180) 20 2023-11-30T22:17:45.661 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:45.662 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 conmon[88363]: debug 2023-11-30T22:17:45.369+0000 7f5d636ff700 1 mon.smithi203@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-30T22:17:45.662 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 bash[88306]: e4628d515da07ad8e11ccc2bc03bf9ad39bd133e0b8a10a6ad156127686af9a9 2023-11-30T22:17:45.662 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:45 smithi203 systemd[1]: Started Ceph mon.smithi203 for d7cb60fe-8fcd-11ee-95a2-87774f69a715. 2023-11-30T22:17:50.795 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-11-30T22:17:50.795 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":2,"fsid":"d7cb60fe-8fcd-11ee-95a2-87774f69a715","modified":"2023-11-30T22:17:45.374320Z","created":"2023-11-30T22:15:25.925328Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi203","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:3300","nonce":0},{"type":"v1","addr":"172.21.15.203:6789","nonce":0}]},"addr":"172.21.15.203:6789/0","public_addr":"172.21.15.203:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-30T22:17:50.797 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 2 2023-11-30T22:17:50.801 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: audit 2023-11-30T22:17:45.379601+0000 mon.smithi071 (mon.0) 172 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2023-11-30T22:17:50.801 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: cluster 2023-11-30T22:17:45.379841+0000 mon.smithi071 (mon.0) 173 : cluster [INF] mon.smithi071 calling monitor election 2023-11-30T22:17:50.801 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: audit 2023-11-30T22:17:45.393112+0000 mon.smithi071 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-11-30T22:17:50.801 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: cluster 2023-11- 2023-11-30T22:17:50.801 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: 30T22:17:45.572550+0000 mgr.smithi071.nfuwvn (mgr.14180) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:50.802 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: audit 2023-11-30T22:17:50.802 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: 2023-11-30T22:17:46.373844+0000 mon.smithi071 (mon.0) 175 : audit [DBG] 2023-11-30T22:17:50.802 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-11-30T22:17:50.802 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: audit 2023-11-30T22:17: 2023-11-30T22:17:50.802 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: 46.877851+0000 mon.smithi071 (mon.0) 176 : audit [DBG] from='mgr.? 172.21.15.203:0/2065755817' entity='mgr.smithi203.ensxex' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi203.ensxex/crt"}]: dispatch 2023-11-30T22:17:50.802 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: 2023-11-30T22:17:50.802 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: audit 2023-11-30T22:17:47 2023-11-30T22:17:50.802 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: .373915+0000 mon.smithi071 (mon.0) 177 : audit [DBG] 2023-11-30T22:17:50.802 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-11-30T22:17:50.802 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: cluster 2023-11-30T22:17 2023-11-30T22:17:50.803 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: :47.375087+0000 mon.smithi203 (mon.1) 1 : cluster 2023-11-30T22:17:50.803 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: [INF] mon.smithi203 calling monitor election 2023-11-30T22:17:50.803 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: cluster 2023-11-30 2023-11-30T22:17:50.803 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: T22:17:47.572961+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:17:50.803 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:50.803 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: audit 2023-11-30T22 2023-11-30T22:17:50.803 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: :17:48.373968+0000 mon.smithi071 (mon.0) 178 : 2023-11-30T22:17:50.803 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-11-30T22:17:50.803 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: audit 2023-11-30T22:17: 2023-11-30T22:17:50.803 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: 49.374035+0000 mon.smithi071 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-11-30T22:17:50.803 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: cluster 2023-11-30 2023-11-30T22:17:50.803 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: T22:17:49.573254+0000 mgr.smithi071.nfuwvn (mgr.14180) 23 : cluster [DBG] 2023-11-30T22:17:50.803 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:50.804 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: audit 2023-11-30T22:17:50 2023-11-30T22:17:50.804 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: .374361+0000 mon.smithi071 (mon.0) 180 : audit [DBG] 2023-11-30T22:17:50.804 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-11-30T22:17:50.804 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: cluster 2023-11-30T22:17: 2023-11-30T22:17:50.804 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: 50.406254+0000 mon.smithi071 (mon.0) 181 : cluster [INF] 2023-11-30T22:17:50.804 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: mon.smithi071 is new leader, mons smithi071,smithi203 in quorum (ranks 0,1) 2023-11-30T22:17:50.804 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: cluster 2023-11-30T22:17:50.412306+0000 2023-11-30T22:17:50.804 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: mon.smithi071 (mon.0) 182 : cluster [DBG] monmap e2: 2 mons at {smithi071=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],smithi203=[v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0]} removed_ranks: {} 2023-11-30T22:17:50.804 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: cluster 2023 2023-11-30T22:17:50.804 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: -11-30T22:17:50.424341+0000 mon.smithi071 ( 2023-11-30T22:17:50.804 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: mon.0) 183 : cluster [DBG] fsmap 2023-11-30T22:17:50.804 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: cluster 2023-11 2023-11-30T22:17:50.804 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: -30T22:17:50.424387+0000 mon.smithi071 (mon. 2023-11-30T22:17:50.805 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: 0) 184 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-30T22:17:50.805 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: cluster 2023 2023-11-30T22:17:50.805 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: -11-30T22:17:50.424619+0000 mon.smithi071 (mon 2023-11-30T22:17:50.805 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: .0) 185 : cluster [DBG] mgrmap e17: smithi071.nfuwvn(active, since 38s) 2023-11-30T22:17:50.805 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: cluster 2023- 2023-11-30T22:17:50.805 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: 11-30T22:17:50.425829+0000 mon.smithi071 ( 2023-11-30T22:17:50.805 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: mon.0) 186 : cluster [DBG] Standby manager daemon smithi203.ensxex started 2023-11-30T22:17:50.805 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: audit 2023-11-30T22:17:50.805 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: 2023-11-30T22:17:50.427546+0000 mon.smithi071 2023-11-30T22:17:50.805 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: (mon.0) 187 : audit [DBG] from='mgr.? 172.21.15.203:0/2065755817' entity='mgr.smithi203.ensxex' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-30T22:17:50.805 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: cluster 2023-11-30T22:17:50.805 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: 2023-11-30T22:17:50.429401+0000 mon.smithi071 2023-11-30T22:17:50.806 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: (mon.0) 188 : cluster [INF] overall HEALTH_OK 2023-11-30T22:17:50.806 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: audit 2023-11-30T 2023-11-30T22:17:50.806 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: 22:17:50.430696+0000 mon.smithi071 (mon.0) 189 : 2023-11-30T22:17:50.806 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: audit [DBG] from='mgr.? 172.21.15.203:0/2065755817' entity='mgr.smithi203.ensxex' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi203.ensxex/key"}]: dispatch 2023-11-30T22:17:50.806 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: audit 2023-11-30 2023-11-30T22:17:50.806 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: T22:17:50.431343+0000 mon.smithi071 (mon.0 2023-11-30T22:17:50.806 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: ) 190 : audit [DBG] from='mgr.? 172.21.15.203:0/2065755817' entity='mgr.smithi203.ensxex' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-30T22:17:50.806 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: audit 2023-11-30T22:17:50.806 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: 2023-11-30T22:17:50.432834+0000 mon.smithi071 2023-11-30T22:17:50.806 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:50 smithi203 conmon[88363]: (mon.0) 191 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:50.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: audit 2023-11-30T22:17:45.379601+0000 mon.smithi071 (mon.0) 172 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2023-11-30T22:17:50.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: cluster 2023-11-30T22:17:45.379841+0000 mon.smithi071 (mon.0) 173 : cluster [INF] mon.smithi071 calling monitor election 2023-11-30T22:17:50.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: audit 2023-11-30T22:17:45.393112+0000 mon.smithi071 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-11-30T22:17:50.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: cluster 2023-11-30T22:17:45.572550+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:17:50.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: .14180) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:50.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: audit 2023-11 2023-11-30T22:17:50.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: -30T22:17:46.373844+0000 mon.smithi071 ( 2023-11-30T22:17:50.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-11-30T22:17:50.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: audit 2023-11-30T 2023-11-30T22:17:50.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: 22:17:46.877851+0000 mon.smithi071 (mon.0) 176 2023-11-30T22:17:50.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: : audit [DBG] from='mgr.? 172.21.15.203:0/2065755817' entity='mgr.smithi203.ensxex' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi203.ensxex/crt"}]: dispatch 2023-11-30T22:17:50.867 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: audit 2023-11-30T22: 2023-11-30T22:17:50.867 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: 17:47.373915+0000 mon.smithi071 (mon.0) 177 : 2023-11-30T22:17:50.867 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-11-30T22:17:50.867 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: cluster 2023-11-30T22:17:47 2023-11-30T22:17:50.867 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: .375087+0000 mon.smithi203 (mon.1) 1 : cluster 2023-11-30T22:17:50.867 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: [INF] mon.smithi203 calling monitor election 2023-11-30T22:17:50.867 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: cluster 2023-11-30T22:17:47 2023-11-30T22:17:50.867 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: .572961+0000 mgr.smithi071.nfuwvn (mgr.14180) 22 : cluster [DBG] 2023-11-30T22:17:50.867 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:50.867 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: audit 2023-11-30T22:17:48 2023-11-30T22:17:50.867 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: .373968+0000 mon.smithi071 (mon.0) 178 : audit [DBG] 2023-11-30T22:17:50.867 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-11-30T22:17:50.868 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: audit 2023-11-30T22:17:49.374035 2023-11-30T22:17:50.868 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: +0000 mon.smithi071 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-11-30T22:17:50.868 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: 2023-11-30T22:17:50.868 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: cluster 2023-11-30T22:17:50.868 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: 2023-11-30T22:17:49.573254+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:17:50.868 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: 14180) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:50.868 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: audit 2023-11- 2023-11-30T22:17:50.868 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: 30T22:17:50.374361+0000 mon.smithi071 (mon.0 2023-11-30T22:17:50.868 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: ) 180 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-11-30T22:17:50.868 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: cluster 2023-11-30T22 2023-11-30T22:17:50.868 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: :17:50.406254+0000 mon.smithi071 (mon.0) 181 2023-11-30T22:17:50.868 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: : cluster [INF] mon.smithi071 is new leader, mons smithi071,smithi203 in quorum (ranks 0,1) 2023-11-30T22:17:50.868 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: cluster 2023-11-30T22:17: 2023-11-30T22:17:50.868 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: 50.412306+0000 mon.smithi071 (mon.0) 182 : cluster 2023-11-30T22:17:50.869 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: [DBG] monmap e2: 2 mons at {smithi071=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],smithi203=[v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0]} removed_ranks: {} 2023-11-30T22:17:50.869 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: cluster 2023-11-30T22:17 2023-11-30T22:17:50.869 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: :50.424341+0000 mon.smithi071 (mon.0) 183 : 2023-11-30T22:17:50.869 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: cluster [DBG] fsmap 2023-11-30T22:17:50.869 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: cluster 2023-11-30T22: 2023-11-30T22:17:50.869 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: 17:50.424387+0000 mon.smithi071 (mon.0) 184 2023-11-30T22:17:50.869 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-30T22:17:50.869 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: cluster 2023-11-30T22 2023-11-30T22:17:50.869 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: :17:50.424619+0000 mon.smithi071 (mon.0) 2023-11-30T22:17:50.869 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: 185 : cluster [DBG] mgrmap e17: smithi071.nfuwvn(active, since 38s) 2023-11-30T22:17:50.869 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: cluster 2023-11-30 2023-11-30T22:17:50.869 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: T22:17:50.425829+0000 mon.smithi071 (mon 2023-11-30T22:17:50.870 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: .0) 186 : cluster [DBG] Standby manager daemon smithi203.ensxex started 2023-11-30T22:17:50.870 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: audit 2023- 2023-11-30T22:17:50.870 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: 11-30T22:17:50.427546+0000 mon.smithi071 2023-11-30T22:17:50.870 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: (mon.0) 187 : audit [DBG] from='mgr.? 172.21.15.203:0/2065755817' entity='mgr.smithi203.ensxex' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-30T22:17:50.870 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: cluster 2023 2023-11-30T22:17:50.871 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: -11-30T22:17:50.429401+0000 2023-11-30T22:17:50.871 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: mon.smithi071 (mon.0) 188 : cluster [INF] overall HEALTH_OK 2023-11-30T22:17:50.871 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: audit 2023-11 2023-11-30T22:17:50.871 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: -30T22:17:50.430696+0000 mon.smithi071 ( 2023-11-30T22:17:50.871 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.203:0/2065755817' entity='mgr.smithi203.ensxex' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi203.ensxex/key"}]: dispatch 2023-11-30T22:17:50.871 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: audit 2023- 2023-11-30T22:17:50.871 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: 11-30T22:17:50.431343+0000 2023-11-30T22:17:50.871 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: mon.smithi071 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.203:0/2065755817' entity='mgr.smithi203.ensxex' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-30T22:17:50.871 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: audit 2023-11 2023-11-30T22:17:50.872 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: -30T22:17:50.432834+0000 mon.smithi071 ( 2023-11-30T22:17:50.872 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:50 smithi071 conmon[83797]: mon.0) 191 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:51.422 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-30T22:17:51.422 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-11-30T22:17:51.861 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:51 smithi071 conmon[83797]: cephadm 2023-11-30T22:17:50.434618+0000 mgr.smithi071.nfuwvn (mgr.14180) 24 : cephadm [INF] Deploying daemon node-exporter.smithi203 on smithi203 2023-11-30T22:17:51.862 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:51 smithi071 conmon[83797]: cluster 2023-11-30T22:17:50.484853+0000 mon.smithi071 (mon.0) 192 : cluster [DBG] mgrmap e18: smithi071.nfuwvn(active, since 38s), standbys: smithi203.ensxex 2023-11-30T22:17:51.862 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:51 smithi071 conmon[83797]: audit 2023-11-30T22:17:50.485014+0000 mon.smithi071 (mon.0) 193 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mgr metadata", "who": "smithi203.ensxex", "id": "smithi203.ensxex"}]: dispatch 2023-11-30T22:17:51.862 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:51 smithi071 conmon[83797]: audit 2023-11-30T22:17:50.794132+0000 mon.smithi071 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.203:0/2673307352' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:17:51.862 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:51 smithi071 conmon[83797]: audit 2023-11-30T22:17:51.374661+0000 mon.smithi071 (mon.0) 195 2023-11-30T22:17:51.862 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:51 smithi071 conmon[83797]: : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-11-30T22:17:51.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:51 smithi203 conmon[88363]: cephadm 2023-11-30T22:17:50.434618+0000 mgr.smithi071.nfuwvn (mgr.14180) 24 : cephadm [INF] 2023-11-30T22:17:51.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:51 smithi203 conmon[88363]: Deploying daemon node-exporter.smithi203 on smithi203 2023-11-30T22:17:51.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:51 smithi203 conmon[88363]: cluster 2023-11-30T22:17:50.484853+0000 mon.smithi071 (mon.0) 192 : cluster [DBG] mgrmap e18: smithi071.nfuwvn(active, since 38s), standbys: smithi203.ensxex 2023-11-30T22:17:51.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:51 smithi203 conmon[88363]: audit 2023-11-30T22:17:50.485014+0000 mon.smithi071 (mon.0) 193 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mgr metadata", "who": "smithi203.ensxex", "id": "smithi203.ensxex"}]: dispatch 2023-11-30T22:17:51.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:51 smithi203 conmon[88363]: audit 2023-11-30T22:17:50.794132+0000 mon.smithi071 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.203:0/2673307352' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:17:51.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:51 smithi203 conmon[88363]: audit 2023-11-30T22:17:51.374661+0000 mon.smithi071 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-11-30T22:17:52.978 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:52 smithi071 conmon[83797]: cluster 2023-11-30T22:17:51.573528+0000 2023-11-30T22:17:52.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:52 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:52.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:52 smithi071 conmon[83797]: audit 2023-11-30T22:17:51.723523+0000 mon.smithi071 (mon.0) 2023-11-30T22:17:52.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:52 smithi071 conmon[83797]: 196 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:53.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:52 smithi203 conmon[88363]: cluster 2023-11-30T22:17:51.573528+0000 mgr.smithi071.nfuwvn (mgr.14180) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:53.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:52 smithi203 conmon[88363]: audit 2023-11 2023-11-30T22:17:53.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:52 smithi203 conmon[88363]: -30T22:17:51.723523+0000 mon.smithi071 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:53.344 INFO:teuthology.orchestra.run.smithi071.stdout:# minimal ceph.conf for d7cb60fe-8fcd-11ee-95a2-87774f69a715 2023-11-30T22:17:53.344 INFO:teuthology.orchestra.run.smithi071.stdout:[global] 2023-11-30T22:17:53.344 INFO:teuthology.orchestra.run.smithi071.stdout: fsid = d7cb60fe-8fcd-11ee-95a2-87774f69a715 2023-11-30T22:17:53.345 INFO:teuthology.orchestra.run.smithi071.stdout: mon_host = [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] [v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0] 2023-11-30T22:17:53.926 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-30T22:17:53.926 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-11-30T22:17:53.927 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.conf 2023-11-30T22:17:53.955 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-11-30T22:17:53.955 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-30T22:17:54.016 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:53 smithi071 conmon[83797]: audit 2023-11-30T22:17:53.343791+0000 mon.smithi071 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.71:0/1027349939' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:17:54.020 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-11-30T22:17:54.020 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/ceph/ceph.conf 2023-11-30T22:17:54.046 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:53 smithi203 conmon[88363]: audit 2023-11-30T22:17:53.343791+0000 mon.smithi071 (mon.0) 197 2023-11-30T22:17:54.046 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:53 smithi203 conmon[88363]: : audit [DBG] from='client.? 172.21.15.71:0/1027349939' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:17:54.050 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-11-30T22:17:54.050 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-30T22:17:54.116 INFO:tasks.cephadm:Deploying OSDs... 2023-11-30T22:17:54.117 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-11-30T22:17:54.117 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/scratch_devs of=/dev/stdout 2023-11-30T22:17:54.132 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-30T22:17:54.133 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/nvme1n1 2023-11-30T22:17:54.188 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/nvme1n1 2023-11-30T22:17:54.189 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-30T22:17:54.189 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 241950 Links: 1 Device type: 103,1 2023-11-30T22:17:54.189 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-30T22:17:54.189 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-30T22:17:54.189 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2023-11-30 22:16:30.795453450 +0000 2023-11-30T22:17:54.189 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2023-11-30 22:16:30.720454860 +0000 2023-11-30T22:17:54.189 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2023-11-30 22:16:30.720454860 +0000 2023-11-30T22:17:54.189 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2023-11-30T22:17:54.189 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-30T22:17:54.255 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2023-11-30T22:17:54.255 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2023-11-30T22:17:54.255 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000260976 s, 2.0 MB/s 2023-11-30T22:17:54.256 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-30T22:17:54.320 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/nvme2n1 2023-11-30T22:17:54.374 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/nvme2n1 2023-11-30T22:17:54.375 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-30T22:17:54.375 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 241993 Links: 1 Device type: 103,2 2023-11-30T22:17:54.375 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-30T22:17:54.375 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-30T22:17:54.375 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2023-11-30 22:16:30.807453224 +0000 2023-11-30T22:17:54.375 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2023-11-30 22:16:30.722454822 +0000 2023-11-30T22:17:54.375 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2023-11-30 22:16:30.722454822 +0000 2023-11-30T22:17:54.375 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2023-11-30T22:17:54.376 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-30T22:17:54.440 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2023-11-30T22:17:54.440 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2023-11-30T22:17:54.440 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000276611 s, 1.9 MB/s 2023-11-30T22:17:54.441 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-30T22:17:54.496 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/nvme3n1 2023-11-30T22:17:54.553 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/nvme3n1 2023-11-30T22:17:54.553 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-30T22:17:54.553 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 242017 Links: 1 Device type: 103,3 2023-11-30T22:17:54.553 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-30T22:17:54.553 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-30T22:17:54.553 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2023-11-30 22:16:30.818453017 +0000 2023-11-30T22:17:54.553 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2023-11-30 22:16:30.726454747 +0000 2023-11-30T22:17:54.554 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2023-11-30 22:16:30.726454747 +0000 2023-11-30T22:17:54.554 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2023-11-30T22:17:54.554 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-30T22:17:54.616 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2023-11-30T22:17:54.616 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2023-11-30T22:17:54.616 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000254047 s, 2.0 MB/s 2023-11-30T22:17:54.617 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-30T22:17:54.673 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/nvme4n1 2023-11-30T22:17:54.732 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/nvme4n1 2023-11-30T22:17:54.732 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-30T22:17:54.732 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 242136 Links: 1 Device type: 103,4 2023-11-30T22:17:54.732 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-30T22:17:54.732 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-30T22:17:54.733 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2023-11-30 22:16:30.828452829 +0000 2023-11-30T22:17:54.733 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2023-11-30 22:16:30.727454728 +0000 2023-11-30T22:17:54.733 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2023-11-30 22:16:30.727454728 +0000 2023-11-30T22:17:54.733 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2023-11-30T22:17:54.733 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-30T22:17:54.795 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2023-11-30T22:17:54.795 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2023-11-30T22:17:54.795 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000225315 s, 2.3 MB/s 2023-11-30T22:17:54.796 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-30T22:17:54.855 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-11-30T22:17:54.855 DEBUG:teuthology.orchestra.run.smithi203:> dd if=/scratch_devs of=/dev/stdout 2023-11-30T22:17:54.871 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-30T22:17:54.871 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/nvme1n1 2023-11-30T22:17:54.927 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/nvme1n1 2023-11-30T22:17:54.927 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-30T22:17:54.927 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 6h/6d Inode: 243628 Links: 1 Device type: 103,1 2023-11-30T22:17:54.927 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-30T22:17:54.927 INFO:teuthology.orchestra.run.smithi203.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-30T22:17:54.928 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2023-11-30 22:17:32.208190266 +0000 2023-11-30T22:17:54.928 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2023-11-30 22:17:32.153191628 +0000 2023-11-30T22:17:54.928 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2023-11-30 22:17:32.153191628 +0000 2023-11-30T22:17:54.928 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2023-11-30T22:17:54.928 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-30T22:17:54.994 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2023-11-30T22:17:54.994 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2023-11-30T22:17:54.994 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.000252782 s, 2.0 MB/s 2023-11-30T22:17:54.995 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-30T22:17:55.051 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/nvme2n1 2023-11-30T22:17:55.107 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/nvme2n1 2023-11-30T22:17:55.107 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-30T22:17:55.107 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 6h/6d Inode: 243667 Links: 1 Device type: 103,2 2023-11-30T22:17:55.107 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-30T22:17:55.107 INFO:teuthology.orchestra.run.smithi203.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-30T22:17:55.107 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2023-11-30 22:17:32.218190018 +0000 2023-11-30T22:17:55.107 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2023-11-30 22:17:32.155191579 +0000 2023-11-30T22:17:55.107 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2023-11-30 22:17:32.155191579 +0000 2023-11-30T22:17:55.107 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2023-11-30T22:17:55.108 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-30T22:17:55.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:54 smithi071 conmon[83797]: cluster 2023-11-30T22:17:53.573766+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:17:55.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:54 smithi071 conmon[83797]: mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:55.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:54 smithi071 conmon[83797]: audit 2023-11-30T22:17:54.486924+0000 mon.smithi071 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:55.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:54 smithi071 conmon[83797]: audit 2023-11-30T22:17:54.488297+0000 mon.smithi071 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:17:55.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:54 smithi203 conmon[88363]: cluster 2023-11-30T22:17:53.573766+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:17:55.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:54 smithi203 conmon[88363]: 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:55.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:54 smithi203 conmon[88363]: audit 2023-11-30T22:17:54.486924+0000 mon.smithi071 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:55.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:54 smithi203 conmon[88363]: audit 2023-11-30T22:17:54.488297+0000 mon.smithi071 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:17:55.155 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2023-11-30T22:17:55.155 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2023-11-30T22:17:55.155 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.000222793 s, 2.3 MB/s 2023-11-30T22:17:55.156 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-30T22:17:55.212 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/nvme3n1 2023-11-30T22:17:55.267 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/nvme3n1 2023-11-30T22:17:55.268 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-30T22:17:55.268 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 6h/6d Inode: 244488 Links: 1 Device type: 103,3 2023-11-30T22:17:55.269 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-30T22:17:55.269 INFO:teuthology.orchestra.run.smithi203.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-30T22:17:55.269 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2023-11-30 22:17:32.228189771 +0000 2023-11-30T22:17:55.269 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2023-11-30 22:17:32.159191480 +0000 2023-11-30T22:17:55.269 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2023-11-30 22:17:32.159191480 +0000 2023-11-30T22:17:55.269 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2023-11-30T22:17:55.269 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-30T22:17:55.332 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2023-11-30T22:17:55.332 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2023-11-30T22:17:55.332 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.00023314 s, 2.2 MB/s 2023-11-30T22:17:55.333 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-30T22:17:55.393 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/nvme4n1 2023-11-30T22:17:55.450 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/nvme4n1 2023-11-30T22:17:55.450 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-30T22:17:55.450 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 6h/6d Inode: 248874 Links: 1 Device type: 103,4 2023-11-30T22:17:55.450 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-30T22:17:55.450 INFO:teuthology.orchestra.run.smithi203.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-30T22:17:55.450 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2023-11-30 22:17:32.239189498 +0000 2023-11-30T22:17:55.450 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2023-11-30 22:17:32.161191430 +0000 2023-11-30T22:17:55.450 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2023-11-30 22:17:32.161191430 +0000 2023-11-30T22:17:55.450 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2023-11-30T22:17:55.451 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-30T22:17:55.514 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2023-11-30T22:17:55.515 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2023-11-30T22:17:55.515 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.000199931 s, 2.6 MB/s 2023-11-30T22:17:55.516 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-30T22:17:55.574 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch apply osd --all-available-devices 2023-11-30T22:17:57.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:57 smithi071 conmon[83797]: cluster 2023-11-30T22:17:55.574130+0000 mgr.smithi071.nfuwvn (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:57.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:57 smithi071 conmon[83797]: audit 2023- 2023-11-30T22:17:57.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:57 smithi071 conmon[83797]: 11-30T22:17:56.147601+0000 mon.smithi071 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:57.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:57 smithi071 conmon[83797]: audit 2023-11-30T22:17:56.148493+0000 mon.smithi071 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:17:57.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:57 smithi071 conmon[83797]: audit 2023-11-30T22:17:56.149414+0000 mon.smithi071 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-30T22:17:57.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:57 smithi071 conmon[83797]: cephadm 2023-11-30T22:17:56.150620+0000 mgr.smithi071.nfuwvn (mgr.14180) 28 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2023-11-30T22:17:57.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:57 smithi071 conmon[83797]: cephadm 2023-11-30T22:17:56.150929+0000 mgr.smithi071.nfuwvn (mgr.14180) 29 : cephadm [INF] Updating smithi203:/etc/ceph/ceph.conf 2023-11-30T22:17:57.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:57 smithi071 conmon[83797]: audit 2023-11-30T22:17:56.183084+0000 mon.smithi071 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:57.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:57 smithi071 conmon[83797]: audit 2023-11-30T22:17:56.232283+0000 mon.smithi071 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:57.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:57 smithi071 conmon[83797]: audit 2023-11-30T22:17:56.236314+0000 mon.smithi071 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:57.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:57 smithi071 conmon[83797]: audit 2023-11-30T22:17:56.240113+0000 mon.smithi071 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-30T22:17:57.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:57 smithi071 conmon[83797]: audit 2023-11-30T22:17:56.240896+0000 mon.smithi071 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-30T22:17:57.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:57 smithi071 conmon[83797]: audit 2023-11-30T22:17:56.241594+0000 mon.smithi071 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:17:57.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:57 smithi071 conmon[83797]: audit 2023-11-30T22:17:56.728240+0000 mon.smithi071 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:57.466 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:57 smithi203 conmon[88363]: cluster 2023-11-30T22:17:55.574130+0000 mgr.smithi071.nfuwvn (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:57.466 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:57 smithi203 conmon[88363]: audit 2023-11-30T22:17:56.147601+0000 mon.smithi071 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:57.466 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:57 smithi203 conmon[88363]: audit 2023-11-30T22:17:56.148493+0000 mon.smithi071 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:17:57.466 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:57 smithi203 conmon[88363]: audit 2023-11-30T22:17:56.149414+0000 mon.smithi071 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-30T22:17:57.466 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:57 smithi203 conmon[88363]: cephadm 2023-11-30T22:17:56.150620+0000 mgr.smithi071.nfuwvn (mgr.14180) 28 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2023-11-30T22:17:57.467 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:57 smithi203 conmon[88363]: cephadm 2023-11-30T22:17:56.150929+0000 mgr.smithi071.nfuwvn (mgr.14180) 29 : cephadm [INF] Updating smithi203:/etc/ceph/ceph.conf 2023-11-30T22:17:57.467 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:57 smithi203 conmon[88363]: audit 2023-11-30T22:17:56.183084+0000 mon.smithi071 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:57.467 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:57 smithi203 conmon[88363]: audit 2023-11-30T22:17:56.232283+0000 mon.smithi071 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:57.467 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:57 smithi203 conmon[88363]: audit 2023-11-30T22:17:56.236314+0000 mon.smithi071 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:57.467 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:57 smithi203 conmon[88363]: audit 2023-11-30T22:17:56.240113+0000 mon.smithi071 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-30T22:17:57.467 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:57 smithi203 conmon[88363]: audit 2023-11-30T22:17:56.240896+0000 mon.smithi071 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-30T22:17:57.467 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:57 smithi203 conmon[88363]: audit 2023-11-30T22:17:56.241594+0000 mon.smithi071 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:17:57.467 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:57 smithi203 conmon[88363]: audit 2023-11-30T22:17:56.728240+0000 mon.smithi071 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:57.862 INFO:teuthology.orchestra.run.smithi203.stdout:Scheduled osd.all-available-devices update... 2023-11-30T22:17:58.494 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:58 smithi203 conmon[88363]: cephadm 2023-11-30T22:17:56.239771+0000 mgr.smithi071.nfuwvn (mgr.14180) 30 : cephadm [INF] Reconfiguring mon.smithi071 (unknown last config time)... 2023-11-30T22:17:58.495 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:58 smithi203 conmon[88363]: cephadm 2023-11-30T22:17:56.242234+0000 mgr.smithi071.nfuwvn (mgr.14180) 31 : cephadm [INF] Reconfiguring daemon mon.smithi071 on smithi071 2023-11-30T22:17:58.495 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:58 smithi203 conmon[88363]: audit 2023-11-30T22:17:57.504493+0000 mon.smithi071 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:58.495 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:58 smithi203 conmon[88363]: audit 2023-11-30T22:17:57.505306+0000 mon.smithi071 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi071.nfuwvn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-30T22:17:58.495 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:58 smithi203 conmon[88363]: audit 2023-11-30T22:17:57.505906+0000 mon.smithi071 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-30T22:17:58.495 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:58 smithi203 conmon[88363]: audit 2023-11-30T22:17:57.506378+0000 mon.smithi071 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:17:58.495 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:58 smithi203 conmon[88363]: audit 2023-11-30T22:17:57.861566+0000 mon.smithi071 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:58.513 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-30T22:17:58.513 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-30T22:17:58.537 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:58 smithi071 conmon[83797]: cephadm 2023-11-30T22:17:56.239771+0000 mgr.smithi071.nfuwvn 2023-11-30T22:17:58.537 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:58 smithi071 conmon[83797]: (mgr.14180) 30 : cephadm [INF] Reconfiguring mon.smithi071 (unknown last config time)... 2023-11-30T22:17:58.537 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:58 smithi071 conmon[83797]: cephadm 2023-11-30T22:17:56.242234+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:17:58.537 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:58 smithi071 conmon[83797]: 14180) 31 : cephadm [INF] Reconfiguring daemon mon.smithi071 on smithi071 2023-11-30T22:17:58.538 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:58 smithi071 conmon[83797]: audit 2023-11 2023-11-30T22:17:58.538 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:58 smithi071 conmon[83797]: -30T22:17:57.504493+0000 mon.smithi071 (mon.0) 210 : 2023-11-30T22:17:58.538 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:58 smithi071 conmon[83797]: audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:58.539 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:58 smithi071 conmon[83797]: audit 2023-11-30T22:17:57 2023-11-30T22:17:58.539 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:58 smithi071 conmon[83797]: .505306+0000 mon.smithi071 (mon.0) 211 : audit 2023-11-30T22:17:58.539 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:58 smithi071 conmon[83797]: [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi071.nfuwvn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-30T22:17:58.539 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:58 smithi071 conmon[83797]: audit 2023-11-30T22:17:57. 2023-11-30T22:17:58.539 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:58 smithi071 conmon[83797]: 505906+0000 mon.smithi071 (mon.0) 212 : audit [DBG] 2023-11-30T22:17:58.541 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:58 smithi071 conmon[83797]: from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-30T22:17:58.541 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:58 smithi071 conmon[83797]: audit 2023-11-30T22:17:58.544 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:58 smithi071 conmon[83797]: 2023-11-30T22:17:57.506378+0000 mon.smithi071 (mon 2023-11-30T22:17:58.544 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:58 smithi071 conmon[83797]: .0) 213 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:17:58.544 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:58 smithi071 conmon[83797]: audit 2023-11-30T22 2023-11-30T22:17:58.544 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:58 smithi071 conmon[83797]: :17:57.861566+0000 mon.smithi071 (mon.0) 2023-11-30T22:17:58.544 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:58 smithi071 conmon[83797]: 214 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:59.345 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:59 smithi071 conmon[83797]: cephadm 2023-11-30T22:17:57.505084+0000 mgr.smithi071.nfuwvn (mgr.14180) 32 : cephadm [INF] Reconfiguring mgr.smithi071.nfuwvn (unknown last config time)... 2023-11-30T22:17:59.346 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:59 smithi071 conmon[83797]: cephadm 2023-11-30T22:17:57.506829+0000 mgr.smithi071.nfuwvn (mgr.14180) 33 : cephadm [INF] Reconfiguring daemon mgr.smithi071.nfuwvn on smithi071 2023-11-30T22:17:59.346 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:59 smithi071 conmon[83797]: cluster 2023-11-30T22:17:57.574407+0000 mgr.smithi071.nfuwvn (mgr.14180) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:59.346 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:59 smithi071 conmon[83797]: audit 2023-11-30T22:17:57.856561+0000 mgr.smithi071.nfuwvn (mgr.14180) 35 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:17:59.346 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:59 smithi071 conmon[83797]: cephadm 2023-11-30T22:17:57.857907+0000 mgr.smithi071.nfuwvn (mgr.14180) 36 : cephadm [INF] Marking host: smithi071 for OSDSpec preview refresh. 2023-11-30T22:17:59.346 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:59 smithi071 conmon[83797]: cephadm 2023-11-30T22:17:57.857983+0000 mgr.smithi071.nfuwvn (mgr.14180) 37 : cephadm [INF] Marking host: smithi203 for OSDSpec preview refresh. 2023-11-30T22:17:59.346 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:59 smithi071 conmon[83797]: cephadm 2023-11-30T22:17:57.858226+0000 mgr.smithi071.nfuwvn (mgr.14180) 38 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-30T22:17:59.346 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:17:59 smithi071 conmon[83797]: audit 2023-11-30T22:17:58.780240+0000 mon.smithi071 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:17:59.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:59 smithi203 conmon[88363]: cephadm 2023-11-30T22:17:57.505084 2023-11-30T22:17:59.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:59 smithi203 conmon[88363]: +0000 mgr.smithi071.nfuwvn (mgr.14180) 32 : cephadm [INF] Reconfiguring mgr.smithi071.nfuwvn (unknown last config time)... 2023-11-30T22:17:59.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:59 smithi203 conmon[88363]: cephadm 2023-11-30T22:17:57.506829+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:17:59.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:59 smithi203 conmon[88363]: 33 : cephadm [INF] Reconfiguring daemon mgr.smithi071.nfuwvn on smithi071 2023-11-30T22:17:59.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:59 smithi203 conmon[88363]: cluster 2023-11-30T22:17:57.574407+0000 mgr.smithi071.nfuwvn 2023-11-30T22:17:59.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:59 smithi203 conmon[88363]: (mgr.14180) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:17:59.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:59 smithi203 conmon[88363]: audit 2023- 2023-11-30T22:17:59.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:59 smithi203 conmon[88363]: 11-30T22:17:57.856561+0000 mgr.smithi071.nfuwvn (mgr.14180) 35 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:17:59.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:59 smithi203 conmon[88363]: cephadm 2023-11-30T22:17:57.857907+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:17:59.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:59 smithi203 conmon[88363]: mgr.14180) 36 : cephadm [INF] Marking host: smithi071 for OSDSpec preview refresh. 2023-11-30T22:17:59.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:59 smithi203 conmon[88363]: cephadm 2023-11-30T22:17:57.857983+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:17:59.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:59 smithi203 conmon[88363]: mgr.14180) 37 : cephadm [INF] Marking host: smithi203 for OSDSpec preview refresh. 2023-11-30T22:17:59.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:59 smithi203 conmon[88363]: cephadm 2023-11-30T22:17:57.858226+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:17:59.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:59 smithi203 conmon[88363]: .14180) 38 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-30T22:17:59.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:59 smithi203 conmon[88363]: audit 2023-11-30T22:17:58.780240+0000 mon.smithi071 (mon. 2023-11-30T22:17:59.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:17:59 smithi203 conmon[88363]: 0) 215 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:00.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:00 smithi071 conmon[83797]: cephadm 2023-11-30T22:17:58.780997+0000 mgr.smithi071.nfuwvn (mgr.14180) 39 : cephadm [INF] Reconfiguring alertmanager.smithi071 (dependencies changed)... 2023-11-30T22:18:00.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:00 smithi071 conmon[83797]: cephadm 2023-11-30T22 2023-11-30T22:18:00.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:00 smithi071 conmon[83797]: :17:58.787411+0000 mgr.smithi071.nfuwvn (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon alertmanager.smithi071 on smithi071 2023-11-30T22:18:00.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:00 smithi203 conmon[88363]: cephadm 2023-11-30T22:17:58.780997+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:18:00.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:00 smithi203 conmon[88363]: .14180) 39 : cephadm [INF] Reconfiguring alertmanager.smithi071 (dependencies changed)... 2023-11-30T22:18:00.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:00 smithi203 conmon[88363]: cephadm 2023-11-30T22:17:58.787411+0000 mgr.smithi071.nfuwvn (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon alertmanager.smithi071 on smithi071 2023-11-30T22:18:01.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:01 smithi071 conmon[83797]: cluster 2023-11-30T22:17:59.574684+0000 mgr.smithi071.nfuwvn 2023-11-30T22:18:01.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:01 smithi071 conmon[83797]: (mgr.14180) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:01.486 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:18:01.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:01 smithi203 conmon[88363]: cluster 2023-11-30T22:17:59.574684+0000 mgr.smithi071.nfuwvn 2023-11-30T22:18:01.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:01 smithi203 conmon[88363]: (mgr.14180) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:02.162 INFO:teuthology.orchestra.run.smithi071.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-30T22:18:02.410 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:02 smithi071 conmon[83797]: audit 2023-11-30T22:18:01.485523+0000 mon.smithi071 (mon.0) 216 : audit 2023-11-30T22:18:02.410 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:02 smithi071 conmon[83797]: [DBG] from='client.? 172.21.15.71:0/2063177498' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:02.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:02 smithi203 conmon[88363]: audit 2023-11-30T22:18:01.485523+0000 mon.smithi071 2023-11-30T22:18:02.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:02 smithi203 conmon[88363]: (mon.0) 216 : audit [DBG] from='client.? 172.21.15.71:0/2063177498' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:03.163 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-30T22:18:03.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:03 smithi071 conmon[83797]: cluster 2023-11-30T22:18:01.574934+0000 mgr.smithi071.nfuwvn (mgr.14180) 42 : 2023-11-30T22:18:03.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:03 smithi071 conmon[83797]: cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:03.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:03 smithi203 conmon[88363]: cluster 2023-11-30T22:18:01.574934+0000 2023-11-30T22:18:03.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:03 smithi203 conmon[88363]: mgr.smithi071.nfuwvn (mgr.14180) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:04.767 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:04 smithi071 conmon[83797]: cluster 2023-11-30T22:18:03.575184+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:18:04.767 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:04 smithi071 conmon[83797]: 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:04.767 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:04 smithi071 conmon[83797]: audit 2023-11-30T22:18:03.718206+0000 mon.smithi071 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:04.767 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:04 smithi071 conmon[83797]: cephadm 2023-11-30T22:18:03.718744+0000 mgr.smithi071.nfuwvn (mgr.14180) 44 : cephadm [INF] Reconfiguring crash.smithi071 (monmap changed)... 2023-11-30T22:18:04.767 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:04 smithi071 conmon[83797]: audit 2023-11-30T22:18:03.718978+0000 mon.smithi071 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi071", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-30T22:18:04.767 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:04 smithi071 conmon[83797]: audit 2023-11-30T22:18:03.719609+0000 mon.smithi071 (mon.0) 219 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:18:04.767 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:04 smithi071 conmon[83797]: cephadm 2023-11-30T22:18:03.720058+0000 mgr.smithi071.nfuwvn (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon crash.smithi071 on smithi071 2023-11-30T22:18:05.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:04 smithi203 conmon[88363]: cluster 2023-11-30T22:18:03.575184+0000 mgr.smithi071.nfuwvn (mgr.14180) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:05.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:04 smithi203 conmon[88363]: 2023-11-30T22:18:05.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:04 smithi203 conmon[88363]: audit 2023-11-30T22:18:03.718206+0000 mon.smithi071 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:05.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:04 smithi203 conmon[88363]: cephadm 2023-11-30T22:18:03.718744+0000 mgr.smithi071.nfuwvn (mgr.14180) 44 : cephadm [INF] Reconfiguring crash.smithi071 (monmap changed)... 2023-11-30T22:18:05.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:04 smithi203 conmon[88363]: audit 2023-11-30T22:18:05.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:04 smithi203 conmon[88363]: 2023-11-30T22:18:03.718978+0000 mon.smithi071 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi071", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-30T22:18:05.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:04 smithi203 conmon[88363]: audit 2023-11-30T22:18 2023-11-30T22:18:05.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:04 smithi203 conmon[88363]: :03.719609+0000 mon.smithi071 (mon.0) 219 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:18:05.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:04 smithi203 conmon[88363]: cephadm 2023-11-30T22: 2023-11-30T22:18:05.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:04 smithi203 conmon[88363]: 18:03.720058+0000 mgr.smithi071.nfuwvn (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon crash.smithi071 on smithi071 2023-11-30T22:18:05.829 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:18:06.397 INFO:teuthology.orchestra.run.smithi071.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-30T22:18:07.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:06 smithi071 conmon[83797]: cluster 2023-11-30T22:18:05.575621+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:18:07.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:06 smithi071 conmon[83797]: 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:07.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:06 smithi071 conmon[83797]: audit 2023-11-30T22:18:05.796383+0000 mon.smithi071 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:07.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:06 smithi071 conmon[83797]: cephadm 2023-11-30T22:18:05.796998+0000 mgr.smithi071.nfuwvn (mgr.14180) 47 : cephadm [INF] Reconfiguring grafana.smithi071 (dependencies changed)... 2023-11-30T22:18:07.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:06 smithi071 conmon[83797]: audit 2023-11-30T22:18:05.827948+0000 mon.smithi071 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.71:0/249313646' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:07.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:06 smithi071 conmon[83797]: cephadm 2023-11-30T22:18:05.828085+0000 mgr.smithi071.nfuwvn (mgr.14180) 48 : cephadm [INF] Reconfiguring daemon grafana.smithi071 on smithi071 2023-11-30T22:18:07.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:06 smithi203 conmon[88363]: cluster 2023-11-30T22:18:05.575621+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:18:07.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:06 smithi203 conmon[88363]: 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:07.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:06 smithi203 conmon[88363]: audit 2023-11-30T22:18:05.796383+0000 mon.smithi071 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:07.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:06 smithi203 conmon[88363]: cephadm 2023-11-30T22 2023-11-30T22:18:07.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:06 smithi203 conmon[88363]: :18:05.796998+0000 mgr.smithi071.nfuwvn (mgr.14180) 47 : cephadm [INF] Reconfiguring grafana.smithi071 (dependencies changed)... 2023-11-30T22:18:07.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:06 smithi203 conmon[88363]: audit 2023-11-30T22:18:05.827948+0000 mon.smithi071 (mon 2023-11-30T22:18:07.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:06 smithi203 conmon[88363]: .0) 221 : audit [DBG] from='client.? 172.21.15.71:0/249313646' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:07.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:06 smithi203 conmon[88363]: cephadm 2023-11-30T22:18:05.828085+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:18:07.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:06 smithi203 conmon[88363]: mgr.14180) 48 : cephadm [INF] Reconfiguring daemon grafana.smithi071 on smithi071 2023-11-30T22:18:07.398 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-30T22:18:08.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:08 smithi071 conmon[83797]: cluster 2023-11-30T22:18:07.576015+0000 mgr.smithi071.nfuwvn (mgr.14180) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:09.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:08 smithi203 conmon[88363]: cluster 2023-11-30T22:18:07.576015+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:18:09.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:08 smithi203 conmon[88363]: mgr.14180) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:10.356 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:18:12.238 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:10 smithi203 conmon[88363]: cluster 2023-11-30T22:18:09.576350+0000 mgr.smithi071.nfuwvn (mgr.14180) 50 : 2023-11-30T22:18:12.238 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:10 smithi203 conmon[88363]: cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:12.238 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:10 smithi203 conmon[88363]: audit 2023-11-30T22:18:10.354291+0000 mon.smithi071 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.71:0/3280384844' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:12.238 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:10 smithi203 conmon[88363]: audit 2023-11 2023-11-30T22:18:12.238 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:10 smithi203 conmon[88363]: -30T22:18:10.702450+0000 mon.smithi071 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:12.238 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:10 smithi071 conmon[83797]: cluster 2023-11-30T22:18:09.576350+0000 mgr.smithi071.nfuwvn (mgr.14180) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:12.238 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:10 smithi071 conmon[83797]: audit 2023-11-30T 2023-11-30T22:18:12.238 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:10 smithi071 conmon[83797]: 22:18:10.354291+0000 mon.smithi071 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.71:0/3280384844' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:12.238 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:10 smithi071 conmon[83797]: audit 2023-11-30T22:18:10.702450+0000 mon.smithi071 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:12.239 INFO:teuthology.orchestra.run.smithi071.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-30T22:18:12.240 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:11 smithi071 conmon[83797]: cephadm 2023-11- 2023-11-30T22:18:12.240 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:11 smithi071 conmon[83797]: 30T22:18:10.703219+0000 mgr.smithi071.nfuwvn (mgr.14180) 51 : cephadm [INF] Reconfiguring prometheus.smithi071 (dependencies changed)... 2023-11-30T22:18:12.240 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:11 smithi071 conmon[83797]: cephadm 2023-11-30T22:18:10.706698+0000 mgr.smithi071.nfuwvn (mgr.14180) 52 : cephadm [INF] Reconfiguring daemon prometheus.smithi071 on smithi071 2023-11-30T22:18:12.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:11 smithi203 conmon[88363]: cephadm 2023-11-30T22:18:10.703219+0000 mgr.smithi071.nfuwvn 2023-11-30T22:18:12.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:11 smithi203 conmon[88363]: (mgr.14180) 51 : cephadm [INF] Reconfiguring prometheus.smithi071 (dependencies changed)... 2023-11-30T22:18:12.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:11 smithi203 conmon[88363]: cephadm 2023-11-30T22:18:10.706698+0000 mgr.smithi071.nfuwvn (mgr.14180) 52 : cephadm [INF] Reconfiguring daemon prometheus.smithi071 on smithi071 2023-11-30T22:18:13.241 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-30T22:18:13.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:12 smithi071 conmon[83797]: cluster 2023-11-30T22:18:11.576799+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:18:13.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:12 smithi071 conmon[83797]: 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:13.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:12 smithi203 conmon[88363]: cluster 2023-11-30T22:18:11.576799+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:18:13.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:12 smithi203 conmon[88363]: mgr.14180) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:15.209 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:14 smithi071 conmon[83797]: cluster 2023-11-30T22:18:13.577003+0000 2023-11-30T22:18:15.209 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:14 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:15.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:14 smithi203 conmon[88363]: cluster 2023-11-30T22:18:13.577003+0000 mgr.smithi071.nfuwvn (mgr.14180) 54 : cluster 2023-11-30T22:18:15.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:14 smithi203 conmon[88363]: [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:15.611 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:18:15.912 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:15 smithi071 conmon[83797]: audit 2023-11-30T22:18:15.610482+0000 mon.smithi071 (mon.0 2023-11-30T22:18:15.912 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:15 smithi071 conmon[83797]: ) 224 : audit [DBG] from='client.? 172.21.15.71:0/2227335316' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:16.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:15 smithi203 conmon[88363]: audit 2023-11-30T22:18:15.610482+0000 mon.smithi071 (mon.0) 2023-11-30T22:18:16.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:15 smithi203 conmon[88363]: 224 : audit [DBG] from='client.? 172.21.15.71:0/2227335316' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:16.437 INFO:teuthology.orchestra.run.smithi071.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-30T22:18:17.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:16 smithi203 conmon[88363]: cluster 2023-11-30T22:18:15.577268+0000 mgr.smithi071.nfuwvn (mgr.14180) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:17.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:16 smithi203 conmon[88363]: audit 2023-11-30T22:18:15.949849+0000 mon.smithi071 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:17.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:16 smithi203 conmon[88363]: cephadm 2023-11-30T22:18:15.950361+0000 mgr.smithi071.nfuwvn (mgr.14180) 56 : cephadm [INF] Reconfiguring crash.smithi203 (monmap changed)... 2023-11-30T22:18:17.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:16 smithi203 conmon[88363]: audit 2023-11-30T22:18:15.951619+0000 mon.smithi071 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi203", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-30T22:18:17.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:16 smithi203 conmon[88363]: audit 2023-11-30T22:18:15.952399+0000 mon.smithi071 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:18:17.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:16 smithi203 conmon[88363]: cephadm 2023-11-30T22:18:15.952938+0000 mgr.smithi071.nfuwvn (mgr.14180) 57 : cephadm [INF] Reconfiguring daemon crash.smithi203 on smithi203 2023-11-30T22:18:17.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:16 smithi071 conmon[83797]: cluster 2023-11-30T22:18:15.577268+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:18:17.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:16 smithi071 conmon[83797]: 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:17.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:16 smithi071 conmon[83797]: audit 2023-11-30T22:18:15.949849+0000 mon.smithi071 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:17.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:16 smithi071 conmon[83797]: cephadm 2023-11-30T22:18:15.950361+0000 mgr.smithi071.nfuwvn (mgr.14180) 56 : cephadm [INF] 2023-11-30T22:18:17.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:16 smithi071 conmon[83797]: Reconfiguring crash.smithi203 (monmap changed)... 2023-11-30T22:18:17.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:16 smithi071 conmon[83797]: audit 2023-11-30T22:18:17.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:16 smithi071 conmon[83797]: 2023-11-30T22:18:15.951619+0000 mon.smithi071 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi203", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-30T22:18:17.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:16 smithi071 conmon[83797]: audit 2023-11 2023-11-30T22:18:17.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:16 smithi071 conmon[83797]: -30T22:18:15.952399+0000 mon.smithi071 ( 2023-11-30T22:18:17.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:16 smithi071 conmon[83797]: mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:18:17.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:16 smithi071 conmon[83797]: cephadm 2023-11- 2023-11-30T22:18:17.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:16 smithi071 conmon[83797]: 30T22:18:15.952938+0000 mgr.smithi071.nfuwvn (mgr.14180) 57 2023-11-30T22:18:17.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:16 smithi071 conmon[83797]: : cephadm [INF] Reconfiguring daemon crash.smithi203 on smithi203 2023-11-30T22:18:17.439 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-30T22:18:18.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:18 smithi203 conmon[88363]: audit 2023-11-30T22:18:17.231462+0000 mon.smithi071 ( 2023-11-30T22:18:18.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:18 smithi203 conmon[88363]: mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:18.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:18 smithi203 conmon[88363]: cephadm 2023-11-30T22:18:17.232114+0000 mgr.smithi071.nfuwvn (mgr.14180) 58 : cephadm [INF] Reconfiguring mgr.smithi203.ensxex (monmap changed)... 2023-11-30T22:18:18.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:18 smithi203 conmon[88363]: audit 2023-11-30T22:18:17.232453+0000 mon.smithi071 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi203.ensxex", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-30T22:18:18.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:18 smithi203 conmon[88363]: audit 2023-11-30T22:18:17.233448+0000 mon.smithi071 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-30T22:18:18.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:18 smithi203 conmon[88363]: audit 2023-11-30T22:18:17.234218+0000 mon.smithi071 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:18:18.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:18 smithi203 conmon[88363]: cephadm 2023-11-30T22:18:17.234923+0000 mgr.smithi071.nfuwvn (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon mgr.smithi203.ensxex on smithi203 2023-11-30T22:18:18.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:18 smithi203 conmon[88363]: cluster 2023-11-30T22:18:17.577515+0000 mgr.smithi071.nfuwvn (mgr.14180) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:18.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:18 smithi071 conmon[83797]: audit 2023-11-30T22:18:17.231462+0000 mon.smithi071 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:18.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:18 smithi071 conmon[83797]: cephadm 2023-11-30T22:18:17.232114+0000 mgr.smithi071.nfuwvn (mgr.14180) 58 : cephadm [INF] Reconfiguring mgr.smithi203.ensxex (monmap changed)... 2023-11-30T22:18:18.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:18 smithi071 conmon[83797]: audit 2023-11-30T22:18:17.232453+0000 mon.smithi071 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi203.ensxex", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-30T22:18:18.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:18 smithi071 conmon[83797]: audit 2023-11-30T22:18:17.233448+0000 mon.smithi071 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-30T22:18:18.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:18 smithi071 conmon[83797]: audit 2023-11-30T22:18:17.234218+0000 mon.smithi071 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:18:18.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:18 smithi071 conmon[83797]: cephadm 2023-11-30T22:18:17.234923+0000 mgr.smithi071.nfuwvn (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon mgr.smithi203.ensxex on smithi203 2023-11-30T22:18:18.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:18 smithi071 conmon[83797]: cluster 2023-11-30T22:18:17.577515+0000 mgr.smithi071.nfuwvn (mgr.14180) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:19.294 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:18:19.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:19 smithi071 conmon[83797]: audit 2023-11-30T22 2023-11-30T22:18:19.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:19 smithi071 conmon[83797]: :18:18.527022+0000 mon.smithi071 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:19.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:19 smithi071 conmon[83797]: cephadm 2023-11-30T22:18:18.527547+0000 mgr.smithi071.nfuwvn (mgr.14180) 61 : cephadm [INF] Reconfiguring mon.smithi203 (monmap changed)... 2023-11-30T22:18:19.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:19 smithi071 conmon[83797]: audit 2023-11-30T22:18:18.527812+0000 mon.smithi071 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-30T22:18:19.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:19 smithi071 conmon[83797]: audit 2023-11-30T22:18:18.528384+0000 mon.smithi071 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-30T22:18:19.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:19 smithi071 conmon[83797]: audit 2023-11-30T22:18:18.528906+0000 mon.smithi071 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:18:19.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:19 smithi071 conmon[83797]: cephadm 2023-11-30T22:18:18.529376+0000 mgr.smithi071.nfuwvn (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon mon.smithi203 on smithi203 2023-11-30T22:18:19.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:19 smithi071 conmon[83797]: audit 2023-11-30T22:18:19.292437+0000 mon.smithi071 (mon.0) 236 : audit [DBG] from='client.? 172.21.15.71:0/2085281085' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:19.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:19 smithi203 conmon[88363]: audit 2023-11-30T22:18:18.527022+0000 mon.smithi071 (mon. 2023-11-30T22:18:19.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:19 smithi203 conmon[88363]: 0) 232 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:19.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:19 smithi203 conmon[88363]: cephadm 2023-11-30T22:18:18.527547+0000 mgr.smithi071.nfuwvn (mgr.14180) 61 : cephadm [INF] Reconfiguring mon.smithi203 (monmap changed)... 2023-11-30T22:18:19.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:19 smithi203 conmon[88363]: audit 2023-11-30T22:18:18.527812+0000 mon.smithi071 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-30T22:18:19.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:19 smithi203 conmon[88363]: audit 2023-11-30T22:18:18.528384+0000 mon.smithi071 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-30T22:18:19.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:19 smithi203 conmon[88363]: audit 2023-11-30T22:18:18.528906+0000 mon.smithi071 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:18:19.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:19 smithi203 conmon[88363]: cephadm 2023-11-30T22:18:18.529376+0000 2023-11-30T22:18:19.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:19 smithi203 conmon[88363]: mgr.smithi071.nfuwvn (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon mon.smithi203 on smithi203 2023-11-30T22:18:19.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:19 smithi203 conmon[88363]: audit 2023-11-30T22:18:19.292437 2023-11-30T22:18:19.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:19 smithi203 conmon[88363]: +0000 mon.smithi071 (mon.0) 236 : audit [DBG] from='client.? 172.21.15.71:0/2085281085' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:19.921 INFO:teuthology.orchestra.run.smithi071.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-30T22:18:20.922 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-30T22:18:21.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: cluster 2023-11-30T22:18:19. 2023-11-30T22:18:21.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: 577903+0000 mgr.smithi071.nfuwvn (mgr.14180) 63 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:21.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: audit 2023-11-30T22:18:19.753057+0000 mon.smithi071 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:21.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: audit 2023-11-30T22:18:19.755736+0000 mon.smithi071 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-30T22:18:21.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: audit 2023-11-30T22:18:19.756079+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:18:21.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: 14180) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-30T22:18:21.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: audit 2023- 2023-11-30T22:18:21.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: 11-30T22:18:19.756893+0000 2023-11-30T22:18:21.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: mon.smithi071 (mon.0) 239 : audit 2023-11-30T22:18:21.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2023-11-30T22:18:21.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: audit 2023-11-30T22:18:21.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: 2023-11-30T22: 2023-11-30T22:18:21.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: 18:19.757142+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:18:21.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: mgr.14180) 65 : audit [DBG] 2023-11-30T22:18:21.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2023-11-30T22:18:21.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: audit 2023-11-30T22:18:21.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: 2023-11-30T22:18 2023-11-30T22:18:21.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: :19.760734+0000 mon.smithi071 (mon. 2023-11-30T22:18:21.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: 0) 240 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:21.118 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: audit 2023-11-30T22:18:21.118 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: 2023-11-30T22:18 2023-11-30T22:18:21.118 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: :19.764763+0000 mon.smithi071 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-30T22:18:21.118 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: audit 2023-11-30T 2023-11-30T22:18:21.118 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: 22:18:19.765098+0000 mgr.smithi071.nfuwvn (mgr.14180) 66 : audit 2023-11-30T22:18:21.118 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-30T22:18:21.118 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: audit 2023-11-30T22:18:19.768968+0000 2023-11-30T22:18:21.118 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: mon.smithi071 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi071.front.sepia.ceph.com:3000"}]: dispatch 2023-11-30T22:18:21.118 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: audit 2023-11-30T22: 2023-11-30T22:18:21.118 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: 18:19.769292+0000 mgr.smithi071.nfuwvn (mgr.14180) 67 : audit [DBG] 2023-11-30T22:18:21.119 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi071.front.sepia.ceph.com:3000"}]: dispatch 2023-11-30T22:18:21.119 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: audit 2023 2023-11-30T22:18:21.119 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: -11-30T22:18:19.773184+0000 mon.smithi071 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:21.119 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: 2023-11-30T22:18:21.119 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: audit 2023-11-30T 2023-11-30T22:18:21.119 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: 22:18:19.777044+0000 mon.smithi071 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-30T22:18:21.119 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: audit 2023-11-30T22: 2023-11-30T22:18:21.119 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: 18:19.777418+0000 mgr.smithi071.nfuwvn (mgr.14180) 68 : audit [DBG] 2023-11-30T22:18:21.119 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-30T22:18:21.119 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: audit 2023-11-30T22: 2023-11-30T22:18:21.119 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: 18:19.780613+0000 mon.smithi071 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi071.front.sepia.ceph.com:9095"}]: dispatch 2023-11-30T22:18:21.119 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: audit 2023-11-30T22:18:21.120 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: 2023-11-30T22:18:19.780984+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:18:21.120 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: 14180) 69 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi071.front.sepia.ceph.com:9095"}]: dispatch 2023-11-30T22:18:21.120 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: audit 2023-11- 2023-11-30T22:18:21.120 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: 30T22:18:19.785235+0000 mon.smithi071 (mon 2023-11-30T22:18:21.120 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: .0) 246 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:21.120 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: audit 2023-11- 2023-11-30T22:18:21.120 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: 30T22:18:19.788769+0000 mon.smithi071 (mon. 2023-11-30T22:18:21.120 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:20 smithi071 conmon[83797]: 0) 247 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:18:21.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: cluster 2023-11-30T22:18:19.577903+0000 mgr.smithi071.nfuwvn (mgr.14180) 63 : 2023-11-30T22:18:21.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:21.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: audit 2023-11-30T22:18:19.753057+0000 mon.smithi071 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:21.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: audit 2023-11-30T22: 2023-11-30T22:18:21.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: 18:19.755736+0000 mon.smithi071 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-30T22:18:21.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: audit 2023-11-30T22:18:19.756079+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:18:21.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: mgr.14180) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-30T22:18:21.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: audit 2023-11-30T22 2023-11-30T22:18:21.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: :18:19.756893+0000 mon.smithi071 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2023-11-30T22:18:21.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: audit 2023-11-30T22 2023-11-30T22:18:21.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: :18:19.757142+0000 mgr.smithi071.nfuwvn (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2023-11-30T22:18:21.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: 2023-11-30T22:18:21.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: audit 2023-11-30T 2023-11-30T22:18:21.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: 22:18:19.760734+0000 mon.smithi071 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:21.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: audit 2023-11-30T22:18:19 2023-11-30T22:18:21.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: .764763+0000 mon.smithi071 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-30T22:18:21.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: audit 2023- 2023-11-30T22:18:21.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: 11-30T22:18:19.765098+0000 mgr.smithi071.nfuwvn (mgr.14180) 66 : 2023-11-30T22:18:21.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-30T22:18:21.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: audit 2023-11-30T22:18:21.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: 2023-11-30T22:18:19.768968+0000 mon.smithi071 (mon.0) 242 2023-11-30T22:18:21.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi071.front.sepia.ceph.com:3000"}]: dispatch 2023-11-30T22:18:21.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: audit 2023-11-30T22:18:21.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: 2023-11-30T22:18:19.769292+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:18:21.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: 14180) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi071.front.sepia.ceph.com:3000"}]: dispatch 2023-11-30T22:18:21.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: audit 2023-11-30 2023-11-30T22:18:21.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: T22:18:19.773184+0000 mon.smithi071 (mon. 2023-11-30T22:18:21.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: 0) 243 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:21.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: audit 2023 2023-11-30T22:18:21.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: -11-30T22:18:19.777044+0000 mon.smithi071 (mon.0) 244 2023-11-30T22:18:21.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-30T22:18:21.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: audit 2023-11-30T22:18:21.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: 2023-11-30T22:18:19.777418+0000 mgr.smithi071.nfuwvn (mgr.14180) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-30T22:18:21.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: audit 2023-11-30T22:18:19.780613+0000 2023-11-30T22:18:21.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: mon.smithi071 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi071.front.sepia.ceph.com:9095"}]: dispatch 2023-11-30T22:18:21.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: audit 2023-11-30T22:18:19 2023-11-30T22:18:21.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: .780984+0000 mgr.smithi071.nfuwvn (mgr.14180) 69 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi071.front.sepia.ceph.com:9095"}]: dispatch 2023-11-30T22:18:21.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: audit 2023-11-30T22:18:19 2023-11-30T22:18:21.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: .785235+0000 mon.smithi071 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:21.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: audit 2023-11-30T22:18: 2023-11-30T22:18:21.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:20 smithi203 conmon[88363]: 19.788769+0000 mon.smithi071 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:18:22.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:22 smithi071 conmon[83797]: audit 2023-11-30T22:18:21.289089+0000 mon.smithi071 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:22.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:22 smithi071 conmon[83797]: audit 2023-11-30T22:18:21.293254+0000 mon.smithi071 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:22.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:22 smithi071 conmon[83797]: cluster 2023-11-30T22:18:21.578194+0000 mgr.smithi071.nfuwvn (mgr.14180) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:22.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:22 smithi203 conmon[88363]: audit 2023-11-30T22:18:21.289089+0000 mon.smithi071 (mon.0) 248 : audit 2023-11-30T22:18:22.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:22 smithi203 conmon[88363]: [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:22.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:22 smithi203 conmon[88363]: audit 2023-11-30T22:18:21.293254+0000 mon.smithi071 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:22.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:22 smithi203 conmon[88363]: cluster 2023-11-30T22:18:21.578194+0000 mgr.smithi071.nfuwvn (mgr.14180) 70 : cluster 2023-11-30T22:18:22.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:22 smithi203 conmon[88363]: [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:23.944 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:18:24.620 INFO:teuthology.orchestra.run.smithi071.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-30T22:18:24.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:24 smithi071 conmon[83797]: cluster 2023-11-30T22:18:23.578487+0000 mgr.smithi071.nfuwvn (mgr.14180) 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:24.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:24 smithi071 conmon[83797]: audit 2023-11-30T22:18:23.613966+0000 mon.smithi071 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:24.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:24 smithi071 conmon[83797]: audit 2023-11-30T22:18:23.932091+0000 mon.smithi071 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:24.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:24 smithi071 conmon[83797]: audit 2023-11-30T22:18:23.932850+0000 mon.smithi071 (mon.0) 252 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:18:24.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:24 smithi071 conmon[83797]: audit 2023-11-30T22:18:23.933419+0000 mon.smithi071 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-30T22:18:24.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:24 smithi071 conmon[83797]: audit 2023-11-30T22:18:23.936604+0000 mon.smithi071 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:24.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:24 smithi071 conmon[83797]: audit 2023-11-30T22:18:24.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:24 smithi071 conmon[83797]: 2023-11-30T22:18:23.940006+0000 mon.smithi071 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-30T22:18:24.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:24 smithi071 conmon[83797]: audit 2023-11-30T22:18:23.942680+0000 mon.smithi071 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-30T22:18:24.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:24 smithi071 conmon[83797]: audit 2023-11-30T22:18:23.943249+0000 mon.smithi071 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.71:0/1219144753' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:24.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:24 smithi071 conmon[83797]: audit 2023-11-30T22:18:23.943533+0000 mon.smithi071 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-30T22:18:24.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:24 smithi071 conmon[83797]: audit 2023-11-30T22:18:23.943708+0000 mon.smithi071 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:18:24.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:24 smithi071 conmon[83797]: audit 2023-11-30T22:18:23.944226+0000 mon.smithi071 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:18:24.866 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:24 smithi203 conmon[88363]: cluster 2023-11-30T22:18:23.578487+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:18:24.866 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:24 smithi203 conmon[88363]: mgr.14180) 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:24.866 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:24 smithi203 conmon[88363]: audit 2023-11-30T22:18:23.613966+0000 mon.smithi071 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:24.866 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:24 smithi203 conmon[88363]: audit 2023-11-30T22:18:23.932091+0000 mon.smithi071 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:24.867 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:24 smithi203 conmon[88363]: audit 2023-11-30T22:18:23.932850+0000 mon.smithi071 (mon.0) 252 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:18:24.867 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:24 smithi203 conmon[88363]: audit 2023-11-30T22:18:23.933419+0000 mon.smithi071 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-30T22:18:24.867 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:24 smithi203 conmon[88363]: audit 2023-11-30T22:18:23.936604+0000 mon.smithi071 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:24.867 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:24 smithi203 conmon[88363]: audit 2023-11-30T22:18:23.940006+0000 mon.smithi071 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-30T22:18:24.867 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:24 smithi203 conmon[88363]: audit 2023-11-30T22:18:23.942680+0000 mon.smithi071 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-30T22:18:24.867 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:24 smithi203 conmon[88363]: audit 2023-11-30T22:18:23.943249+0000 mon.smithi071 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.71:0/1219144753' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:24.867 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:24 smithi203 conmon[88363]: audit 2023-11-30T22:18:23.943533+0000 mon.smithi071 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-30T22:18:24.867 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:24 smithi203 conmon[88363]: audit 2023-11-30T22:18:23.943708+0000 mon.smithi071 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:18:24.867 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:24 smithi203 conmon[88363]: audit 2023-11-30T22:18:23.944226+0000 mon.smithi071 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:18:25.622 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-30T22:18:26.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:26 smithi071 conmon[83797]: cluster 2023-11-30T22:18:25.578714+0000 mgr.smithi071.nfuwvn (mgr.14180) 72 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:26.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:26 smithi071 conmon[83797]: audit 2023-11-30T22:18:26.578832+0000 mon.smithi203 (mon.1) 2 : audit [INF] from='client.? 172.21.15.203:0/1273568029' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "117f3d65-f16a-4f4b-af51-372679438b00"}]: dispatch 2023-11-30T22:18:26.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:26 smithi071 conmon[83797]: audit 2023-11-30T22:18:26.579181+0000 mon.smithi071 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "117f3d65-f16a-4f4b-af51-372679438b00"}]: dispatch 2023-11-30T22:18:26.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:26 smithi071 conmon[83797]: audit 2023-11-30T22:18:26.582549+0000 mon.smithi071 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "117f3d65-f16a-4f4b-af51-372679438b00"}]': finished 2023-11-30T22:18:26.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:26 smithi071 conmon[83797]: cluster 2023-11-30T22:18:26.582608+0000 mon.smithi071 (mon.0) 263 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-30T22:18:26.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:26 smithi071 conmon[83797]: audit 2023-11-30T22:18:26.582718+0000 mon.smithi071 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-30T22:18:26.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:26 smithi203 conmon[88363]: cluster 2023-11-30T22:18:25.578714+0000 mgr.smithi071.nfuwvn (mgr.14180) 72 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:26.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:26 smithi203 conmon[88363]: audit 2023-11-30T22:18:26.578832+0000 mon.smithi203 (mon.1) 2 : audit [INF] from='client.? 172.21.15.203:0/1273568029' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "117f3d65-f16a-4f4b-af51-372679438b00"}]: dispatch 2023-11-30T22:18:26.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:26 smithi203 conmon[88363]: audit 2023-11-30T22:18:26.579181+0000 mon.smithi071 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "117f3d65-f16a-4f4b-af51-372679438b00"}]: dispatch 2023-11-30T22:18:26.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:26 smithi203 conmon[88363]: audit 2023-11-30T22:18:26.582549+0000 mon.smithi071 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "117f3d65-f16a-4f4b-af51-372679438b00"}]': finished 2023-11-30T22:18:26.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:26 smithi203 conmon[88363]: cluster 2023-11-30T22:18:26.582608+0000 mon.smithi071 (mon.0) 263 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-30T22:18:26.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:26 smithi203 conmon[88363]: audit 2023-11-30T22:18:26.582718+0000 mon.smithi071 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-30T22:18:27.779 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:18:27.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:27 smithi203 conmon[88363]: audit 2023-11-30T22:18:27.049363+0000 mon.smithi071 (mon.0) 2023-11-30T22:18:27.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:27 smithi203 conmon[88363]: 265 : audit [INF] from='client.? 172.21.15.71:0/3717082576' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "16c648b2-1b8d-411f-bbfa-4aa3c837dc20"}]: dispatch 2023-11-30T22:18:27.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:27 smithi203 conmon[88363]: audit 2023-11-30T22:18:27.057438+0000 mon.smithi071 (mon.0) 266 : audit [INF] from='client.? 172.21.15.71:0/3717082576' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "16c648b2-1b8d-411f-bbfa-4aa3c837dc20"}]': finished 2023-11-30T22:18:27.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:27 smithi203 conmon[88363]: cluster 2023-11-30T22:18:27.057496+0000 mon.smithi071 (mon.0) 267 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-30T22:18:27.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:27 smithi203 conmon[88363]: audit 2023-11-30T22:18:27.057610+0000 mon.smithi071 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-30T22:18:27.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:27 smithi203 conmon[88363]: audit 2023-11-30T22:18:27.057891+0000 mon.smithi071 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:27.994 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:27 smithi071 conmon[83797]: audit 2023-11-30T22:18:27.049363+0000 mon.smithi071 (mon.0) 265 : audit [INF] from='client.? 172.21.15.71:0/3717082576' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "16c648b2-1b8d-411f-bbfa-4aa3c837dc20"}]: dispatch 2023-11-30T22:18:27.995 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:27 smithi071 conmon[83797]: audit 2023-11-30T22:18:27.057438+0000 mon.smithi071 (mon.0) 266 : audit [INF] from='client.? 172.21.15.71:0/3717082576' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "16c648b2-1b8d-411f-bbfa-4aa3c837dc20"}]': finished 2023-11-30T22:18:27.995 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:27 smithi071 conmon[83797]: cluster 2023-11-30T22:18:27.057496+0000 mon.smithi071 (mon.0) 267 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-30T22:18:27.995 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:27 smithi071 conmon[83797]: audit 2023-11-30T22:18:27.057610+0000 mon.smithi071 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-30T22:18:27.995 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:27 smithi071 conmon[83797]: audit 2023-11-30T22:18:27.057891+0000 mon.smithi071 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:28.467 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1701382707,"num_remapped_pgs":0} 2023-11-30T22:18:28.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:28 smithi071 conmon[83797]: cluster 2023-11-30T22:18:27.578936+0000 mgr.smithi071.nfuwvn (mgr.14180) 73 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:28.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:28 smithi071 conmon[83797]: audit 2023-11-30T22:18:27.717907+0000 mon.smithi203 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.203:0/4096211523' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-30T22:18:28.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:28 smithi071 conmon[83797]: audit 2023-11-30T22:18:27.778509+0000 mon.smithi071 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.71:0/3774816693' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:28.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:28 smithi071 conmon[83797]: audit 2023-11-30T22:18:28.280131+0000 mon.smithi071 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.71:0/792093776' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-30T22:18:28.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:28 smithi203 conmon[88363]: cluster 2023-11-30T22:18:27.578936+0000 mgr.smithi071.nfuwvn (mgr.14180) 73 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:28.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:28 smithi203 conmon[88363]: audit 2023-11-30T22 2023-11-30T22:18:28.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:28 smithi203 conmon[88363]: :18:27.717907+0000 mon.smithi203 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.203:0/4096211523' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-30T22:18:28.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:28 smithi203 conmon[88363]: audit 2023-11-30T22:18:27.778509+0000 mon.smithi071 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.71:0/3774816693' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:28.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:28 smithi203 conmon[88363]: audit 2023-11-30T22:18:28.280131+0000 mon.smithi071 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.71:0/792093776' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-30T22:18:29.469 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-30T22:18:31.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:30 smithi071 conmon[83797]: cluster 2023-11-30T22:18:29.579186+0000 mgr.smithi071.nfuwvn (mgr.14180) 74 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:31.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:30 smithi071 conmon[83797]: audit 2023-11-30T22:18:30.233436+0000 mon.smithi203 (mon.1) 4 : audit [INF] from='client.? 172.21.15.203:0/4038770074' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f536df19-8c7a-43cf-889a-66e896a8561d"}]: dispatch 2023-11-30T22:18:31.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:30 smithi071 conmon[83797]: audit 2023-11-30T22:18:30.233999+0000 mon.smithi071 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f536df19-8c7a-43cf-889a-66e896a8561d"}]: dispatch 2023-11-30T22:18:31.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:30 smithi071 conmon[83797]: audit 2023-11-30T22:18:30.238292+0000 mon.smithi071 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f536df19-8c7a-43cf-889a-66e896a8561d"}]': finished 2023-11-30T22:18:31.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:30 smithi071 conmon[83797]: cluster 2023-11-30T22:18:30.238375+0000 mon.smithi071 (mon.0) 274 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-30T22:18:31.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:30 smithi071 conmon[83797]: audit 2023-11-30T22:18:30.238504+0000 mon.smithi071 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-30T22:18:31.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:30 smithi071 conmon[83797]: audit 2023-11-30T22:18:30.238830+0000 mon.smithi071 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:31.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:30 smithi071 conmon[83797]: audit 2023-11-30T22:18:30.239030+0000 mon.smithi071 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:18:31.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:30 smithi071 conmon[83797]: audit 2023-11-30T22:18:30.813596+0000 mon.smithi071 (mon.0) 278 : audit [INF] from='client.? 172.21.15.71:0/2871695690' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0cdf9d9-3149-4dc3-a943-d66eb0349ed6"}]: dispatch 2023-11-30T22:18:31.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:30 smithi071 conmon[83797]: audit 2023-11-30T22:18:30.817497+0000 mon.smithi071 (mon.0) 279 : audit [INF] from='client.? 172.21.15.71:0/2871695690' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e0cdf9d9-3149-4dc3-a943-d66eb0349ed6"}]': finished 2023-11-30T22:18:31.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:30 smithi071 conmon[83797]: cluster 2023-11-30T22:18:30.817555+0000 mon.smithi071 (mon.0) 280 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-30T22:18:31.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:30 smithi071 conmon[83797]: audit 2023-11-30T22:18:30. 2023-11-30T22:18:31.070 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:30 smithi071 conmon[83797]: 817689+0000 mon.smithi071 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-30T22:18:31.070 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:30 smithi071 conmon[83797]: audit 2023-11-30T22:18:30.818061+0000 mon.smithi071 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:31.070 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:30 smithi071 conmon[83797]: audit 2023-11-30T22:18:30.818273+0000 mon.smithi071 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:18:31.070 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:30 smithi071 conmon[83797]: audit 2023-11-30T22:18:30.818472+0000 mon.smithi071 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:18:31.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: cluster 2023-11-30T22:18:29.579186+0000 mgr.smithi071.nfuwvn 2023-11-30T22:18:31.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: (mgr.14180) 74 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:31.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: audit 2023-11-30T22:18:30.233436+0000 mon.smithi203 (mon.1) 4 : audit [INF] from='client.? 172.21.15.203:0/4038770074' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f536df19-8c7a-43cf-889a-66e896a8561d"}]: dispatch 2023-11-30T22:18:31.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: audit 2023-11-30T22:18:30.233999+0000 mon.smithi071 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f536df19-8c7a-43cf-889a-66e896a8561d"}]: dispatch 2023-11-30T22:18:31.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: audit 2023-11-30T22:18:30. 2023-11-30T22:18:31.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: 238292+0000 mon.smithi071 (mon 2023-11-30T22:18:31.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: .0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f536df19-8c7a-43cf-889a-66e896a8561d"}]': finished 2023-11-30T22:18:31.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: cluster 2023-11-30T22 2023-11-30T22:18:31.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: :18:30.238375+0000 mon.smithi071 (mon.0 2023-11-30T22:18:31.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: ) 274 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-30T22:18:31.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: audit 2023-11-30T22 2023-11-30T22:18:31.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: :18:30.238504+0000 mon.smithi071 (mon.0 2023-11-30T22:18:31.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: ) 275 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-30T22:18:31.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: audit 2023-11-30 2023-11-30T22:18:31.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: T22:18:30.238830+0000 mon.smithi071 (mon 2023-11-30T22:18:31.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: .0) 276 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:31.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: audit 2023-11- 2023-11-30T22:18:31.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: 30T22:18:30.239030+0000 mon.smithi071 ( 2023-11-30T22:18:31.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:18:31.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: audit 2023- 2023-11-30T22:18:31.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: 11-30T22:18:30.813596+0000 mon.smithi071 2023-11-30T22:18:31.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: (mon.0) 278 : audit [INF] from='client.? 172.21.15.71:0/2871695690' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0cdf9d9-3149-4dc3-a943-d66eb0349ed6"}]: dispatch 2023-11-30T22:18:31.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: audit 2023- 2023-11-30T22:18:31.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: 11-30T22:18:30.817497+0000 2023-11-30T22:18:31.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: mon.smithi071 (mon.0) 279 : audit [INF] from='client.? 172.21.15.71:0/2871695690' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e0cdf9d9-3149-4dc3-a943-d66eb0349ed6"}]': finished 2023-11-30T22:18:31.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: cluster 2023- 2023-11-30T22:18:31.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: 11-30T22:18:30.817555+0000 mon.smithi071 2023-11-30T22:18:31.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: (mon.0) 280 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-30T22:18:31.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: audit 2023-11- 2023-11-30T22:18:31.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: 30T22:18:30.817689+0000 mon.smithi071 ( 2023-11-30T22:18:31.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-30T22:18:31.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: audit 2023-11- 2023-11-30T22:18:31.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: 30T22:18:30.818061+0000 mon.smithi071 ( 2023-11-30T22:18:31.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:31.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: audit 2023-11- 2023-11-30T22:18:31.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: 30T22:18:30.818273+0000 mon.smithi071 ( 2023-11-30T22:18:31.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:18:31.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: audit 2023-11- 2023-11-30T22:18:31.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: 30T22:18:30.818472+0000 mon.smithi071 ( 2023-11-30T22:18:31.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:30 smithi203 conmon[88363]: mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:18:31.433 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:18:32.173 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:31 smithi071 conmon[83797]: audit 2023-11-30T22:18:31.355621+0000 mon.smithi203 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.203:0/3274899525' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-30T22:18:32.174 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:31 smithi071 conmon[83797]: audit 2023-11-30T22:18:31.432750+0000 mon.smithi071 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.71:0/3060258129' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:32.199 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1701382710,"num_remapped_pgs":0} 2023-11-30T22:18:32.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:31 smithi203 conmon[88363]: audit 2023-11-30T22:18:31.355621+0000 mon.smithi203 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.203:0/3274899525' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-30T22:18:32.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:31 smithi203 conmon[88363]: audit 2023-11-30T22:18:31.432750+0000 mon.smithi071 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.71:0/3060258129' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:33.199 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-30T22:18:33.227 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:32 smithi071 conmon[83797]: cluster 2023-11-30T22:18:31.579432+0000 mgr.smithi071.nfuwvn (mgr.14180) 75 2023-11-30T22:18:33.228 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:32 smithi071 conmon[83797]: : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:33.228 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:32 smithi071 conmon[83797]: audit 2023-11-30T22:18:32.402386+0000 mon.smithi071 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.71:0/1654126196' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-30T22:18:33.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:32 smithi203 conmon[88363]: cluster 2023-11-30T22:18:31.579432+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:18:33.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:32 smithi203 conmon[88363]: 75 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:33.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:32 smithi203 conmon[88363]: audit 2023-11-30T22:18:32.402386+0000 mon.smithi071 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.71:0/1654126196' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-30T22:18:34.051 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:33 smithi071 conmon[83797]: audit 2023-11-30T22:18:33.870445+0000 mon.smithi203 2023-11-30T22:18:34.052 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:33 smithi071 conmon[83797]: (mon.1) 6 : audit [INF] from='client.? 172.21.15.203:0/1494799922' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "13faa91f-7113-47ba-9b56-098f02670ceb"}]: dispatch 2023-11-30T22:18:34.052 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:33 smithi071 conmon[83797]: audit 2023-11-30T22:18:33.870879+0000 mon.smithi071 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "13faa91f-7113-47ba-9b56-098f02670ceb"}]: dispatch 2023-11-30T22:18:34.052 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:33 smithi071 conmon[83797]: audit 2023-11-30T22:18:33.876688+0000 mon.smithi071 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "13faa91f-7113-47ba-9b56-098f02670ceb"}]': finished 2023-11-30T22:18:34.052 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:33 smithi071 conmon[83797]: cluster 2023-11-30T22:18:33.876758+0000 mon.smithi071 (mon.0) 289 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-30T22:18:34.052 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:33 smithi071 conmon[83797]: audit 2023-11-30T22:18:33.876888+0000 mon.smithi071 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-30T22:18:34.052 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:33 smithi071 conmon[83797]: audit 2023-11-30T22:18:33.878249+0000 mon.smithi071 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:34.052 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:33 smithi071 conmon[83797]: audit 2023-11-30T22:18:33.878512+0000 mon.smithi071 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:18:34.052 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:33 smithi071 conmon[83797]: audit 2023-11-30T22:18:33.878733+0000 mon.smithi071 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:18:34.052 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:33 smithi071 conmon[83797]: audit 2023-11-30T22:18:33.880631+0000 mon.smithi071 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:18:34.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:33 smithi203 conmon[88363]: audit 2023-11-30T22:18:33.870445+0000 mon.smithi203 (mon.1) 2023-11-30T22:18:34.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:33 smithi203 conmon[88363]: 6 : audit [INF] from='client.? 172.21.15.203:0/1494799922' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "13faa91f-7113-47ba-9b56-098f02670ceb"}]: dispatch 2023-11-30T22:18:34.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:33 smithi203 conmon[88363]: audit 2023-11-30T22:18:33.870879+0000 mon.smithi071 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "13faa91f-7113-47ba-9b56-098f02670ceb"}]: dispatch 2023-11-30T22:18:34.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:33 smithi203 conmon[88363]: audit 2023-11-30T22:18:33.876688+0000 mon.smithi071 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "13faa91f-7113-47ba-9b56-098f02670ceb"}]': finished 2023-11-30T22:18:34.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:33 smithi203 conmon[88363]: cluster 2023-11-30T22:18:33.876758+0000 mon.smithi071 (mon.0) 289 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-30T22:18:34.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:33 smithi203 conmon[88363]: audit 2023-11-30T22:18:33.876888+0000 mon.smithi071 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-30T22:18:34.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:33 smithi203 conmon[88363]: audit 2023-11-30T22:18 2023-11-30T22:18:34.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:33 smithi203 conmon[88363]: :33.878249+0000 mon.smithi071 (mon.0) 291 : audit 2023-11-30T22:18:34.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:33 smithi203 conmon[88363]: [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:34.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:33 smithi203 conmon[88363]: audit 2023-11-30T22:18: 2023-11-30T22:18:34.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:33 smithi203 conmon[88363]: 33.878512+0000 mon.smithi071 (mon.0) 292 : audit 2023-11-30T22:18:34.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:33 smithi203 conmon[88363]: [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:18:34.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:33 smithi203 conmon[88363]: audit 2023-11-30T22:18 2023-11-30T22:18:34.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:33 smithi203 conmon[88363]: :33.878733+0000 mon.smithi071 (mon.0) 293 2023-11-30T22:18:34.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:33 smithi203 conmon[88363]: : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:18:34.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:33 smithi203 conmon[88363]: audit 2023-11-30T22: 2023-11-30T22:18:34.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:33 smithi203 conmon[88363]: 18:33.880631+0000 mon.smithi071 (mon.0) 294 2023-11-30T22:18:34.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:33 smithi203 conmon[88363]: : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:18:35.049 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:34 smithi071 conmon[83797]: cluster 2023-11-30T22:18:33.579768+0000 mgr.smithi071.nfuwvn (mgr.14180) 76 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:35.099 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:18:35.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:34 smithi203 conmon[88363]: cluster 2023-11-30T22:18:33.579768+0000 mgr.smithi071.nfuwvn (mgr.14180) 76 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:35.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:34 smithi203 conmon[88363]: 2023-11-30T22:18:35.883 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1701382714,"num_remapped_pgs":0} 2023-11-30T22:18:36.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:35 smithi071 conmon[83797]: audit 2023-11-30T22:18:34.935383+0000 mon.smithi071 (mon.0) 295 : audit [INF] from='client.? 172.21.15.71:0/3779697081' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ddddd466-f86f-46bf-a238-f7ad244b9ec5"}]: dispatch 2023-11-30T22:18:36.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:35 smithi071 conmon[83797]: audit 2023-11-30T22:18:34.939249+0000 mon.smithi071 (mon.0) 296 : audit [INF] from='client.? 172.21.15.71:0/3779697081' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ddddd466-f86f-46bf-a238-f7ad244b9ec5"}]': finished 2023-11-30T22:18:36.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:35 smithi071 conmon[83797]: cluster 2023-11-30T22:18:34.939291+0000 mon.smithi071 (mon.0) 297 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-30T22:18:36.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:35 smithi071 conmon[83797]: audit 2023-11-30T22:18:34.939405+0000 mon.smithi071 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-30T22:18:36.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:35 smithi071 conmon[83797]: audit 2023-11-30T22:18:34.939833+0000 mon.smithi071 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:36.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:35 smithi071 conmon[83797]: audit 2023-11-30T22:18:34.940098+0000 mon.smithi071 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:18:36.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:35 smithi071 conmon[83797]: audit 2023-11-30T22:18:34.940355+0000 mon.smithi071 (mon.0) 301 : 2023-11-30T22:18:36.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:35 smithi071 conmon[83797]: audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:18:36.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:35 smithi071 conmon[83797]: audit 2023-11-30T22:18:34.940600+0000 mon.smithi071 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:18:36.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:35 smithi071 conmon[83797]: audit 2023-11-30T22:18:34.940864+0000 mon.smithi071 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:18:36.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:35 smithi071 conmon[83797]: audit 2023-11-30T22:18:35.011372+0000 mon.smithi203 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.203:0/3433130057' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-30T22:18:36.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:35 smithi071 conmon[83797]: audit 2023-11-30T22:18:35.097944+0000 mon.smithi071 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.71:0/2676438093' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:36.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: audit 2023-11-30T22:18:34.935383+0000 mon.smithi071 (mon.0) 295 : audit 2023-11-30T22:18:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: [INF] from='client.? 172.21.15.71:0/3779697081' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ddddd466-f86f-46bf-a238-f7ad244b9ec5"}]: dispatch 2023-11-30T22:18:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: audit 2023-11-30T22:18:34.939249+0000 mon.smithi071 (mon.0) 296 : audit [INF] from='client.? 172.21.15.71:0/3779697081' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ddddd466-f86f-46bf-a238-f7ad244b9ec5"}]': finished 2023-11-30T22:18:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: cluster 2023-11-30T22:18 2023-11-30T22:18:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: :34.939291+0000 mon.smithi071 (mon 2023-11-30T22:18:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: .0) 297 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-30T22:18:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: 2023-11-30T22:18:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: audit 2023-11- 2023-11-30T22:18:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: 30T22:18:34.939405 2023-11-30T22:18:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: +0000 mon.smithi071 (mon.0) 298 : 2023-11-30T22:18:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-30T22:18:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: audit 2023-11-30T22:18:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: 2023-11-30T22: 2023-11-30T22:18:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: 18:34.939833+0000 mon.smithi071 ( 2023-11-30T22:18:36.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: mon.0) 299 : audit [DBG] 2023-11-30T22:18:36.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:36.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: audit 2023- 2023-11-30T22:18:36.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: 11-30T22:18:34 2023-11-30T22:18:36.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: .940098+0000 mon.smithi071 (mon.0) 2023-11-30T22:18:36.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: 300 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:18:36.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: audit 2023-11-30T22:18:36.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: 2023-11-30T22:18: 2023-11-30T22:18:36.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: 34.940355+0000 mon.smithi071 (mon. 2023-11-30T22:18:36.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: 0) 301 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:18:36.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: 2023-11-30T22:18:36.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: audit 2023-11- 2023-11-30T22:18:36.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: 30T22:18:34.940600 2023-11-30T22:18:36.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: +0000 mon.smithi071 (mon.0) 302 2023-11-30T22:18:36.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:18:36.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: audit 2023- 2023-11-30T22:18:36.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: 11-30T22:18:34.940864 2023-11-30T22:18:36.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: +0000 mon.smithi071 (mon.0) 303 : 2023-11-30T22:18:36.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:18:36.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: audit 2023- 2023-11-30T22:18:36.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: 11-30T22:18:35.011372 2023-11-30T22:18:36.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: +0000 mon.smithi203 (mon.1) 7 2023-11-30T22:18:36.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: : audit [DBG] from='client.? 172.21.15.203:0/3433130057' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-30T22:18:36.384 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: audit 2023- 2023-11-30T22:18:36.384 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: 11-30T22:18:35. 2023-11-30T22:18:36.384 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: 097944+0000 mon.smithi071 (mon.0) 304 2023-11-30T22:18:36.384 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:35 smithi203 conmon[88363]: : audit [DBG] from='client.? 172.21.15.71:0/2676438093' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:36.883 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-30T22:18:37.305 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:36 smithi071 conmon[83797]: cluster 2023-11-30T22:18:35.580123+0000 mgr.smithi071.nfuwvn (mgr.14180) 77 : cluster 2023-11-30T22:18:37.306 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:36 smithi071 conmon[83797]: [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:37.306 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:36 smithi071 conmon[83797]: audit 2023-11-30T22:18:36.401688+0000 mon.smithi071 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.71:0/535989745' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-30T22:18:37.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:36 smithi203 conmon[88363]: cluster 2023-11-30T22:18:35.580123+0000 mgr.smithi071.nfuwvn (mgr.14180) 77 : cluster [DBG] 2023-11-30T22:18:37.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:36 smithi203 conmon[88363]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:37.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:36 smithi203 conmon[88363]: audit 2023-11-30T22:18:36.401688+0000 mon.smithi071 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.71:0/535989745' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-30T22:18:38.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: audit 2023-11-30T22:18:37.526310+0000 mon.smithi203 (mon.1) 2023-11-30T22:18:38.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: 8 : audit [INF] from='client.? 172.21.15.203:0/2877309490' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2267faa3-93c0-486a-b810-c53785c85aa6"}]: dispatch 2023-11-30T22:18:38.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: audit 2023-11-30T22:18:37.526708+0000 mon.smithi071 (mon.0) 306 : 2023-11-30T22:18:38.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2267faa3-93c0-486a-b810-c53785c85aa6"}]: dispatch 2023-11-30T22:18:38.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: audit 2023-11-30T 2023-11-30T22:18:38.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: 22:18:37.530387+0000 mon.smithi071 (mon.0) 2023-11-30T22:18:38.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2267faa3-93c0-486a-b810-c53785c85aa6"}]': finished 2023-11-30T22:18:38.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: cluster 2023-11-30T22:18:38.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: 2023-11-30T 2023-11-30T22:18:38.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: 22:18:37.530456+0000 mon.smithi071 2023-11-30T22:18:38.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: (mon.0) 308 : cluster [DBG] 2023-11-30T22:18:38.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: osdmap e12: 7 total, 0 up, 7 in 2023-11-30T22:18:38.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: audit 2023-11- 2023-11-30T22:18:38.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: 30T22:18:37.530558+0000 2023-11-30T22:18:38.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: mon.smithi071 (mon.0) 309 : 2023-11-30T22:18:38.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-30T22:18:38.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: audit 2023- 2023-11-30T22:18:38.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: 11-30T22:18:37. 2023-11-30T22:18:38.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: 530838+0000 mon.smithi071 (mon.0) 2023-11-30T22:18:38.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: 310 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:38.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: audit 2023 2023-11-30T22:18:38.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: -11-30T22:18:37. 2023-11-30T22:18:38.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: 531007+0000 mon.smithi071 (mon.0) 311 2023-11-30T22:18:38.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:18:38.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: audit 2023 2023-11-30T22:18:38.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: -11-30T22:18:37. 2023-11-30T22:18:38.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: 531166+0000 mon.smithi071 (mon.0) 2023-11-30T22:18:38.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: 312 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:18:38.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: audit 2023 2023-11-30T22:18:38.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: -11-30T22:18:37 2023-11-30T22:18:38.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: .531327+0000 mon.smithi071 (mon.0 2023-11-30T22:18:38.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: ) 313 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:18:38.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: audit 2023 2023-11-30T22:18:38.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: -11-30T22:18:37.531492 2023-11-30T22:18:38.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: +0000 mon.smithi071 (mon.0) 314 : 2023-11-30T22:18:38.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:18:38.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: audit 2023- 2023-11-30T22:18:38.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: 11-30T22:18:37. 2023-11-30T22:18:38.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: 531651+0000 mon.smithi071 (mon.0) 2023-11-30T22:18:38.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:37 smithi071 conmon[83797]: 315 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:18:38.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:37 smithi203 conmon[88363]: audit 2023-11-30T22:18:37.526310+0000 mon.smithi203 (mon.1) 8 : audit [INF] from='client.? 172.21.15.203:0/2877309490' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2267faa3-93c0-486a-b810-c53785c85aa6"}]: dispatch 2023-11-30T22:18:38.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:37 smithi203 conmon[88363]: audit 2023-11-30T22:18:37.526708+0000 mon.smithi071 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2267faa3-93c0-486a-b810-c53785c85aa6"}]: dispatch 2023-11-30T22:18:38.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:37 smithi203 conmon[88363]: audit 2023-11-30T22:18:37.530387+0000 mon.smithi071 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2267faa3-93c0-486a-b810-c53785c85aa6"}]': finished 2023-11-30T22:18:38.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:37 smithi203 conmon[88363]: cluster 2023-11-30T22:18:37.530456+0000 mon.smithi071 (mon.0) 308 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-30T22:18:38.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:37 smithi203 conmon[88363]: audit 2023-11-30T22:18:37.530558 2023-11-30T22:18:38.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:37 smithi203 conmon[88363]: +0000 mon.smithi071 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-30T22:18:38.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:37 smithi203 conmon[88363]: audit 2023-11-30T22:18:38.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:37 smithi203 conmon[88363]: 2023-11-30T22:18:37.530838+0000 mon.smithi071 (mon.0) 310 : audit 2023-11-30T22:18:38.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:37 smithi203 conmon[88363]: [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:38.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:37 smithi203 conmon[88363]: audit 2023-11-30T22:18:37 2023-11-30T22:18:38.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:37 smithi203 conmon[88363]: .531007+0000 mon.smithi071 (mon.0) 311 : audit 2023-11-30T22:18:38.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:37 smithi203 conmon[88363]: [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:18:38.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:37 smithi203 conmon[88363]: audit 2023-11-30T 2023-11-30T22:18:38.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:37 smithi203 conmon[88363]: 22:18:37.531166+0000 mon.smithi071 (mon.0) 2023-11-30T22:18:38.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:37 smithi203 conmon[88363]: 312 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:18:38.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:37 smithi203 conmon[88363]: audit 2023-11-30T22:18 2023-11-30T22:18:38.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:37 smithi203 conmon[88363]: :37.531327+0000 mon.smithi071 (mon.0) 313 : audit [DBG] 2023-11-30T22:18:38.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:37 smithi203 conmon[88363]: from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:18:38.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:37 smithi203 conmon[88363]: audit 2023 2023-11-30T22:18:38.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:37 smithi203 conmon[88363]: -11-30T22:18:37.531492+0000 mon.smithi071 (mon 2023-11-30T22:18:38.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:37 smithi203 conmon[88363]: .0) 314 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:18:38.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:37 smithi203 conmon[88363]: audit 2023-11- 2023-11-30T22:18:38.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:37 smithi203 conmon[88363]: 30T22:18:37.531651+0000 mon.smithi071 ( 2023-11-30T22:18:38.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:37 smithi203 conmon[88363]: mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:18:38.759 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:18:39.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:38 smithi071 conmon[83797]: cluster 2023-11-30T22:18:37.580431+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:18:39.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:38 smithi071 conmon[83797]: ) 78 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:39.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:38 smithi071 conmon[83797]: audit 2023-11-30T22:18:38.700442+0000 mon.smithi203 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.203:0/2795307691' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-30T22:18:39.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:38 smithi071 conmon[83797]: audit 2023-11-30T22:18:38.757112+0000 mon.smithi071 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.71:0/3354172687' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:39.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:38 smithi203 conmon[88363]: cluster 2023-11-30T22:18:37.580431+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:18:39.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:38 smithi203 conmon[88363]: .14180) 78 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:39.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:38 smithi203 conmon[88363]: audit 2023-11-30T22:18:38.700442+0000 mon.smithi203 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.203:0/2795307691' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-30T22:18:39.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:38 smithi203 conmon[88363]: audit 2023-11-30T22:18:39.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:38 smithi203 conmon[88363]: 2023-11-30T22:18:38.757112 2023-11-30T22:18:39.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:38 smithi203 conmon[88363]: +0000 mon.smithi071 (mon.0) 316 : audit [DBG] 2023-11-30T22:18:39.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:38 smithi203 conmon[88363]: from='client.? 172.21.15.71:0/3354172687' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:39.440 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1701382717,"num_remapped_pgs":0} 2023-11-30T22:18:40.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:39 smithi071 conmon[83797]: audit 2023-11-30T22:18:38.956126+0000 mon.smithi071 (mon.0) 317 : audit [INF] from='client.? 172.21.15.71:0/1519951172' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fb08748f-845d-4036-a293-464eb99f78be"}]: dispatch 2023-11-30T22:18:40.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:39 smithi071 conmon[83797]: audit 2023-11-30T22:18:38.959251+0000 mon.smithi071 (mon.0) 318 : audit [INF] from='client.? 172.21.15.71:0/1519951172' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fb08748f-845d-4036-a293-464eb99f78be"}]': finished 2023-11-30T22:18:40.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:39 smithi071 conmon[83797]: cluster 2023-11-30T22:18:38.959300+0000 mon.smithi071 (mon.0) 319 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-30T22:18:40.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:39 smithi071 conmon[83797]: audit 2023-11-30T22:18:38.959384+0000 mon.smithi071 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-30T22:18:40.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:39 smithi071 conmon[83797]: audit 2023-11-30T22:18:38.959726+0000 mon.smithi071 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:40.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:39 smithi071 conmon[83797]: audit 2023-11-30T22:18:38.959943+0000 mon.smithi071 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:18:40.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:39 smithi071 conmon[83797]: audit 2023-11-30T22:18:38.960155+0000 mon.smithi071 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:18:40.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:39 smithi071 conmon[83797]: audit 2023-11-30T22:18:40.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:39 smithi071 conmon[83797]: 2023-11-30T22:18:38.960373+0000 mon.smithi071 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:18:40.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:39 smithi071 conmon[83797]: audit 2023-11-30T22:18:38.960606+0000 mon.smithi071 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:18:40.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:39 smithi071 conmon[83797]: audit 2023-11-30T22:18:38.960839+0000 mon.smithi071 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:18:40.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:39 smithi071 conmon[83797]: audit 2023-11-30T22:18:38.961071+0000 mon.smithi071 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:18:40.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: audit 2023-11-30T22:18:38.956126+0000 mon.smithi071 (mon.0) 317 : audit [INF] from='client.? 172.21.15.71:0/1519951172' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fb08748f-845d-4036-a293-464eb99f78be"}]: dispatch 2023-11-30T22:18:40.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: audit 2023-11-30T22:18:38.959251+0000 mon.smithi071 (mon.0) 318 : audit [INF] from='client.? 172.21.15.71:0/1519951172' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fb08748f-845d-4036-a293-464eb99f78be"}]': finished 2023-11-30T22:18:40.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: cluster 2023-11-30T22:18:40.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: 2023-11-30T22:18:38.959300+0000 mon.smithi071 (mon.0) 319 : 2023-11-30T22:18:40.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-30T22:18:40.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: audit 2023-11-30T22: 2023-11-30T22:18:40.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: 18:38.959384+0000 mon.smithi071 (mon.0) 320 : 2023-11-30T22:18:40.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-30T22:18:40.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: audit 2023-11-30T22:18 2023-11-30T22:18:40.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: :38.959726+0000 mon.smithi071 (mon.0) 321 2023-11-30T22:18:40.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:40.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: audit 2023-11-30T22 2023-11-30T22:18:40.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: :18:38.959943+0000 mon.smithi071 (mon.0) 2023-11-30T22:18:40.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: 322 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:18:40.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: audit 2023-11-30T22 2023-11-30T22:18:40.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: :18:38.960155+0000 mon.smithi071 (mon.0 2023-11-30T22:18:40.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: ) 323 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:18:40.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: audit 2023-11-30T 2023-11-30T22:18:40.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: 22:18:38.960373+0000 mon.smithi071 (mon.0) 2023-11-30T22:18:40.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: 324 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:18:40.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: audit 2023-11-30T 2023-11-30T22:18:40.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: 22:18:38.960606+0000 mon.smithi071 (mon. 2023-11-30T22:18:40.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: 0) 325 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:18:40.384 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: audit 2023-11 2023-11-30T22:18:40.384 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: -30T22:18:38.960839+0000 mon.smithi071 ( 2023-11-30T22:18:40.384 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:18:40.384 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: audit 2023 2023-11-30T22:18:40.384 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: -11-30T22:18:38.961071+0000 2023-11-30T22:18:40.384 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: mon.smithi071 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:18:40.384 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:39 smithi203 conmon[88363]: 2023-11-30T22:18:40.441 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-30T22:18:41.225 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:40 smithi071 conmon[83797]: cluster 2023-11-30T22:18:39.580858+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:18:41.225 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:40 smithi071 conmon[83797]: .14180) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:41.225 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:40 smithi071 conmon[83797]: audit 2023-11-30T22:18:40.286759+0000 mon.smithi071 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.71:0/2181849838' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-30T22:18:41.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:40 smithi203 conmon[88363]: cluster 2023-11-30T22:18:39.580858+0000 mgr.smithi071.nfuwvn (mgr.14180) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:41.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:40 smithi203 conmon[88363]: audit 2023-11-30T22:18:40.286759+0000 mon.smithi071 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.71:0/2181849838' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-30T22:18:42.249 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:18:43.137 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:42 smithi203 conmon[88363]: cluster 2023-11-30T22:18:41.581138+0000 mgr.smithi071.nfuwvn (mgr.14180) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:43.138 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:42 smithi203 conmon[88363]: audit 2023-11-30T22:18:42.243083+0000 mon.smithi071 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.71:0/2959610451' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:43.150 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1701382718,"num_remapped_pgs":0} 2023-11-30T22:18:43.285 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:42 smithi071 conmon[83797]: cluster 2023-11-30T22:18:41.581138+0000 mgr.smithi071.nfuwvn (mgr.14180) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:43.285 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:42 smithi071 conmon[83797]: audit 2023-11-30T22:18:42.243083+0000 mon.smithi071 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.71:0/2959610451' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:44.152 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-30T22:18:45.087 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:44 smithi203 conmon[88363]: cluster 2023-11-30T22:18:43.581394+0000 mgr.smithi071.nfuwvn (mgr.14180) 81 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:45.088 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:44 smithi203 conmon[88363]: audit 2023-11-30T22:18:44.187371+0000 mon.smithi071 (mon.0) 330 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-30T22:18:45.088 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:44 smithi203 conmon[88363]: audit 2023-11-30T22:18:44.187965+0000 mon.smithi071 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:18:45.145 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:44 smithi071 conmon[83797]: cluster 2023-11-30T22:18:43.581394+0000 mgr.smithi071.nfuwvn (mgr.14180) 81 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:45.146 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:44 smithi071 conmon[83797]: audit 2023-11-30T22:18:44.187371+0000 mon.smithi071 (mon.0) 330 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-30T22:18:45.146 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:44 smithi071 conmon[83797]: audit 2023-11-30T22:18:44.187965+0000 mon.smithi071 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:18:46.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:45 smithi203 conmon[88363]: cephadm 2023-11-30T22:18:44.188471+0000 mgr.smithi071.nfuwvn (mgr.14180) 82 : cephadm [INF] Deploying daemon osd.0 on smithi203 2023-11-30T22:18:46.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:45 smithi071 conmon[83797]: cephadm 2023-11-30T22:18:44.188471+0000 mgr.smithi071.nfuwvn (mgr.14180) 82 : cephadm [INF] Deploying daemon osd.0 on smithi203 2023-11-30T22:18:46.841 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:18:47.053 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:46 smithi203 conmon[88363]: cluster 2023-11-30T22:18:45.581639+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:18:47.054 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:46 smithi203 conmon[88363]: 83 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:47.054 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:46 smithi203 conmon[88363]: audit 2023-11-30T22:18:46.380614+0000 mon.smithi071 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-30T22:18:47.054 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:46 smithi203 conmon[88363]: audit 2023-11-30T22:18:46.381271+0000 mon.smithi071 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:18:47.054 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:46 smithi203 conmon[88363]: audit 2023-11-30T22:18:46.840024+0000 mon.smithi071 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.71:0/361831659' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:47.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:46 smithi071 conmon[83797]: cluster 2023-11-30T22:18: 2023-11-30T22:18:47.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:46 smithi071 conmon[83797]: 45.581639+0000 mgr.smithi071.nfuwvn (mgr.14180) 83 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:47.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:46 smithi071 conmon[83797]: audit 2023-11-30T22:18:46.380614+0000 mon.smithi071 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-30T22:18:47.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:46 smithi071 conmon[83797]: audit 2023-11-30T22:18:46.381271+0000 mon.smithi071 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:18:47.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:46 smithi071 conmon[83797]: audit 2023-11-30T22:18:46.840024+0000 mon.smithi071 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.71:0/361831659' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:47.906 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1701382718,"num_remapped_pgs":0} 2023-11-30T22:18:48.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:47 smithi071 conmon[83797]: cephadm 2023-11-30T22:18:46.381884+0000 mgr.smithi071.nfuwvn (mgr.14180) 84 : cephadm [INF] Deploying daemon osd.1 on smithi071 2023-11-30T22:18:48.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:47 smithi203 conmon[88363]: cephadm 2023-11-30T22:18:46.381884+0000 mgr.smithi071.nfuwvn (mgr.14180) 84 : cephadm [INF] Deploying daemon osd.1 on smithi071 2023-11-30T22:18:48.907 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-30T22:18:49.251 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:48 smithi203 conmon[88363]: cluster 2023-11-30T22:18:47.581863+0000 mgr.smithi071.nfuwvn (mgr.14180) 85 2023-11-30T22:18:49.251 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:48 smithi203 conmon[88363]: : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:49.321 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:48 smithi071 conmon[83797]: cluster 2023-11-30T22:18:47.581863+0000 mgr.smithi071.nfuwvn (mgr.14180) 85 : cluster 2023-11-30T22:18:49.322 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:48 smithi071 conmon[83797]: [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:50.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:50 smithi071 conmon[83797]: audit 2023-11-30T22:18:49.434561+0000 mon.smithi071 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:50.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:50 smithi071 conmon[83797]: audit 2023-11-30T22:18:49.435294+0000 mon.smithi071 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-30T22:18:50.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:50 smithi071 conmon[83797]: audit 2023-11-30T22:18:49.435937+0000 mon.smithi071 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:18:50.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:50 smithi071 conmon[83797]: cephadm 2023-11-30T22:18:49.436479+0000 mgr.smithi071.nfuwvn (mgr.14180) 86 : cephadm [INF] Deploying daemon osd.2 on smithi203 2023-11-30T22:18:50.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:50 smithi071 conmon[83797]: cluster 2023-11-30T22:18:49.582089+0000 mgr.smithi071.nfuwvn (mgr.14180) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:50.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:50 smithi203 conmon[88363]: audit 2023-11-30T22:18:49.434561+0000 mon.smithi071 2023-11-30T22:18:50.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:50 smithi203 conmon[88363]: (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:50.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:50 smithi203 conmon[88363]: audit 2023-11-30T22:18:49.435294+0000 mon.smithi071 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-30T22:18:50.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:50 smithi203 conmon[88363]: audit 2023-11-30T22:18:49.435937+0000 mon.smithi071 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:18:50.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:50 smithi203 conmon[88363]: cephadm 2023-11-30T22:18:49.436479+0000 mgr.smithi071.nfuwvn (mgr.14180) 86 : cephadm [INF] Deploying daemon osd.2 on smithi203 2023-11-30T22:18:50.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:50 smithi203 conmon[88363]: cluster 2023-11-30T22:18:49.582089+0000 mgr.smithi071.nfuwvn (mgr.14180) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:51.079 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:18:51.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:51 smithi071 conmon[83797]: audit 2023-11-30T22:18:51.078140+0000 mon.smithi071 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.71:0/910388700' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:51.715 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:51 smithi071 conmon[83797]: 2023-11-30T22:18:51.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:51 smithi203 conmon[88363]: audit 2023-11-30T22:18:51.078140+0000 mon.smithi071 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.71:0/910388700' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:52.247 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1701382718,"num_remapped_pgs":0} 2023-11-30T22:18:52.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:52 smithi071 conmon[83797]: cluster 2023-11-30T22:18:51.582402+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:18:52.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:52 smithi071 conmon[83797]: 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:52.868 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:52 smithi203 conmon[88363]: cluster 2023-11-30T22:18:51.582402+0000 mgr.smithi071.nfuwvn (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:53.248 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-30T22:18:53.586 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:53 smithi071 conmon[83797]: audit 2023-11-30T22:18:52.617644+0000 mon.smithi203 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.203:6800/520719249,v1:172.21.15.203:6801/520719249]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-30T22:18:53.586 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:53 smithi071 conmon[83797]: audit 2023-11-30T22:18:52.617980+0000 mon.smithi071 (mon.0) 339 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-30T22:18:53.586 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:53 smithi071 conmon[83797]: audit 2023-11-30T22:18:52.769713+0000 mon.smithi071 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:53.586 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:53 smithi071 conmon[83797]: audit 2023-11-30T22:18:52.770372+0000 mon.smithi071 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-30T22:18:53.587 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:53 smithi071 conmon[83797]: audit 2023-11-30T22:18:52.770971+0000 mon.smithi071 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:18:53.587 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:53 smithi071 conmon[83797]: cephadm 2023-11-30T22:18:52.771465+0000 mgr.smithi071.nfuwvn (mgr.14180) 89 : cephadm [INF] Deploying daemon osd.3 on smithi071 2023-11-30T22:18:53.762 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:53 smithi203 conmon[88363]: audit 2023-11-30T22:18:52.617644+0000 mon.smithi203 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.203:6800/520719249,v1:172.21.15.203:6801/520719249]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-30T22:18:53.762 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:53 smithi203 conmon[88363]: 2023-11-30T22:18:53.762 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:53 smithi203 conmon[88363]: audit 2023-11-30T22:18:52.617980+0000 mon.smithi071 (mon.0) 339 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-30T22:18:53.762 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:53 smithi203 conmon[88363]: audit 2023-11-30T22:18:52.769713+0000 mon.smithi071 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:53.762 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:53 smithi203 conmon[88363]: audit 2023-11-30T22:18:52.770372+0000 mon.smithi071 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-30T22:18:53.762 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:53 smithi203 conmon[88363]: audit 2023-11-30T22:18:52.770971+0000 mon.smithi071 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:18:53.762 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:53 smithi203 conmon[88363]: cephadm 2023-11-30T22:18:52.771465+0000 mgr.smithi071.nfuwvn (mgr.14180) 89 : cephadm [INF] Deploying daemon osd.3 on smithi071 2023-11-30T22:18:54.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:54 smithi071 conmon[83797]: audit 2023-11-30T22:18:53.451389+0000 mon.smithi071 (mon. 2023-11-30T22:18:54.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:54 smithi071 conmon[83797]: 0) 343 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-30T22:18:54.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:54 smithi071 conmon[83797]: cluster 2023-11-30T22:18:53.451485+0000 mon.smithi071 (mon.0) 344 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-30T22:18:54.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:54 smithi071 conmon[83797]: audit 2023-11-30T22:18:53.451602+0000 mon.smithi071 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-30T22:18:54.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:54 smithi071 conmon[83797]: audit 2023-11-30T22:18:53.451877+0000 mon.smithi071 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:54.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:54 smithi071 conmon[83797]: audit 2023-11-30T22:18:53.452033+0000 mon.smithi071 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:18:54.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:54 smithi071 conmon[83797]: audit 2023-11-30T22:18:53.452180+0000 mon.smithi071 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:18:54.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:54 smithi071 conmon[83797]: audit 2023-11-30T22:18:53.452319+0000 mon.smithi071 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:18:54.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:54 smithi071 conmon[83797]: audit 2023-11-30T22:18:53.452463+0000 mon.smithi071 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:18:54.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:54 smithi071 conmon[83797]: audit 2023-11-30T22:18:53.452620+0000 mon.smithi071 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:18:54.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:54 smithi071 conmon[83797]: audit 2023-11-30T22:18:53.452772+0000 mon.smithi071 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:18:54.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:54 smithi071 conmon[83797]: audit 2023-11-30T22:18:53.456557+0000 mon.smithi203 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.203:6800/520719249,v1:172.21.15.203:6801/520719249]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-11-30T22:18:54.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:54 smithi071 conmon[83797]: audit 2023-11-30T22:18:53.456933+0000 mon.smithi071 (mon.0) 353 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-11-30T22:18:54.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:54 smithi071 conmon[83797]: cluster 2023-11-30T22:18:53.582714+0000 mgr.smithi071.nfuwvn (mgr.14180) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:54.740 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:54 smithi203 conmon[88363]: audit 2023-11-30T22:18:53.451389+0000 mon.smithi071 (mon.0) 343 : audit 2023-11-30T22:18:54.740 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:54 smithi203 conmon[88363]: [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-30T22:18:54.741 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:54 smithi203 conmon[88363]: cluster 2023-11-30T22:18:53.451485+0000 mon.smithi071 (mon.0) 344 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-30T22:18:54.741 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:54 smithi203 conmon[88363]: audit 2023-11-30T22:18:53.451602+0000 mon.smithi071 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-30T22:18:54.741 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:54 smithi203 conmon[88363]: audit 2023-11-30T22:18:53.451877+0000 mon.smithi071 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:54.741 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:54 smithi203 conmon[88363]: audit 2023-11-30T22:18:53.452033+0000 mon.smithi071 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:18:54.741 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:54 smithi203 conmon[88363]: audit 2023-11-30T22:18:53.452180+0000 mon.smithi071 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:18:54.741 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:54 smithi203 conmon[88363]: audit 2023-11-30T22:18:53.452319+0000 mon.smithi071 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:18:54.741 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:54 smithi203 conmon[88363]: audit 2023-11-30T22:18:53.452463+0000 mon.smithi071 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:18:54.741 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:54 smithi203 conmon[88363]: audit 2023-11-30T22:18:53.452620+0000 mon.smithi071 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:18:54.741 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:54 smithi203 conmon[88363]: audit 2023-11-30T22:18:53.452772+0000 mon.smithi071 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:18:54.741 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:54 smithi203 conmon[88363]: audit 2023-11-30T22:18:53.456557+0000 mon.smithi203 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.203:6800/520719249,v1:172.21.15.203:6801/520719249]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-11-30T22:18:54.741 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:54 smithi203 conmon[88363]: audit 2023-11-30T22:18:53.456933+0000 mon.smithi071 (mon.0) 353 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-11-30T22:18:54.742 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:54 smithi203 conmon[88363]: cluster 2023-11-30T22:18:53.582714+0000 mgr.smithi071.nfuwvn (mgr.14180) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:18:55.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:55 smithi203 conmon[88363]: audit 2023-11-30T22:18:54.456176+0000 mon.smithi071 (mon.0) 2023-11-30T22:18:55.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:55 smithi203 conmon[88363]: 354 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2023-11-30T22:18:55.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:55 smithi203 conmon[88363]: cluster 2023-11-30T22:18:54.456232+0000 mon.smithi071 (mon.0) 355 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-30T22:18:55.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:55 smithi203 conmon[88363]: audit 2023-11-30T22:18:54.456610+0000 mon.smithi071 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-30T22:18:55.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:55 smithi203 conmon[88363]: audit 2023-11-30T22:18:54.457220+0000 mon.smithi071 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:55.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:55 smithi203 conmon[88363]: audit 2023-11-30T22:18:54.457464+0000 mon.smithi071 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:18:55.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:55 smithi203 conmon[88363]: audit 2023-11-30T22:18:54.457707+0000 mon.smithi071 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:18:55.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:55 smithi203 conmon[88363]: audit 2023-11-30T22:18:54.457970+0000 mon.smithi071 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:18:55.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:55 smithi203 conmon[88363]: audit 2023-11-30T22:18:54.458208+0000 mon.smithi071 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:18:55.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:55 smithi203 conmon[88363]: audit 2023-11-30T22:18:54.458444+0000 mon.smithi071 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:18:55.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:55 smithi203 conmon[88363]: audit 2023-11-30T22:18:54.458679+0000 mon.smithi071 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:18:55.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:55 smithi203 conmon[88363]: audit 2023-11-30T22:18:54.464856+0000 mon.smithi071 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-30T22:18:55.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:55 smithi203 conmon[88363]: audit 2023-11-30T22:18:54.907174+0000 mon.smithi071 (mon.0) 365 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:55.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:55 smithi203 conmon[88363]: audit 2023-11-30T22:18:54.907754+0000 mon.smithi071 (mon.0) 366 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-30T22:18:55.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:55 smithi203 conmon[88363]: audit 2023-11-30T22:18:54.908282+0000 mon.smithi071 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:18:55.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:55 smithi203 conmon[88363]: cephadm 2023-11-30T22:18:54.908729+0000 mgr.smithi071.nfuwvn (mgr.14180) 91 : cephadm [INF] Deploying daemon osd.4 on smithi203 2023-11-30T22:18:55.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:55 smithi071 conmon[83797]: audit 2023-11-30T22:18:54.456176+0000 mon.smithi071 (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=smithi203", "root=default"]}]': finished 2023-11-30T22:18:55.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:55 smithi071 conmon[83797]: cluster 2023-11-30T22:18:54.456232+0000 mon.smithi071 (mon.0) 355 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-30T22:18:55.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:55 smithi071 conmon[83797]: audit 2023-11-30T22:18:54.456610+0000 mon.smithi071 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-30T22:18:55.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:55 smithi071 conmon[83797]: audit 2023-11-30T22:18:54.457220+0000 mon.smithi071 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:55.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:55 smithi071 conmon[83797]: audit 2023-11-30T22:18:54.457464+0000 mon.smithi071 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:18:55.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:55 smithi071 conmon[83797]: audit 2023-11-30T22:18:54.457707+0000 mon.smithi071 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:18:55.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:55 smithi071 conmon[83797]: audit 2023-11-30T22:18:54.457970+0000 mon.smithi071 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:18:55.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:55 smithi071 conmon[83797]: audit 2023-11-30T22:18:54.458208+0000 mon.smithi071 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:18:55.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:55 smithi071 conmon[83797]: audit 2023-11-30T22:18:54.458444+0000 mon.smithi071 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:18:55.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:55 smithi071 conmon[83797]: audit 2023-11-30T22:18:54.458679+0000 mon.smithi071 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:18:55.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:55 smithi071 conmon[83797]: audit 2023-11-30T22:18:54.464856+0000 mon.smithi071 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-30T22:18:55.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:55 smithi071 conmon[83797]: audit 2023-11-30T22:18:54.907174+0000 mon.smithi071 (mon.0) 365 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:18:55.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:55 smithi071 conmon[83797]: audit 2023-11-30T22:18:54.907754+0000 mon.smithi071 (mon.0) 366 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-30T22:18:55.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:55 smithi071 conmon[83797]: audit 2023-11-30T22:18:54.908282+0000 mon.smithi071 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:18:55.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:55 smithi071 conmon[83797]: cephadm 2023-11-30T22:18:54.908729+0000 mgr.smithi071.nfuwvn (mgr.14180) 91 : cephadm [INF] Deploying daemon osd.4 on smithi203 2023-11-30T22:18:55.917 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:18:56.680 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:56 smithi203 conmon[88363]: cluster 2023-11-30T22:18:53.588294+0000 osd.0 (osd 2023-11-30T22:18:56.681 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:56 smithi203 conmon[88363]: .0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-30T22:18:56.681 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:56 smithi203 conmon[88363]: cluster 2023-11-30T22:18:53.588386+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-30T22:18:56.681 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:56 smithi203 conmon[88363]: cluster 2023-11-30T22:18:55.456357+0000 mon.smithi071 (mon.0) 368 : cluster [INF] osd.0 [v2:172.21.15.203:6800/520719249,v1:172.21.15.203:6801/520719249] boot 2023-11-30T22:18:56.681 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:56 smithi203 conmon[88363]: cluster 2023-11-30T22:18:55.456398+0000 mon.smithi071 (mon.0) 369 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-30T22:18:56.681 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:56 smithi203 conmon[88363]: audit 2023-11-30T22:18:55.456685+0000 mon.smithi071 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-30T22:18:56.681 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:56 smithi203 conmon[88363]: audit 2023-11-30T22:18:55.456965+0000 mon.smithi071 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:56.681 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:56 smithi203 conmon[88363]: audit 2023-11-30T22:18:55.457164+0000 mon.smithi071 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:18:56.681 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:56 smithi203 conmon[88363]: audit 2023-11-30T22:18:55.457337+0000 mon.smithi071 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:18:56.681 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:56 smithi203 conmon[88363]: audit 2023-11-30T22:18:55.460360+0000 mon.smithi071 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:18:56.681 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:56 smithi203 conmon[88363]: audit 2023-11-30T22:18:55.460651+0000 mon.smithi071 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:18:56.682 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:56 smithi203 conmon[88363]: audit 2023-11-30T22:18:55.460786+0000 mon.smithi071 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:18:56.682 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:56 smithi203 conmon[88363]: audit 2023-11-30T22:18:55.460934+0000 mon.smithi071 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:18:56.682 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:56 smithi203 conmon[88363]: cluster 2023-11-30T22:18:55.583026+0000 mgr.smithi071.nfuwvn (mgr.14180) 92 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-30T22:18:56.682 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:56 smithi203 conmon[88363]: audit 2023-11-30T22:18:55.915980+0000 mon.smithi071 (mon.0) 378 : audit [DBG] from='client.? 172.21.15.71:0/1342179405' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:56.682 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:56 smithi203 conmon[88363]: audit 2023 2023-11-30T22:18:56.682 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:56 smithi203 conmon[88363]: -11-30T22:18:56.015870+0000 mon.smithi071 (mon.0) 379 : audit [INF] from='osd.1 [v2:172.21.15.71:6802/3128073857,v1:172.21.15.71:6803/3128073857]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-30T22:18:56.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: cluster 2023-11-30T22:18:53.588294+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-30T22:18:56.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: cluster 2023-11-30T22:18:53.588386+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-30T22:18:56.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: cluster 2023-11-30T22:18:55.456357+0000 mon.smithi071 (mon.0) 368 : cluster [INF] osd.0 [v2:172.21.15.203:6800/520719249,v1:172.21.15.203:6801/520719249] boot 2023-11-30T22:18:56.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: cluster 2023-11-30T22:18:55.456398+0000 mon.smithi071 (mon.0) 369 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-30T22:18:56.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: audit 2023-11-30T22:18:55.456685+0000 mon.smithi071 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-30T22:18:56.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: audit 2023-11-30T22:18:55.456965+0000 mon.smithi071 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:56.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: audit 2023-11-30T22:18:55.457164+0000 mon.smithi071 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:18:56.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: audit 2023-11-30T22:18:55.457337+0000 mon.smithi071 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:18:56.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: audit 2023-11-30T22:18:55.460360+0000 mon.smithi071 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:18:56.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: audit 2023-11 2023-11-30T22:18:56.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: -30T22:18:55.460651+0000 mon.smithi071 (mon 2023-11-30T22:18:56.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: .0) 375 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:18:56.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: audit 2023-11-30T22:18:56.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: 2023-11-30T22:18 2023-11-30T22:18:56.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: :55.460786+0000 mon.smithi071 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:18:56.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: 2023-11-30T22:18:56.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: audit 2023-11-30T 2023-11-30T22:18:56.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: 22:18:55.460934+0000 mon.smithi071 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:18:56.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: cluster 2023-11-30T22:18:55 2023-11-30T22:18:56.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: .583026+0000 mgr.smithi071.nfuwvn (mgr.14180) 92 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-30T22:18:56.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: audit 2023-11-30T22:18:56.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: 2023-11-30T22:18: 2023-11-30T22:18:56.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: 55.915980+0000 mon.smithi071 (mon.0) 378 : audit [DBG] 2023-11-30T22:18:56.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: from='client.? 172.21.15.71:0/1342179405' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:18:56.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: audit 2023-11-30T22:18:56.015870+0000 2023-11-30T22:18:56.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:56 smithi071 conmon[83797]: mon.smithi071 (mon.0) 379 : audit [INF] from='osd.1 [v2:172.21.15.71:6802/3128073857,v1:172.21.15.71:6803/3128073857]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-30T22:18:56.910 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":16,"num_osds":8,"num_up_osds":1,"osd_up_since":1701382735,"num_in_osds":8,"osd_in_since":1701382718,"num_remapped_pgs":0} 2023-11-30T22:18:57.748 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:57 smithi203 conmon[88363]: audit 2023-11-30T22:18:56.464716+0000 mon.smithi071 (mon.0) 380 : audit [INF] from='osd.1 [v2:172.21.15.71:6802/3128073857,v1:172.21.15.71:6803/3128073857]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-30T22:18:57.748 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:57 smithi203 conmon[88363]: cluster 2023-11-30T22:18:56.464774+0000 mon.smithi071 (mon.0) 381 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-30T22:18:57.748 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:57 smithi203 conmon[88363]: audit 2023-11-30T22:18:56.464888+0000 mon.smithi071 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:57.748 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:57 smithi203 conmon[88363]: audit 2023-11-30T22:18:56.465287+0000 mon.smithi071 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:18:57.748 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:57 smithi203 conmon[88363]: audit 2023-11-30T22:18:56.465465+0000 mon.smithi071 (mon.0) 384 : audit [INF] from='osd.1 [v2:172.21.15.71:6802/3128073857,v1:172.21.15.71:6803/3128073857]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2023-11-30T22:18:57.748 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:57 smithi203 conmon[88363]: audit 2023-11-30T22:18:56.465662+0000 mon.smithi071 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:18:57.748 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:57 smithi203 conmon[88363]: audit 2023-11-30T22:18:56.465794+0000 mon.smithi071 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:18:57.748 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:57 smithi203 conmon[88363]: audit 2023-11-30T22:18:56.465994+0000 mon.smithi071 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:18:57.749 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:57 smithi203 conmon[88363]: audit 2023-11-30T22:18:57.749 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:57 smithi203 conmon[88363]: 2023-11-30T22:18:56.466191+0000 mon.smithi071 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:18:57.749 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:57 smithi203 conmon[88363]: audit 2023-11-30T22:18:56.466394+0000 mon.smithi071 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:18:57.839 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:57 smithi071 conmon[83797]: audit 2023-11-30T22:18:56.464716+0000 mon.smithi071 ( 2023-11-30T22:18:57.839 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:57 smithi071 conmon[83797]: mon.0) 380 : audit [INF] from='osd.1 [v2:172.21.15.71:6802/3128073857,v1:172.21.15.71:6803/3128073857]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-30T22:18:57.839 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:57 smithi071 conmon[83797]: cluster 2023-11-30T22:18:56.464774+0000 mon.smithi071 (mon.0) 381 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-30T22:18:57.839 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:57 smithi071 conmon[83797]: audit 2023-11-30T22:18:56.464888+0000 mon.smithi071 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:57.840 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:57 smithi071 conmon[83797]: audit 2023-11-30T22:18:56.465287+0000 mon.smithi071 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:18:57.840 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:57 smithi071 conmon[83797]: audit 2023-11-30T22:18:56.465465+0000 mon.smithi071 (mon.0) 384 : audit [INF] from='osd.1 [v2:172.21.15.71:6802/3128073857,v1:172.21.15.71:6803/3128073857]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2023-11-30T22:18:57.840 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:57 smithi071 conmon[83797]: audit 2023-11-30T22:18:56.465662+0000 mon.smithi071 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:18:57.840 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:57 smithi071 conmon[83797]: audit 2023-11-30T22:18:56.465794+0000 mon.smithi071 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:18:57.840 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:57 smithi071 conmon[83797]: audit 2023-11-30T22:18:56.465994+0000 mon.smithi071 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:18:57.840 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:57 smithi071 conmon[83797]: audit 2023-11-30T22:18:56.466191+0000 mon.smithi071 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:18:57.840 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:57 smithi071 conmon[83797]: audit 2023-11-30T22:18:56.466394+0000 mon.smithi071 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:18:57.912 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-30T22:18:58.530 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:58 smithi071 conmon[83797]: audit 2023-11-30T22:18:57.464827 2023-11-30T22:18:58.531 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:58 smithi071 conmon[83797]: +0000 mon.smithi071 (mon.0) 390 : audit [INF] from='osd.1 [v2:172.21.15.71:6802/3128073857,v1:172.21.15.71:6803/3128073857]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2023-11-30T22:18:58.531 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:58 smithi071 conmon[83797]: cluster 2023-11-30T22:18:57.464876+0000 mon.smithi071 (mon.0) 391 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-30T22:18:58.531 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:58 smithi071 conmon[83797]: audit 2023-11-30T22:18:57.465219+0000 mon.smithi071 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:58.531 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:58 smithi071 conmon[83797]: audit 2023-11-30T22:18:57.465433+0000 mon.smithi071 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:18:58.531 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:58 smithi071 conmon[83797]: audit 2023-11-30T22:18:57.468739+0000 mon.smithi071 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:18:58.531 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:58 smithi071 conmon[83797]: audit 2023-11-30T22:18:57.469072+0000 mon.smithi071 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:18:58.532 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:58 smithi071 conmon[83797]: audit 2023-11-30T22:18:57.469232+0000 mon.smithi071 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:18:58.532 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:58 smithi071 conmon[83797]: audit 2023-11-30T22:18:57.469403+0000 mon.smithi071 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:18:58.532 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:58 smithi071 conmon[83797]: audit 2023-11-30T22:18:57.469565+0000 mon.smithi071 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:18:58.532 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:58 smithi071 conmon[83797]: audit 2023-11-30T22:18:57.469823+0000 mon.smithi071 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:58.532 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:58 smithi071 conmon[83797]: cluster 2023-11-30T22:18:57.583263+0000 mgr.smithi071.nfuwvn (mgr.14180) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-30T22:18:58.532 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:58 smithi071 conmon[83797]: audit 2023-11-30T22:18:58.076825+0000 mon.smithi203 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.203:6808/3981209098,v1:172.21.15.203:6809/3981209098]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-30T22:18:58.532 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:58 smithi071 conmon[83797]: audit 2023-11-30T22:18:58.077122+0000 mon.smithi071 (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-30T22:18:58.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: audit 2023-11-30T22:18:57.464827+0000 mon.smithi071 (mon.0) 390 : audit 2023-11-30T22:18:58.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: [INF] from='osd.1 [v2:172.21.15.71:6802/3128073857,v1:172.21.15.71:6803/3128073857]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2023-11-30T22:18:58.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: cluster 2023-11-30T22:18:57.464876+0000 mon.smithi071 (mon.0) 391 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-30T22:18:58.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: audit 2023-11-30T22:18:57.465219+0000 mon.smithi071 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:58.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: audit 2023-11-30T22:18:57.465433+0000 mon.smithi071 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:18:58.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: audit 2023-11-30T22:18:57.468739+0000 mon.smithi071 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:18:58.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: audit 2023-11-30T22:18:57.469072+0000 mon.smithi071 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:18:58.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: audit 2023-11-30T22:18:57.469232+0000 mon.smithi071 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:18:58.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: audit 2023-11-30T22:18:57.469403+0000 mon.smithi071 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:18:58.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: audit 2023-11-30T22:18:57.469565+0000 mon.smithi071 (mon.0) 398 : audit 2023-11-30T22:18:58.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:18:58.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: audit 2023-11-30T22:18:58.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: 2023-11 2023-11-30T22:18:58.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: -30T22:18:57.469823 2023-11-30T22:18:58.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: +0000 mon.smithi071 (mon.0) 399 : 2023-11-30T22:18:58.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:58.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: cluster 2023-11-30T 2023-11-30T22:18:58.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: 22:18:57.583263+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:18:58.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: mgr.14180) 93 : cluster [DBG] 2023-11-30T22:18:58.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: pgmap v60: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-30T22:18:58.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: audit 2023-11-30T22:18:58.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: 2023-11-30T22:18:58 2023-11-30T22:18:58.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: .076825+0000 mon.smithi203 (mon.1) 12 : audit 2023-11-30T22:18:58.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: [INF] from='osd.2 [v2:172.21.15.203:6808/3981209098,v1:172.21.15.203:6809/3981209098]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-30T22:18:58.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: audit 2023- 2023-11-30T22:18:58.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: 11-30T22:18:58.077122+0000 mon.smithi071 ( 2023-11-30T22:18:58.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:58 smithi203 conmon[88363]: mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-30T22:18:59.841 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: cluster 2023-11-30T22:18:56.989879+0000 osd.1 2023-11-30T22:18:59.841 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-30T22:18:59.841 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: cluster 2023-11-30T22:18:56.989936+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-30T22:18:59.841 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: audit 2023-11- 2023-11-30T22:18:59.842 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: 30T22:18:58.469267+0000 mon.smithi071 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:59.842 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: cluster 2023-11-30 2023-11-30T22:18:59.842 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: T22:18:58.472963+0000 mon.smithi071 (mon.0) 402 : cluster [INF] osd.1 [v2:172.21.15.71:6802/3128073857,v1:172.21.15.71:6803/3128073857] boot 2023-11-30T22:18:59.842 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: audit 2023-11-30T22:18:58.473012+0000 mon.smithi071 (mon. 2023-11-30T22:18:59.842 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: 0) 403 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-30T22:18:59.842 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: cluster 2023 2023-11-30T22:18:59.842 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: -11-30T22:18:58.473102+0000 mon.smithi071 (mon.0) 404 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2023-11-30T22:18:59.842 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: audit 2023-11-30T22:18:58.473694+0000 2023-11-30T22:18:59.842 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: mon.smithi071 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:59.842 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: audit 2023-11-30T22:18:58.473938+0000 mon.smithi071 ( 2023-11-30T22:18:59.842 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:18:59.842 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: audit 2023-11-30T22:18:59.843 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: 2023-11-30T22:18:58.474107+0000 mon.smithi203 (mon.1) 2023-11-30T22:18:59.843 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: 13 : audit [INF] from='osd.2 [v2:172.21.15.203:6808/3981209098,v1:172.21.15.203:6809/3981209098]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-11-30T22:18:59.843 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: audit 2023-11-30T22 2023-11-30T22:18:59.843 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: :18:58.474144+0000 mon.smithi071 (mon.0 2023-11-30T22:18:59.843 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: ) 407 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:18:59.843 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: audit 2023-11-30T22:18:58 2023-11-30T22:18:59.843 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: .474303+0000 mon.smithi071 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:18:59.843 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: audit 2023-11-30T 2023-11-30T22:18:59.843 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: 22:18:58.474516+0000 mon.smithi071 (mon.0) 409 2023-11-30T22:18:59.843 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:18:59.843 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: audit 2023-11-30T22:18:59.844 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: 2023-11-30T22:18:58.474725+0000 mon.smithi071 (mon.0) 410 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-11-30T22:18:59.844 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: audit 2023-11-30T22:18:58.474929+0000 mon.smithi071 ( 2023-11-30T22:18:59.844 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:18:59.844 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: audit 2023-11-30T22:18:59.844 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:18:59 smithi071 conmon[83797]: 2023-11-30T22:18:58.475097+0000 mon.smithi071 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:18:59.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: cluster 2023-11-30T22:18:56.989879+0000 2023-11-30T22:18:59.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-30T22:18:59.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: cluster 2023-11-30T22:18: 2023-11-30T22:18:59.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: 56.989936+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-30T22:18:59.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: audit 2023-11-30 2023-11-30T22:18:59.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: T22:18:58.469267+0000 mon.smithi071 (mon.0 2023-11-30T22:18:59.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: ) 401 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:59.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: cluster 2023-11- 2023-11-30T22:18:59.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: 30T22:18:58.472963+0000 mon.smithi071 (mon. 2023-11-30T22:18:59.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: 0) 402 : cluster [INF] osd.1 [v2:172.21.15.71:6802/3128073857,v1:172.21.15.71:6803/3128073857] boot 2023-11-30T22:18:59.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: audit 2023-11 2023-11-30T22:18:59.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: -30T22:18:58.473012+0000 mon.smithi071 (mon. 2023-11-30T22:18:59.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: 0) 403 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-30T22:18:59.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: cluster 2023-11- 2023-11-30T22:18:59.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: 30T22:18:58.473102+0000 mon.smithi071 (mon 2023-11-30T22:18:59.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: .0) 404 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2023-11-30T22:18:59.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: audit 2023-11-30T22:18:59.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: 2023-11-30T22:18:58.473694+0000 mon.smithi071 ( 2023-11-30T22:18:59.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-30T22:18:59.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: audit 2023 2023-11-30T22:18:59.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: -11-30T22:18:58.473938+0000 mon.smithi071 2023-11-30T22:18:59.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:18:59.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: audit 2023 2023-11-30T22:18:59.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: -11-30T22:18:58.474107+0000 2023-11-30T22:18:59.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: mon.smithi203 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.203:6808/3981209098,v1:172.21.15.203:6809/3981209098]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-11-30T22:18:59.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: audit 2023-11-30T22:18:59.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: 2023-11-30T22:18:58.474144+0000 2023-11-30T22:18:59.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: mon.smithi071 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:18:59.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: audit 2023-11-30T22:18:59.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: 2023-11-30T22:18:58.474303+0000 2023-11-30T22:18:59.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: mon.smithi071 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:18:59.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: 2023-11-30T22:18:59.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: audit 2023 2023-11-30T22:18:59.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: -11-30T22:18:58.474516+0000 mon.smithi071 2023-11-30T22:18:59.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:18:59.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: audit 2023 2023-11-30T22:18:59.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: -11-30T22:18:58.474725+0000 mon.smithi071 2023-11-30T22:18:59.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: (mon.0) 410 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-11-30T22:18:59.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: audit 2023 2023-11-30T22:18:59.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: -11-30T22:18:58.474929+0000 mon.smithi071 (mon.0) 2023-11-30T22:18:59.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: 411 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:18:59.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: audit 2023-11- 2023-11-30T22:18:59.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: 30T22:18:58.475097+0000 mon.smithi071 (mon. 2023-11-30T22:18:59.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:18:59 smithi203 conmon[88363]: 0) 412 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:00.249 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:19:00.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:00 smithi071 conmon[83797]: audit 2023-11-30T22:18:59.476259+0000 mon.smithi071 (mon.0) 413 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2023-11-30T22:19:00.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:00 smithi071 conmon[83797]: cluster 2023-11-30T22:18:59.476319+0000 mon.smithi071 (mon.0) 414 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-30T22:19:00.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:00 smithi071 conmon[83797]: audit 2023-11-30T22:18:59.477415+0000 mon.smithi071 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:19:00.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:00 smithi071 conmon[83797]: audit 2023-11-30T22:18:59.477692+0000 mon.smithi071 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:19:00.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:00 smithi071 conmon[83797]: audit 2023-11-30T22:18:59.477896+0000 mon.smithi071 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:19:00.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:00 smithi071 conmon[83797]: audit 2023-11-30T22:18:59.478096+0000 mon.smithi071 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:00.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:00 smithi071 conmon[83797]: audit 2023-11-30T22:18:59.478287+0000 mon.smithi071 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:00.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:00 smithi071 conmon[83797]: audit 2023-11-30T22:18:59.478491+0000 mon.smithi071 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:00.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:00 smithi071 conmon[83797]: audit 2023-11-30T22:18:59.479169+0000 mon.smithi071 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:19:00.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:00 smithi071 conmon[83797]: cluster 2023-11-30T22:18:59.583522+0000 mgr.smithi071.nfuwvn (mgr.14180) 94 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-30T22:19:00.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:00 smithi071 conmon[83797]: audit 2023-11-30T22:19:00.246842+0000 mon.smithi071 (mon.0) 422 : audit [DBG] from='client.? 172.21.15.71:0/112376795' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:19:00.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:00 smithi071 conmon[83797]: audit 2023-11-30T22:19:00.299321+0000 mon.smithi071 (mon.0) 423 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:00.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:00 smithi071 conmon[83797]: audit 2023-11-30T22:19:00.300119+0000 mon.smithi071 (mon. 2023-11-30T22:19:00.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:00 smithi071 conmon[83797]: 0) 424 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-30T22:19:00.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:00 smithi071 conmon[83797]: audit 2023-11-30T22:19:00.300728+0000 mon.smithi071 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:19:00.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:00 smithi071 conmon[83797]: audit 2023-11-30T22:19:00.479364+0000 mon.smithi071 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:19:00.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: audit 2023-11-30T22:18:59.476259+0000 2023-11-30T22:19:00.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: mon.smithi071 (mon.0) 413 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2023-11-30T22:19:00.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: cluster 2023-11-30T22:18:59.476319+0000 mon.smithi071 (mon.0) 414 : cluster [DBG] 2023-11-30T22:19:00.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: osdmap e20: 8 total, 2 up, 8 in 2023-11-30T22:19:00.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: audit 2023-11-30T22:18 2023-11-30T22:19:00.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: :59.477415+0000 mon.smithi071 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:19:00.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: audit 2023- 2023-11-30T22:19:00.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: 11-30T22:18:59.477692+0000 mon.smithi071 (mon 2023-11-30T22:19:00.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: .0) 416 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:19:00.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: audit 2023-11 2023-11-30T22:19:00.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: -30T22:18:59.477896+0000 mon.smithi071 (mon 2023-11-30T22:19:00.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: .0) 417 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:19:00.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: audit 2023- 2023-11-30T22:19:00.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: 11-30T22:18:59.478096+0000 mon.smithi071 2023-11-30T22:19:00.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:00.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: audit 2023 2023-11-30T22:19:00.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: -11-30T22:18:59.478287+0000 mon.smithi071 2023-11-30T22:19:00.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:00.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: audit 2023- 2023-11-30T22:19:00.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: 11-30T22:18:59.478491+0000 mon.smithi071 ( 2023-11-30T22:19:00.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:00.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: audit 2023-11-30T22:19:00.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: 2023-11-30T22:18:59.479169+0000 mon.smithi071 2023-11-30T22:19:00.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:19:00.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: cluster 2023- 2023-11-30T22:19:00.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: 11-30T22:18:59.583522+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:19:00.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: mgr.14180) 94 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-30T22:19:00.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: audit 2023- 2023-11-30T22:19:00.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: 11-30T22:19:00.246842+0000 mon.smithi071 2023-11-30T22:19:00.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: (mon.0) 422 : audit [DBG] from='client.? 172.21.15.71:0/112376795' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:19:00.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: audit 2023-11-30T22:19:00 2023-11-30T22:19:00.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: .299321+0000 mon.smithi071 (mon.0) 423 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:00.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: audit 2023 2023-11-30T22:19:00.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: -11-30T22:19:00.300119+0000 mon.smithi071 2023-11-30T22:19:00.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: (mon.0) 424 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-30T22:19:00.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: audit 2023-11-30T22:19:00.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: 2023-11-30T22:19:00.300728+0000 mon.smithi071 2023-11-30T22:19:00.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:19:00.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: audit 2023 2023-11-30T22:19:00.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: -11-30T22:19:00.479364+0000 mon.smithi071 2023-11-30T22:19:00.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:00 smithi203 conmon[88363]: (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:19:00.987 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":20,"num_osds":8,"num_up_osds":2,"osd_up_since":1701382738,"num_in_osds":8,"osd_in_since":1701382718,"num_remapped_pgs":0} 2023-11-30T22:19:01.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:01 smithi071 conmon[83797]: cluster 2023-11-30T22:18:59.026317+0000 osd.2 (osd.2) 1 : cluster [DBG] 2023-11-30T22:19:01.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:01 smithi071 conmon[83797]: purged_snaps scrub starts 2023-11-30T22:19:01.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:01 smithi071 conmon[83797]: cluster 2023-11-30T22:18:59.026363+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-30T22:19:01.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:01 smithi071 conmon[83797]: cephadm 2023-11-30T22:19:00.301285+0000 mgr.smithi071.nfuwvn (mgr.14180) 95 : cephadm [INF] Deploying daemon osd.5 on smithi071 2023-11-30T22:19:01.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:01 smithi071 conmon[83797]: cluster 2023-11-30T22:19:00.483698+0000 mon.smithi071 (mon.0) 427 : cluster [INF] osd.2 [v2:172.21.15.203:6808/3981209098,v1:172.21.15.203:6809/3981209098] boot 2023-11-30T22:19:01.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:01 smithi071 conmon[83797]: cluster 2023-11-30T22:19:00.483736+0000 mon.smithi071 (mon.0) 428 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-11-30T22:19:01.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:01 smithi071 conmon[83797]: audit 2023-11-30T22:19:00.484088+0000 mon.smithi071 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:19:01.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:01 smithi071 conmon[83797]: audit 2023-11-30T22:19:00.484359+0000 mon.smithi071 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:19:01.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:01 smithi071 conmon[83797]: audit 2023-11-30T22:19:00.484529+0000 mon.smithi071 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:19:01.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:01 smithi071 conmon[83797]: audit 2023-11-30T22:19:00.487843+0000 mon.smithi071 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:01.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:01 smithi071 conmon[83797]: audit 2023-11-30T22:19:00.488208+0000 mon.smithi071 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:01.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:01 smithi071 conmon[83797]: audit 2023-11-30T22:19:00.488341+0000 mon.smithi071 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:01.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:01 smithi071 conmon[83797]: audit 2023-11-30T22:19:00.488502+0000 mon.smithi071 (mon.0) 435 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 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-30T22:19:01.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:01 smithi071 conmon[83797]: audit 2023-11-30T22:19:00.743973+0000 mon.smithi071 (mon.0) 436 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:01.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:01 smithi071 conmon[83797]: audit 2023-11-30T22:19:00.744760+0000 mon.smithi071 (mon.0) 437 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-30T22:19:01.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:01 smithi071 conmon[83797]: audit 2023-11-30T22:19:00.745464+0000 mon.smithi071 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:19:01.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:01 smithi071 conmon[83797]: cephadm 2023-11-30T22:19:00.746076+0000 mgr.smithi071.nfuwvn (mgr.14180) 96 : cephadm [INF] Deploying daemon osd.6 on smithi203 2023-11-30T22:19:01.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: cluster 2023-11-30T22:18:59.026317+0000 osd.2 (osd 2023-11-30T22:19:01.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: .2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-30T22:19:01.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: cluster 2023-11-30T22:18:59.026363+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-30T22:19:01.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: cephadm 2023-11-30T22:19:00.301285+0000 mgr.smithi071.nfuwvn (mgr.14180) 95 : cephadm [INF] Deploying daemon osd.5 on smithi071 2023-11-30T22:19:01.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: cluster 2023-11-30T22:19:00.483698+0000 mon.smithi071 (mon.0) 427 : cluster [INF] osd.2 [v2:172.21.15.203:6808/3981209098,v1:172.21.15.203:6809/3981209098] boot 2023-11-30T22:19:01.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: cluster 2023-11-30T22:19:00.483736+0000 mon.smithi071 (mon.0) 428 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-11-30T22:19:01.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: audit 2023-11-30T22:19:00.484088+0000 mon.smithi071 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-30T22:19:01.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: audit 2023-11-30T22:19:00.484359+0000 mon.smithi071 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:19:01.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: audit 2023-11-30T22:19:00.484529+0000 mon.smithi071 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:19:01.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: audit 2023-11-30T22:19:00.487843+0000 mon.smithi071 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:01.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: audit 2023-11-30T22:19:00.488208+0000 mon.smithi071 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:01.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: audit 2023-11-30T22:19:00.488341+0000 mon.smithi071 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:01.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: audit 2023-11-30T22:19:00.488502 2023-11-30T22:19:01.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: +0000 mon.smithi071 (mon.0) 435 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 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-30T22:19:01.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: audit 2023-11 2023-11-30T22:19:01.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: -30T22:19:00.743973+0000 mon.smithi071 (mon 2023-11-30T22:19:01.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: .0) 436 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:01.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: audit 2023 2023-11-30T22:19:01.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: -11-30T22:19:00.744760+0000 mon.smithi071 2023-11-30T22:19:01.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: (mon.0) 437 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-30T22:19:01.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: audit 2023 2023-11-30T22:19:01.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: -11-30T22:19:00.745464+0000 mon.smithi071 2023-11-30T22:19:01.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:19:01.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: cephadm 2023-11-30T22:19:01.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: 2023-11-30T22:19:00.746076+0000 2023-11-30T22:19:01.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:01 smithi203 conmon[88363]: mgr.smithi071.nfuwvn (mgr.14180) 96 : cephadm [INF] Deploying daemon osd.6 on smithi203 2023-11-30T22:19:01.988 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-30T22:19:02.568 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:02 smithi203 conmon[88363]: audit 2023-11-30T22:19:01.496167+0000 mon.smithi071 (mon.0) 439 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 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-30T22:19:02.568 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:02 smithi203 conmon[88363]: cluster 2023-11-30T22:19:01.496215+0000 mon.smithi071 (mon.0) 440 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-11-30T22:19:02.568 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:02 smithi203 conmon[88363]: audit 2023-11-30T22:19:01.496344+0000 mon.smithi071 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:19:02.568 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:02 smithi203 conmon[88363]: audit 2023-11-30T22:19:01.496625+0000 mon.smithi071 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:19:02.568 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:02 smithi203 conmon[88363]: audit 2023-11-30T22:19:01.496794+0000 mon.smithi071 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:02.568 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:02 smithi203 conmon[88363]: audit 2023-11-30T22:19:01.496977+0000 mon.smithi071 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:02.568 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:02 smithi203 conmon[88363]: audit 2023-11-30T22:19:01.497163+0000 mon.smithi071 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:02.568 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:02 smithi203 conmon[88363]: audit 2023-11-30T22:19:01.497661+0000 mon.smithi071 (mon.0) 446 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-30T22:19:02.569 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:02 smithi203 conmon[88363]: cluster 2023-11-30T22:19:01.583969+0000 mgr.smithi071.nfuwvn (mgr.14180) 97 : cluster [DBG] pgmap v66: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-30T22:19:02.762 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:02 smithi071 conmon[83797]: audit 2023-11-30T22:19:01.496167+0000 mon.smithi071 (mon.0) 439 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 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-30T22:19:02.762 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:02 smithi071 conmon[83797]: cluster 2023-11-30T22:19:01.496215+0000 mon.smithi071 (mon.0) 440 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-11-30T22:19:02.762 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:02 smithi071 conmon[83797]: audit 2023-11-30T22:19:01.496344+0000 mon.smithi071 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:19:02.762 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:02 smithi071 conmon[83797]: audit 2023-11-30T22:19:01.496625+0000 mon.smithi071 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:19:02.762 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:02 smithi071 conmon[83797]: audit 2023-11-30T22:19:01.496794+0000 mon.smithi071 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:02.762 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:02 smithi071 conmon[83797]: audit 2023-11-30T22:19:01.496977+0000 mon.smithi071 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:02.762 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:02 smithi071 conmon[83797]: audit 2023-11-30T22:19:01.497163+0000 mon.smithi071 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:02.762 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:02 smithi071 conmon[83797]: audit 2023-11-30T22:19:01.497661+0000 mon.smithi071 (mon.0) 446 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-30T22:19:02.763 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:02 smithi071 conmon[83797]: cluster 2023-11-30T22:19:01.583969+0000 mgr.smithi071.nfuwvn (mgr.14180) 97 : cluster [DBG] pgmap v66: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-30T22:19:03.517 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:03 smithi071 conmon[83797]: audit 2023-11-30T22:19:02.502242+0000 mon.smithi071 (mon.0 2023-11-30T22:19:03.517 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:03 smithi071 conmon[83797]: ) 447 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-30T22:19:03.518 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:03 smithi071 conmon[83797]: cluster 2023-11-30T22:19:02.502306+0000 mon.smithi071 (mon.0) 448 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-30T22:19:03.518 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:03 smithi071 conmon[83797]: audit 2023-11-30T22:19:02.502583+0000 mon.smithi071 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:19:03.518 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:03 smithi071 conmon[83797]: audit 2023-11-30T22:19:02.503049+0000 mon.smithi071 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:19:03.518 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:03 smithi071 conmon[83797]: audit 2023-11-30T22:19:02.503297+0000 mon.smithi071 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:03.518 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:03 smithi071 conmon[83797]: audit 2023-11-30T22:19:02.503514+0000 mon.smithi071 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:03.518 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:03 smithi071 conmon[83797]: audit 2023-11-30T22:19:02.503727+0000 mon.smithi071 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:03.843 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:03 smithi203 conmon[88363]: audit 2023-11-30T22:19:02.502242+0000 mon.smithi071 (mon.0) 2023-11-30T22:19:03.844 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:03 smithi203 conmon[88363]: 447 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-30T22:19:03.844 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:03 smithi203 conmon[88363]: cluster 2023-11-30T22:19:02.502306+0000 mon.smithi071 (mon.0) 448 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-30T22:19:03.844 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:03 smithi203 conmon[88363]: audit 2023-11-30T22:19:02.502583+0000 mon.smithi071 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:19:03.844 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:03 smithi203 conmon[88363]: audit 2023-11-30T22:19:02.503049+0000 mon.smithi071 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:19:03.844 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:03 smithi203 conmon[88363]: audit 2023-11-30T22:19:02.503297+0000 mon.smithi071 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:03.844 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:03 smithi203 conmon[88363]: audit 2023-11-30T22:19:02.503514+0000 mon.smithi071 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:03.844 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:03 smithi203 conmon[88363]: audit 2023-11-30T22:19:02.503727+0000 mon.smithi071 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:04.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:04 smithi203 conmon[88363]: cluster 2023-11-30T22:19:03.506989+0000 mon.smithi071 (mon.0) 2023-11-30T22:19:04.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:04 smithi203 conmon[88363]: 454 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-30T22:19:04.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:04 smithi203 conmon[88363]: audit 2023-11-30T22:19:03.507132+0000 mon.smithi071 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:19:04.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:04 smithi203 conmon[88363]: audit 2023-11-30T22:19:03.507457+0000 mon.smithi071 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:19:04.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:04 smithi203 conmon[88363]: audit 2023-11-30T22:19:03.507679+0000 mon.smithi071 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:04.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:04 smithi203 conmon[88363]: audit 2023-11-30T22:19:03.507905+0000 mon.smithi071 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:04.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:04 smithi203 conmon[88363]: audit 2023-11-30T22:19:03.508120+0000 mon.smithi071 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:04.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:04 smithi203 conmon[88363]: audit 2023-11-30T22:19:03.519894+0000 mon.smithi071 (mon.0) 460 : audit [INF] from='osd.3 [v2:172.21.15.71:6810/2304071050,v1:172.21.15.71:6811/2304071050]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-30T22:19:04.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:04 smithi203 conmon[88363]: cluster 2023-11-30T22:19:03.584330+0000 mgr.smithi071.nfuwvn (mgr.14180) 98 : cluster [DBG] pgmap v69: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-30T22:19:04.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:04 smithi203 conmon[88363]: audit 2023-11-30T22:19:03.735160+0000 mon.smithi203 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.203:6816/3772951786,v1:172.21.15.203:6817/3772951786]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-30T22:19:04.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:04 smithi203 conmon[88363]: audit 2023-11-30T22:19:03.735640+0000 mon.smithi071 (mon.0) 461 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-30T22:19:04.769 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:19:04.789 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:04 smithi071 conmon[83797]: cluster 2023-11-30T22:19:03.506989+0000 2023-11-30T22:19:04.789 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:04 smithi071 conmon[83797]: mon.smithi071 (mon.0) 454 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-30T22:19:04.790 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:04 smithi071 conmon[83797]: audit 2023-11-30T22:19:03.507132+0000 mon.smithi071 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:19:04.790 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:04 smithi071 conmon[83797]: audit 2023-11-30T22:19:03.507457+0000 mon.smithi071 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:19:04.790 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:04 smithi071 conmon[83797]: audit 2023-11-30T22:19:03.507679+0000 mon.smithi071 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:04.790 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:04 smithi071 conmon[83797]: audit 2023-11-30T22:19:03.507905+0000 mon.smithi071 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:04.790 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:04 smithi071 conmon[83797]: audit 2023-11-30T22:19:03.508120+0000 mon.smithi071 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:04.790 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:04 smithi071 conmon[83797]: audit 2023-11-30T22:19:03.519894+0000 mon.smithi071 (mon.0) 460 : audit [INF] from='osd.3 [v2:172.21.15.71:6810/2304071050,v1:172.21.15.71:6811/2304071050]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-30T22:19:04.790 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:04 smithi071 conmon[83797]: cluster 2023-11-30T22:19:03.584330+0000 mgr.smithi071.nfuwvn (mgr.14180) 98 : cluster [DBG] pgmap v69: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-30T22:19:04.790 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:04 smithi071 conmon[83797]: audit 2023-11-30T22:19:03.735160+0000 mon.smithi203 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.203:6816/3772951786,v1:172.21.15.203:6817/3772951786]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-30T22:19:04.790 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:04 smithi071 conmon[83797]: audit 2023-11-30T22:19:03.735640+0000 mon.smithi071 (mon.0) 461 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-30T22:19:05.571 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":25,"num_osds":8,"num_up_osds":3,"osd_up_since":1701382740,"num_in_osds":8,"osd_in_since":1701382718,"num_remapped_pgs":0} 2023-11-30T22:19:05.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: audit 2023-11-30T22:19:04.513990+0000 mon.smithi071 (mon.0) 462 : 2023-11-30T22:19:05.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: audit [INF] from='osd.3 [v2:172.21.15.71:6810/2304071050,v1:172.21.15.71:6811/2304071050]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-30T22:19:05.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: audit 2023-11-30T22:19:04.514053+0000 mon.smithi071 (mon.0) 463 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-30T22:19:05.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: cluster 2023- 2023-11-30T22:19:05.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: 11-30T22:19:04.514123+0000 mon.smithi071 (mon.0) 464 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2023-11-30T22:19:05.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: audit 2023-11-30T22:19:05.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: 2023-11-30T22:19: 2023-11-30T22:19:05.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: 04.514444+0000 mon.smithi071 (mon.0) 465 : 2023-11-30T22:19:05.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:19:05.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: audit 2023-11- 2023-11-30T22:19:05.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: 30T22:19:04.514701+0000 2023-11-30T22:19:05.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: mon.smithi203 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.203:6816/3772951786,v1:172.21.15.203:6817/3772951786]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-11-30T22:19:05.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: 2023-11-30T22:19:05.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: audit 2023-11-30T22 2023-11-30T22:19:05.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: :19:04.514816+0000 mon.smithi071 (mon. 2023-11-30T22:19:05.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: 0) 466 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:19:05.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: audit 2023-11-30 2023-11-30T22:19:05.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: T22:19:04.515086+0000 mon.smithi071 ( 2023-11-30T22:19:05.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: mon.0) 467 : audit [INF] from='osd.3 [v2:172.21.15.71:6810/2304071050,v1:172.21.15.71:6811/2304071050]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2023-11-30T22:19:05.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: audit 2023-11-30T22:19:05.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: 2023-11-30T22:19 2023-11-30T22:19:05.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: :04.515288+0000 mon.smithi071 (mon.0) 468 : 2023-11-30T22:19:05.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:05.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: audit 2023 2023-11-30T22:19:05.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: -11-30T22:19:04 2023-11-30T22:19:05.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: .515483+0000 mon.smithi071 (mon.0) 469 : audit 2023-11-30T22:19:05.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-11-30T22:19:05.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: audit 2023-11- 2023-11-30T22:19:05.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: 30T22:19:04.515661+0000 2023-11-30T22:19:05.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: mon.smithi071 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:05.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: audit 2023-11-30T22:19:05.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: 2023-11-30T22:19:04 2023-11-30T22:19:05.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: .515820+0000 mon.smithi071 (mon.0) 471 : audit 2023-11-30T22:19:05.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:05.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: audit 2023-11-30 2023-11-30T22:19:05.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: T22:19:04.763182+0000 mon.smithi071 ( 2023-11-30T22:19:05.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:05 smithi203 conmon[88363]: mon.0) 472 : audit [DBG] from='client.? 172.21.15.71:0/961414371' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:19:05.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:05 smithi071 conmon[83797]: audit 2023-11-30T22:19:04. 2023-11-30T22:19:05.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:05 smithi071 conmon[83797]: 513990+0000 mon.smithi071 (mon.0) 462 : audit [INF] from='osd.3 [v2:172.21.15.71:6810/2304071050,v1:172.21.15.71:6811/2304071050]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-30T22:19:05.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:05 smithi071 conmon[83797]: audit 2023-11-30T22:19:04.514053+0000 mon.smithi071 (mon.0) 463 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-30T22:19:05.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:05 smithi071 conmon[83797]: cluster 2023-11-30T22:19:04.514123+0000 mon.smithi071 (mon.0) 464 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2023-11-30T22:19:05.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:05 smithi071 conmon[83797]: audit 2023-11-30T22:19:04.514444+0000 mon.smithi071 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:19:05.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:05 smithi071 conmon[83797]: audit 2023-11-30T22:19:04.514701+0000 mon.smithi203 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.203:6816/3772951786,v1:172.21.15.203:6817/3772951786]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-11-30T22:19:05.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:05 smithi071 conmon[83797]: audit 2023-11-30T22:19:04.514816+0000 mon.smithi071 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:19:05.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:05 smithi071 conmon[83797]: audit 2023-11-30T22:19:04.515086+0000 mon.smithi071 (mon.0) 467 : audit [INF] from='osd.3 [v2:172.21.15.71:6810/2304071050,v1:172.21.15.71:6811/2304071050]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2023-11-30T22:19:05.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:05 smithi071 conmon[83797]: audit 2023-11-30T22:19:04.515288+0000 mon.smithi071 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:05.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:05 smithi071 conmon[83797]: audit 2023-11-30T22:19:04.515483+0000 mon.smithi071 (mon.0) 469 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-11-30T22:19:05.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:05 smithi071 conmon[83797]: audit 2023-11-30T22:19:04.515661+0000 mon.smithi071 (mon.0) 470 : audit 2023-11-30T22:19:05.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:05 smithi071 conmon[83797]: [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:05.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:05 smithi071 conmon[83797]: audit 2023-11-30T22:19:04.515820+0000 mon.smithi071 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:05.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:05 smithi071 conmon[83797]: audit 2023-11 2023-11-30T22:19:05.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:05 smithi071 conmon[83797]: -30T22:19:04.763182+0000 mon.smithi071 (mon.0) 472 : audit [DBG] from='client.? 172.21.15.71:0/961414371' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:19:06.572 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-30T22:19:06.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: cluster 2023-11-30T22:19:04.482535+0000 osd.3 (osd.3) 2023-11-30T22:19:06.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 1 : cluster [DBG] purged_snaps scrub starts 2023-11-30T22:19:06.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: cluster 2023-11-30T22:19:04.482579+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-30T22:19:06.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: audit 2023-11-30T22:19:05.517472+0000 mon.smithi071 (mon.0) 473 : audit [INF] from='osd.3 [v2:172.21.15.71:6810/2304071050,v1:172.21.15.71:6811/2304071050]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2023-11-30T22:19:06.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: audit 2023-11-30T22:19:05.517562 2023-11-30T22:19:06.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: +0000 mon.smithi071 (mon.0) 474 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2023-11-30T22:19:06.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: cluster 2023-11-30T22:19:06.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 2023-11-30T22:19:05.517701+0000 2023-11-30T22:19:06.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: mon.smithi071 (mon.0) 475 : cluster 2023-11-30T22:19:06.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: [DBG] osdmap e26: 8 total, 3 up, 8 in 2023-11-30T22:19:06.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: audit 2023-11- 2023-11-30T22:19:06.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 30T22:19:05.518223+0000 2023-11-30T22:19:06.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: mon.smithi071 (mon.0) 476 : audit 2023-11-30T22:19:06.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:19:06.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: audit 2023-11-30T22 2023-11-30T22:19:06.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: :19:05.518463+0000 mon.smithi071 (mon 2023-11-30T22:19:06.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: .0) 477 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:19:06.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 2023-11-30T22:19:06.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: audit 2023-11-30 2023-11-30T22:19:06.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: T22:19:05.519103+0000 2023-11-30T22:19:06.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: mon.smithi071 (mon.0) 478 : audit 2023-11-30T22:19:06.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:06.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: audit 2023-11-30T22:19:06.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 2023-11-30T22:19: 2023-11-30T22:19:06.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 05.519303+0000 mon.smithi071 (mon. 2023-11-30T22:19:06.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 0) 479 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:06.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: audit 2023- 2023-11-30T22:19:06.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 11-30T22:19:05.519441 2023-11-30T22:19:06.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: +0000 mon.smithi071 (mon.0) 480 : 2023-11-30T22:19:06.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:06.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: audit 2023-11- 2023-11-30T22:19:06.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 30T22:19:05.524295+0000 2023-11-30T22:19:06.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: mon.smithi071 (mon.0) 481 : audit 2023-11-30T22:19:06.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:19:06.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: audit 2023 2023-11-30T22:19:06.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: -11-30T22:19:05. 2023-11-30T22:19:06.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 524737+0000 mon.smithi071 (mon.0) 482 2023-11-30T22:19:06.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:19:06.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: cluster 2023 2023-11-30T22:19:06.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: -11-30T22:19:05. 2023-11-30T22:19:06.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 584634+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:19:06.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 99 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-30T22:19:06.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: audit 2023 2023-11-30T22:19:06.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: -11-30T22:19:06.381637 2023-11-30T22:19:06.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: +0000 mon.smithi071 (mon.0) 2023-11-30T22:19:06.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 483 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:06.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: cluster 2023 2023-11-30T22:19:06.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: -11-30T22:19:06. 2023-11-30T22:19:06.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 516330+0000 mon.smithi071 (mon.0) 484 2023-11-30T22:19:06.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: : cluster [INF] osd.3 [v2:172.21.15.71:6810/2304071050,v1:172.21.15.71:6811/2304071050] boot 2023-11-30T22:19:06.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: cluster 2023- 2023-11-30T22:19:06.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 11-30T22:19:06.516360 2023-11-30T22:19:06.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: +0000 mon.smithi071 (mon.0) 485 : 2023-11-30T22:19:06.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: cluster [INF] osd.4 [v2:172.21.15.203:6816/3772951786,v1:172.21.15.203:6817/3772951786] boot 2023-11-30T22:19:06.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: cluster 2023-11-30T22:19:06.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 2023-11-30T22:19: 2023-11-30T22:19:06.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 06.516400+0000 mon.smithi071 (mon 2023-11-30T22:19:06.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: .0) 486 : cluster [DBG] 2023-11-30T22:19:06.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: osdmap e27: 8 total, 5 up, 8 in 2023-11-30T22:19:06.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: audit 2023-11-30T22:19:06.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 2023-11-30T22:19 2023-11-30T22:19:06.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: :06.516803+0000 mon.smithi071 (mon 2023-11-30T22:19:06.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: .0) 487 : audit [DBG] 2023-11-30T22:19:06.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:19:06.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: audit 2023-11-30T22:19:06.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 2023-11-30T22: 2023-11-30T22:19:06.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 19:06.517098+0000 mon.smithi071 2023-11-30T22:19:06.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: (mon.0) 488 : audit 2023-11-30T22:19:06.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:19:06.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: audit 2023- 2023-11-30T22:19:06.636 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 11-30T22:19:06. 2023-11-30T22:19:06.636 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 517374+0000 mon.smithi071 (mon.0 2023-11-30T22:19:06.636 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: ) 489 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:06.636 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: audit 2023 2023-11-30T22:19:06.636 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: -11-30T22:19:06 2023-11-30T22:19:06.636 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: .517506+0000 mon.smithi071 (mon.0 2023-11-30T22:19:06.636 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: ) 490 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:06.636 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: audit 2023-11-30T22:19:06.636 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 2023-11-30T22:19: 2023-11-30T22:19:06.636 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 06.517647+0000 mon.smithi071 (mon. 2023-11-30T22:19:06.636 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:06 smithi203 conmon[88363]: 0) 491 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:06.785 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: cluster 2023-11-30T22:19: 2023-11-30T22:19:06.785 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: 04.482535+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-30T22:19:06.785 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: cluster 2023-11-30T22:19:04.482579+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-30T22:19:06.785 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: audit 2023-11-30T22:19:05.517472+0000 mon.smithi071 (mon.0) 473 : audit [INF] from='osd.3 [v2:172.21.15.71:6810/2304071050,v1:172.21.15.71:6811/2304071050]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2023-11-30T22:19:06.785 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: audit 2023-11-30T22:19:05.517562+0000 mon.smithi071 (mon.0) 474 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2023-11-30T22:19:06.785 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: cluster 2023-11-30T22:19:05.517701+0000 mon.smithi071 (mon.0) 475 : cluster [DBG] osdmap e26: 8 total, 3 up, 8 in 2023-11-30T22:19:06.785 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: audit 2023-11-30T22:19:05.518223+0000 mon.smithi071 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:19:06.785 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: audit 2023-11-30T22:19:05.518463+0000 mon.smithi071 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:19:06.785 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: audit 2023-11-30T22:19:05.519103+0000 mon.smithi071 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:06.786 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: audit 2023-11-30T22:19:05.519303+0000 mon.smithi071 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:06.786 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: audit 2023-11-30T22:19:05.519441+0000 mon.smithi071 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:06.786 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: audit 2023-11-30T22:19:05.524295+0000 mon.smithi071 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:19:06.786 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: audit 2023-11-30T22:19:05.524737+0000 mon.smithi071 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:19:06.786 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: cluster 2023-11-30T22:19:05.584634+0000 mgr.smithi071.nfuwvn (mgr.14180) 99 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-30T22:19:06.786 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: audit 2023-11-30T22:19:06.381637+0000 mon.smithi071 (mon.0) 483 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:06.786 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: cluster 2023-11-30T22:19:06.516330+0000 mon.smithi071 (mon.0) 484 : cluster 2023-11-30T22:19:06.786 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: [INF] osd.3 [v2:172.21.15.71:6810/2304071050,v1:172.21.15.71:6811/2304071050] boot 2023-11-30T22:19:06.786 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: cluster 2023-11-30T22:19:06.516360+0000 mon.smithi071 (mon.0) 485 : cluster [INF] osd.4 [v2:172.21.15.203:6816/3772951786,v1:172.21.15.203:6817/3772951786] boot 2023-11-30T22:19:06.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: cluster 2023-11-30T22:19:06.516400+0000 mon.smithi071 (mon.0) 486 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2023-11-30T22:19:06.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: audit 2023-11-30T22:19:06.516803+0000 mon.smithi071 (mon.0) 487 : audit 2023-11-30T22:19:06.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-30T22:19:06.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: audit 2023-11-30T22:19:06 2023-11-30T22:19:06.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: .517098+0000 mon.smithi071 (mon.0) 488 : audit 2023-11-30T22:19:06.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-30T22:19:06.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: audit 2023-11-30T22:19:06 2023-11-30T22:19:06.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: .517374+0000 mon.smithi071 (mon.0) 489 : audit 2023-11-30T22:19:06.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:06.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: audit 2023-11-30T22:19: 2023-11-30T22:19:06.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: 06.517506+0000 mon.smithi071 (mon.0) 490 : audit 2023-11-30T22:19:06.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:06.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: audit 2023-11-30T22:19 2023-11-30T22:19:06.788 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: :06.517647+0000 mon.smithi071 (mon.0) 491 : 2023-11-30T22:19:06.788 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:06 smithi071 conmon[83797]: audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:07.793 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:07 smithi203 conmon[88363]: cluster 2023-11-30T22:19:04.778266+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-30T22:19:07.793 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:07 smithi203 conmon[88363]: cluster 2023-11-30T22:19:04.778330+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-30T22:19:07.794 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:07 smithi203 conmon[88363]: audit 2023-11-30T22:19:06.838199+0000 mon.smithi071 (mon.0) 492 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:07.794 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:07 smithi203 conmon[88363]: audit 2023-11-30T22:19:06.839013+0000 mon.smithi071 (mon.0) 493 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-30T22:19:07.794 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:07 smithi203 conmon[88363]: audit 2023-11-30T22:19:06.839623+0000 mon.smithi071 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:19:07.794 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:07 smithi203 conmon[88363]: cephadm 2023-11-30T22:19:06.840173+0000 mgr.smithi071.nfuwvn (mgr.14180) 100 : cephadm [INF] Deploying daemon osd.7 on smithi071 2023-11-30T22:19:07.794 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:07 smithi203 conmon[88363]: cluster 2023-11-30T22:19:07.517301+0000 mon.smithi071 (mon.0) 495 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-30T22:19:07.794 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:07 smithi203 conmon[88363]: audit 2023-11-30T22:19: 2023-11-30T22:19:07.794 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:07 smithi203 conmon[88363]: 07.517424+0000 mon.smithi071 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:07.794 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:07 smithi203 conmon[88363]: audit 2023-11-30T22:19:07.517655+0000 mon.smithi071 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:07.794 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:07 smithi203 conmon[88363]: audit 2023-11-30T22:19:07.517791+0000 mon.smithi071 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:07.837 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:07 smithi071 conmon[83797]: cluster 2023-11-30T22:19:04.778266+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-30T22:19:07.838 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:07 smithi071 conmon[83797]: cluster 2023-11-30T22:19:07.838 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:07 smithi071 conmon[83797]: 2023-11-30T22:19:04.778330+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-30T22:19:07.838 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:07 smithi071 conmon[83797]: audit 2023-11-30T22:19:06.838199+0000 mon.smithi071 (mon.0) 492 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:07.838 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:07 smithi071 conmon[83797]: audit 2023-11-30T22:19:06.839013+0000 mon.smithi071 (mon.0) 493 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-30T22:19:07.838 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:07 smithi071 conmon[83797]: audit 2023-11-30T22:19:06.839623+0000 mon.smithi071 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:19:07.838 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:07 smithi071 conmon[83797]: cephadm 2023-11-30T22:19:06.840173+0000 mgr.smithi071.nfuwvn (mgr.14180) 100 : cephadm [INF] Deploying daemon osd.7 on smithi071 2023-11-30T22:19:07.838 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:07 smithi071 conmon[83797]: cluster 2023-11-30T22:19: 2023-11-30T22:19:07.838 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:07 smithi071 conmon[83797]: 07.517301+0000 mon.smithi071 (mon.0) 495 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-30T22:19:07.838 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:07 smithi071 conmon[83797]: audit 2023-11-30T22:19:07.517424+0000 mon.smithi071 (mon 2023-11-30T22:19:07.839 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:07 smithi071 conmon[83797]: .0) 496 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:07.839 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:07 smithi071 conmon[83797]: audit 2023-11-30T22:19: 2023-11-30T22:19:07.839 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:07 smithi071 conmon[83797]: 07.517655+0000 mon.smithi071 (mon.0) 497 : audit 2023-11-30T22:19:07.839 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:07 smithi071 conmon[83797]: [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:07.839 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:07 smithi071 conmon[83797]: audit 2023-11-30T22:19:07 2023-11-30T22:19:07.839 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:07 smithi071 conmon[83797]: .517791+0000 mon.smithi071 (mon.0) 498 : audit 2023-11-30T22:19:07.839 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:07 smithi071 conmon[83797]: [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:08.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:08 smithi071 conmon[83797]: cluster 2023-11-30T22:19:07.584933+0000 mgr.smithi071.nfuwvn (mgr.14180) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-30T22:19:08.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:08 smithi071 conmon[83797]: cluster 2023-11-30T22:19:08.519083+0000 mon.smithi071 (mon.0) 499 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-11-30T22:19:08.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:08 smithi071 conmon[83797]: audit 2023-11-30T22:19:08.519191+0000 mon.smithi071 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:08.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:08 smithi071 conmon[83797]: audit 2023-11-30T22:19:08.519384+0000 mon.smithi071 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:08.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:08 smithi071 conmon[83797]: audit 2023-11-30T22:19:08.519516+0000 mon.smithi071 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:08.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:08 smithi203 conmon[88363]: cluster 2023-11-30T22:19:07.584933+0000 mgr.smithi071.nfuwvn (mgr.14180) 101 2023-11-30T22:19:08.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:08 smithi203 conmon[88363]: : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-30T22:19:08.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:08 smithi203 conmon[88363]: cluster 2023-11-30T22:19:08.519083+0000 mon.smithi071 (mon.0) 499 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-11-30T22:19:08.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:08 smithi203 conmon[88363]: audit 2023-11-30T22:19:08.519191+0000 mon.smithi071 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:08.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:08 smithi203 conmon[88363]: audit 2023-11-30T22:19:08.519384+0000 mon.smithi071 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:08.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:08 smithi203 conmon[88363]: audit 2023-11-30T22:19:08.519516+0000 mon.smithi071 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:09.118 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:19:09.844 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":29,"num_osds":8,"num_up_osds":5,"osd_up_since":1701382746,"num_in_osds":8,"osd_in_since":1701382718,"num_remapped_pgs":0} 2023-11-30T22:19:10.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:09 smithi071 conmon[83797]: audit 2023-11-30T22:19:09.117577+0000 2023-11-30T22:19:10.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:09 smithi071 conmon[83797]: mon.smithi071 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.71:0/608259594' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:19:10.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:09 smithi071 conmon[83797]: audit 2023-11-30T22:19:09.362931+0000 mon.smithi071 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:10.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:09 smithi071 conmon[83797]: audit 2023-11-30T22:19:09.556774+0000 mon.smithi203 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.203:6824/3254759913,v1:172.21.15.203:6825/3254759913]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-30T22:19:10.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:09 smithi071 conmon[83797]: audit 2023-11-30T22:19:09.557066+0000 mon.smithi071 (mon.0) 505 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-30T22:19:10.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:09 smithi203 conmon[88363]: audit 2023-11-30T22:19:09.117577+0000 mon.smithi071 (mon. 2023-11-30T22:19:10.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:09 smithi203 conmon[88363]: 0) 503 : audit [DBG] from='client.? 172.21.15.71:0/608259594' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:19:10.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:09 smithi203 conmon[88363]: audit 2023-11-30T22:19:09.362931+0000 mon.smithi071 (mon.0) 504 : audit 2023-11-30T22:19:10.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:09 smithi203 conmon[88363]: [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:10.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:09 smithi203 conmon[88363]: audit 2023-11-30T22: 2023-11-30T22:19:10.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:09 smithi203 conmon[88363]: 19:09.556774+0000 mon.smithi203 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.203:6824/3254759913,v1:172.21.15.203:6825/3254759913]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-30T22:19:10.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:09 smithi203 conmon[88363]: audit 2023-11-30T22:19:10.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:09 smithi203 conmon[88363]: 2023-11-30T22:19:09.557066+0000 mon.smithi071 ( 2023-11-30T22:19:10.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:09 smithi203 conmon[88363]: mon.0) 505 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-30T22:19:10.846 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-30T22:19:11.041 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:10 smithi071 conmon[83797]: cluster 2023-11-30T22:19:09.585253+0000 mgr.smithi071.nfuwvn (mgr.14180) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-30T22:19:11.041 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:10 smithi071 conmon[83797]: audit 2023-11-30T22:19:10.043939+0000 mon.smithi071 (mon.0) 506 : audit [INF] from='osd.5 [v2:172.21.15.71:6818/50456432,v1:172.21.15.71:6819/50456432]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-30T22:19:11.041 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:10 smithi071 conmon[83797]: audit 2023-11-30T22:19:10.365978+0000 mon.smithi071 (mon.0) 507 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-30T22:19:11.041 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:10 smithi071 conmon[83797]: audit 2023-11-30T22:19:10.366038+0000 mon.smithi071 (mon.0) 508 : audit [INF] from='osd.5 [v2:172.21.15.71:6818/50456432,v1:172.21.15.71:6819/50456432]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-30T22:19:11.041 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:10 smithi071 conmon[83797]: cluster 2023-11-30T22:19:10.366076+0000 mon.smithi071 (mon.0) 509 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2023-11-30T22:19:11.041 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:10 smithi071 conmon[83797]: audit 2023-11-30T22:19:10.366202+0000 mon.smithi071 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:11.041 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:10 smithi071 conmon[83797]: audit 2023-11-30T22:19:10.366485+0000 mon.smithi071 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:11.041 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:10 smithi071 conmon[83797]: audit 2023-11-30T22:19:10.366702+0000 mon.smithi071 (mon.0) 512 : audit [INF] from='osd.5 [v2:172.21.15.71:6818/50456432,v1:172.21.15.71:6819/50456432]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2023-11-30T22:19:11.041 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:10 smithi071 conmon[83797]: audit 2023-11-30T22:19:10.366912+0000 mon.smithi071 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:11.041 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:10 smithi071 conmon[83797]: audit 2023-11-30T22:19:10.367099+0000 mon.smithi203 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.203:6824/3254759913,v1:172.21.15.203:6825/3254759913]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-11-30T22:19:11.042 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:10 smithi071 conmon[83797]: audit 2023-11-30T22:19:10.367417+0000 mon.smithi071 (mon.0) 514 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-11-30T22:19:11.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: cluster 2023-11-30T22:19:09.585253+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:19:11.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: ) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-30T22:19:11.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: audit 2023-11-30T22:19:10.043939+0000 mon.smithi071 (mon.0) 506 : audit [INF] from='osd.5 [v2:172.21.15.71:6818/50456432,v1:172.21.15.71:6819/50456432]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-30T22:19:11.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: audit 2023-11-30T22:19:10.365978+0000 2023-11-30T22:19:11.376 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: mon.smithi071 (mon.0) 507 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-30T22:19:11.376 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: audit 2023- 2023-11-30T22:19:11.376 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: 11-30T22:19:10.366038+0000 mon.smithi071 (mon.0) 508 2023-11-30T22:19:11.376 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: : audit [INF] from='osd.5 [v2:172.21.15.71:6818/50456432,v1:172.21.15.71:6819/50456432]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-30T22:19:11.376 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: cluster 2023-11-30T22 2023-11-30T22:19:11.376 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: :19:10.366076+0000 mon.smithi071 (mon.0) 509 : cluster [DBG] 2023-11-30T22:19:11.376 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: osdmap e30: 8 total, 5 up, 8 in 2023-11-30T22:19:11.376 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: audit 2023-11-30T22:19: 2023-11-30T22:19:11.376 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: 10.366202+0000 mon.smithi071 (mon.0) 510 : audit [DBG] 2023-11-30T22:19:11.376 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:11.376 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: audit 2023-11-30T22:19:10.366485+0000 2023-11-30T22:19:11.376 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: mon.smithi071 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:11.377 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: audit 2023 2023-11-30T22:19:11.377 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: -11-30T22:19:10.366702+0000 mon.smithi071 (mon.0 2023-11-30T22:19:11.377 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: ) 512 : audit [INF] from='osd.5 [v2:172.21.15.71:6818/50456432,v1:172.21.15.71:6819/50456432]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2023-11-30T22:19:11.377 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: audit 2023-11-30T22:19:10.366912+0000 mon.smithi071 ( 2023-11-30T22:19:11.377 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:11.377 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: audit 2023-11 2023-11-30T22:19:11.377 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: -30T22:19:10.367099+0000 mon.smithi203 (mon.1) 17 2023-11-30T22:19:11.377 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: : audit [INF] from='osd.6 [v2:172.21.15.203:6824/3254759913,v1:172.21.15.203:6825/3254759913]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-11-30T22:19:11.377 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: audit 2023-11-30T22 2023-11-30T22:19:11.377 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: :19:10.367417+0000 mon.smithi071 (mon.0) 514 : audit 2023-11-30T22:19:11.377 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:10 smithi203 conmon[88363]: [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-11-30T22:19:12.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:12 smithi203 conmon[88363]: audit 2023-11-30T22:19:11.369182+0000 mon.smithi071 (mon.0) 515 : audit [INF] from='osd.5 [v2:172.21.15.71:6818/50456432,v1:172.21.15.71:6819/50456432]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2023-11-30T22:19:12.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:12 smithi203 conmon[88363]: audit 2023-11-30T22:19:11.369259+0000 mon.smithi071 (mon.0) 516 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2023-11-30T22:19:12.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:12 smithi203 conmon[88363]: cluster 2023-11-30T22:19:11.369341+0000 mon.smithi071 (mon.0) 517 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2023-11-30T22:19:12.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:12 smithi203 conmon[88363]: audit 2023-11-30T22:19:11.369474+0000 mon.smithi071 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:12.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:12 smithi203 conmon[88363]: audit 2023 2023-11-30T22:19:12.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:12 smithi203 conmon[88363]: -11-30T22:19:11.369845+0000 mon.smithi071 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:12.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:12 smithi203 conmon[88363]: audit 2023-11-30T22:19:12.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:12 smithi203 conmon[88363]: 2023-11-30T22:19:11.370422+0000 mon.smithi071 ( 2023-11-30T22:19:12.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:12 smithi203 conmon[88363]: mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:12.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:12 smithi203 conmon[88363]: audit 2023-11-30T22:19:11.373156 2023-11-30T22:19:12.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:12 smithi203 conmon[88363]: +0000 mon.smithi071 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:12.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:12 smithi203 conmon[88363]: audit 2023-11-30 2023-11-30T22:19:12.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:12 smithi203 conmon[88363]: T22:19:11.375011+0000 mon.smithi071 (mon.0) 522 : 2023-11-30T22:19:12.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:12 smithi203 conmon[88363]: audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:12.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:12 smithi203 conmon[88363]: cluster 2023-11-30T22:19:11.585541+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:19:12.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:12 smithi203 conmon[88363]: mgr.14180) 103 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-30T22:19:12.636 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:12 smithi071 conmon[83797]: audit 2023-11-30T22:19:11.369182+0000 mon.smithi071 (mon.0) 515 : audit 2023-11-30T22:19:12.636 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:12 smithi071 conmon[83797]: [INF] from='osd.5 [v2:172.21.15.71:6818/50456432,v1:172.21.15.71:6819/50456432]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2023-11-30T22:19:12.636 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:12 smithi071 conmon[83797]: audit 2023-11-30T22:19:12.636 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:12 smithi071 conmon[83797]: 2023-11-30T22 2023-11-30T22:19:12.636 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:12 smithi071 conmon[83797]: :19:11.369259+0000 mon.smithi071 (mon.0) 516 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2023-11-30T22:19:12.636 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:12 smithi071 conmon[83797]: 2023-11-30T22:19:12.636 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:12 smithi071 conmon[83797]: cluster 2023-11-30T22 2023-11-30T22:19:12.637 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:12 smithi071 conmon[83797]: :19:11.369341+0000 mon.smithi071 (mon.0) 517 : 2023-11-30T22:19:12.637 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:12 smithi071 conmon[83797]: cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2023-11-30T22:19:12.637 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:12 smithi071 conmon[83797]: audit 2023-11-30T22: 2023-11-30T22:19:12.637 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:12 smithi071 conmon[83797]: 19:11.369474+0000 mon.smithi071 (mon.0) 518 : 2023-11-30T22:19:12.637 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:12 smithi071 conmon[83797]: audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:12.637 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:12 smithi071 conmon[83797]: audit 2023-11-30T22: 2023-11-30T22:19:12.637 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:12 smithi071 conmon[83797]: 19:11.369845+0000 mon.smithi071 (mon.0) 519 : 2023-11-30T22:19:12.637 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:12 smithi071 conmon[83797]: audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:12.637 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:12 smithi071 conmon[83797]: audit 2023-11-30T22:19 2023-11-30T22:19:12.637 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:12 smithi071 conmon[83797]: :11.370422+0000 mon.smithi071 (mon.0) 520 : 2023-11-30T22:19:12.637 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:12 smithi071 conmon[83797]: audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:12.637 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:12 smithi071 conmon[83797]: audit 2023-11-30T22:19:11.373156+0000 2023-11-30T22:19:12.637 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:12 smithi071 conmon[83797]: mon.smithi071 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:12.638 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:12 smithi071 conmon[83797]: audit 2023-11-30T22:19:11.375011+0000 mon.smithi071 (mon 2023-11-30T22:19:12.638 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:12 smithi071 conmon[83797]: .0) 522 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:12.638 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:12 smithi071 conmon[83797]: cluster 2023-11-30T22:19:11.585541 2023-11-30T22:19:12.638 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:12 smithi071 conmon[83797]: +0000 mgr.smithi071.nfuwvn (mgr.14180) 103 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-30T22:19:13.172 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:19:13.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:13 smithi203 conmon[88363]: cluster 2023-11-30T22:19:10.532628+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-30T22:19:13.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:13 smithi203 conmon[88363]: 2023-11-30T22:19:13.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:13 smithi203 conmon[88363]: cluster 2023-11-30T22:19:10.532715+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-30T22:19:13.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:13 smithi203 conmon[88363]: cluster 2023-11-30T22:19:11.090530+0000 osd.5 (osd.5) 1 : cluster [DBG] 2023-11-30T22:19:13.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:13 smithi203 conmon[88363]: purged_snaps scrub starts 2023-11-30T22:19:13.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:13 smithi203 conmon[88363]: cluster 2023-11-30T22:19:11.090578+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-30T22:19:13.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:13 smithi203 conmon[88363]: cluster 2023-11-30T22:19:12.373158+0000 mon.smithi071 (mon.0) 523 : cluster [INF] osd.5 [v2:172.21.15.71:6818/50456432,v1:172.21.15.71:6819/50456432] boot 2023-11-30T22:19:13.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:13 smithi203 conmon[88363]: cluster 2023-11-30T22:19:12.373189+0000 mon.smithi071 (mon.0) 524 2023-11-30T22:19:13.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:13 smithi203 conmon[88363]: : cluster [INF] osd.6 [v2:172.21.15.203:6824/3254759913,v1:172.21.15.203:6825/3254759913] boot 2023-11-30T22:19:13.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:13 smithi203 conmon[88363]: cluster 2023-11-30T22:19:13.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:13 smithi203 conmon[88363]: 2023-11-30T22:19:12.373223+0000 mon.smithi071 (mon.0) 525 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2023-11-30T22:19:13.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:13 smithi203 conmon[88363]: audit 2023-11-30 2023-11-30T22:19:13.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:13 smithi203 conmon[88363]: T22:19:12.373731+0000 mon.smithi071 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:13.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:13 smithi203 conmon[88363]: audit 2023-11-30T22:19:12.373984+0000 mon.smithi071 (mon.0) 527 : 2023-11-30T22:19:13.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:13 smithi203 conmon[88363]: audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:13.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:13 smithi203 conmon[88363]: audit 2023 2023-11-30T22:19:13.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:13 smithi203 conmon[88363]: -11-30T22:19:12.374181+0000 mon.smithi071 (mon.0) 528 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:13.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:13 smithi203 conmon[88363]: audit 2023-11-30T22:19:13.170824+0000 mon.smithi071 ( 2023-11-30T22:19:13.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:13 smithi203 conmon[88363]: mon.0) 529 : audit [DBG] from='client.? 172.21.15.71:0/4185963581' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:19:13.636 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:13 smithi071 conmon[83797]: cluster 2023-11-30T22:19:10.532628+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-30T22:19:13.636 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:13 smithi071 conmon[83797]: cluster 2023-11-30T22:19:10.532715+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-30T22:19:13.636 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:13 smithi071 conmon[83797]: cluster 2023-11-30T22:19:11.090530+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-30T22:19:13.636 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:13 smithi071 conmon[83797]: cluster 2023-11-30T22:19:11.090578+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-30T22:19:13.636 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:13 smithi071 conmon[83797]: cluster 2023-11-30T22:19:12.373158+0000 mon.smithi071 (mon.0) 523 : cluster [INF] osd.5 [v2:172.21.15.71:6818/50456432,v1:172.21.15.71:6819/50456432] boot 2023-11-30T22:19:13.637 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:13 smithi071 conmon[83797]: cluster 2023-11-30T22:19:12.373189+0000 mon.smithi071 (mon.0) 524 : cluster [INF] osd.6 [v2:172.21.15.203:6824/3254759913,v1:172.21.15.203:6825/3254759913] boot 2023-11-30T22:19:13.637 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:13 smithi071 conmon[83797]: cluster 2023-11-30T22:19:12.373223+0000 mon.smithi071 (mon.0) 525 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2023-11-30T22:19:13.637 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:13 smithi071 conmon[83797]: audit 2023-11-30T22:19:12.373731+0000 mon.smithi071 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-30T22:19:13.637 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:13 smithi071 conmon[83797]: audit 2023-11-30T22:19:12.373984+0000 mon.smithi071 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-30T22:19:13.637 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:13 smithi071 conmon[83797]: audit 2023-11-30T22:19:12.374181+0000 mon.smithi071 (mon.0) 528 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:13.637 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:13 smithi071 conmon[83797]: audit 2023-11-30T22:19:13.170824+0000 mon.smithi071 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.71:0/4185963581' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:19:13.990 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":32,"num_osds":8,"num_up_osds":7,"osd_up_since":1701382752,"num_in_osds":8,"osd_in_since":1701382718,"num_remapped_pgs":0} 2023-11-30T22:19:14.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:14 smithi071 conmon[83797]: cluster 2023-11-30T22:19:13.377318+0000 mon.smithi071 (mon 2023-11-30T22:19:14.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:14 smithi071 conmon[83797]: .0) 530 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-11-30T22:19:14.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:14 smithi071 conmon[83797]: audit 2023-11-30T22:19:13.377426+0000 mon.smithi071 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:14.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:14 smithi071 conmon[83797]: cluster 2023-11-30T22:19:13.585823+0000 mgr.smithi071.nfuwvn (mgr.14180) 104 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-30T22:19:14.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:14 smithi203 conmon[88363]: cluster 2023-11-30T22:19:13.377318+0000 mon.smithi071 (mon 2023-11-30T22:19:14.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:14 smithi203 conmon[88363]: .0) 530 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-11-30T22:19:14.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:14 smithi203 conmon[88363]: audit 2023-11-30T22:19:13.377426+0000 mon.smithi071 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:14.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:14 smithi203 conmon[88363]: cluster 2023-11-30T22:19:13.585823+0000 mgr.smithi071.nfuwvn (mgr.14180) 104 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-30T22:19:14.991 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-30T22:19:15.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:15 smithi071 conmon[83797]: audit 2023-11-30T22:19:14.524610+0000 mon.smithi071 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:15.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:15 smithi203 conmon[88363]: audit 2023-11-30T22:19:14.524610+0000 mon.smithi071 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:15.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:15 smithi203 conmon[88363]: 2023-11-30T22:19:16.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:16 smithi071 conmon[83797]: cluster 2023-11-30T22:19:15.586158+0000 mgr.smithi071.nfuwvn (mgr.14180) 105 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-30T22:19:16.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:16 smithi203 conmon[88363]: cluster 2023-11-30T22:19:15.586158+0000 mgr.smithi071.nfuwvn (mgr.14180) 105 : cluster 2023-11-30T22:19:16.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:16 smithi203 conmon[88363]: [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-30T22:19:18.278 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:19:19.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:18 smithi071 conmon[83797]: cluster 2023-11-30T22:19:17.586484+0000 mgr.smithi071.nfuwvn (mgr.14180) 106 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-30T22:19:19.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:18 smithi071 conmon[83797]: audit 2023-11-30T22:19:17.721254+0000 mon.smithi071 (mon.0) 533 : audit [INF] from='osd.7 [v2:172.21.15.71:6826/119416666,v1:172.21.15.71:6827/119416666]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-30T22:19:19.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:18 smithi071 conmon[83797]: audit 2023-11-30T22:19:17.784926+0000 mon.smithi071 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:19.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:18 smithi071 conmon[83797]: audit 2023-11-30T22:19:17.786743+0000 mon.smithi071 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:19:19.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:18 smithi071 conmon[83797]: audit 2023-11-30T22:19:18.277194+0000 mon.smithi071 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.71:0/2072219847' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:19:19.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:18 smithi203 conmon[88363]: cluster 2023-11-30T22:19:17.586484+0000 mgr.smithi071.nfuwvn (mgr.14180) 106 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-30T22:19:19.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:18 smithi203 conmon[88363]: audit 2023-11-30T22:19:17.721254+0000 mon.smithi071 (mon.0) 533 : audit [INF] from='osd.7 [v2:172.21.15.71:6826/119416666,v1:172.21.15.71:6827/119416666]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-30T22:19:19.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:18 smithi203 conmon[88363]: audit 2023-11-30T22:19:17.784926+0000 mon.smithi071 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:19.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:18 smithi203 conmon[88363]: audit 2023-11-30T22:19:17.786743+0000 mon.smithi071 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:19:19.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:18 smithi203 conmon[88363]: audit 2023-11-30T22:19:18.277194+0000 mon.smithi071 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.71:0/2072219847' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:19:19.231 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":33,"num_osds":8,"num_up_osds":7,"osd_up_since":1701382752,"num_in_osds":8,"osd_in_since":1701382718,"num_remapped_pgs":0} 2023-11-30T22:19:19.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:19 smithi203 conmon[88363]: audit 2023-11-30T22:19:18.647367+0000 mon.smithi071 (mon.0) 537 2023-11-30T22:19:19.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:19 smithi203 conmon[88363]: : audit [INF] from='osd.7 [v2:172.21.15.71:6826/119416666,v1:172.21.15.71:6827/119416666]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-30T22:19:19.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:19 smithi203 conmon[88363]: cluster 2023-11-30T22:19:18.647415+0000 mon.smithi071 (mon.0) 538 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-11-30T22:19:19.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:19 smithi203 conmon[88363]: audit 2023-11-30T22:19:18.647519 2023-11-30T22:19:19.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:19 smithi203 conmon[88363]: +0000 mon.smithi071 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:19.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:19 smithi203 conmon[88363]: audit 2023-11 2023-11-30T22:19:19.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:19 smithi203 conmon[88363]: -30T22:19:18.647872+0000 mon.smithi071 (mon.0) 540 : 2023-11-30T22:19:19.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:19 smithi203 conmon[88363]: audit [INF] from='osd.7 [v2:172.21.15.71:6826/119416666,v1:172.21.15.71:6827/119416666]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2023-11-30T22:19:20.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:19 smithi071 conmon[83797]: audit 2023-11-30T22:19:18.647367+0000 mon.smithi071 ( 2023-11-30T22:19:20.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:19 smithi071 conmon[83797]: mon.0) 537 : audit [INF] from='osd.7 [v2:172.21.15.71:6826/119416666,v1:172.21.15.71:6827/119416666]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-30T22:19:20.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:19 smithi071 conmon[83797]: cluster 2023-11-30T22:19:18. 2023-11-30T22:19:20.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:19 smithi071 conmon[83797]: 647415+0000 mon.smithi071 (mon.0) 538 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-11-30T22:19:20.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:19 smithi071 conmon[83797]: audit 2023-11-30T22:19:20.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:19 smithi071 conmon[83797]: 2023-11-30T22:19:18.647519+0000 mon.smithi071 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:20.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:19 smithi071 conmon[83797]: audit 2023-11-30T 2023-11-30T22:19:20.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:19 smithi071 conmon[83797]: 22:19:18.647872+0000 mon.smithi071 (mon.0 2023-11-30T22:19:20.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:19 smithi071 conmon[83797]: ) 540 : audit [INF] from='osd.7 [v2:172.21.15.71:6826/119416666,v1:172.21.15.71:6827/119416666]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2023-11-30T22:19:20.232 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-30T22:19:20.933 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:20 smithi071 conmon[83797]: cluster 2023-11-30T22:19:19.586857+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:19:20.934 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:20 smithi071 conmon[83797]: 14180) 107 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-30T22:19:20.934 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:20 smithi071 conmon[83797]: audit 2023-11-30T22:19:19.653554+0000 mon.smithi071 (mon.0) 541 : audit [INF] from='osd.7 [v2:172.21.15.71:6826/119416666,v1:172.21.15.71:6827/119416666]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2023-11-30T22:19:20.934 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:20 smithi071 conmon[83797]: cluster 2023-11-30T22:19:19.653606+0000 mon.smithi071 (mon.0) 542 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-11-30T22:19:20.934 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:20 smithi071 conmon[83797]: audit 2023-11-30T22:19:19.654557+0000 mon.smithi071 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:20.934 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:20 smithi071 conmon[83797]: audit 2023-11-30T22:19:19.657246+0000 mon.smithi071 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:20.934 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:20 smithi071 conmon[83797]: audit 2023-11-30T22:19:19.673174+0000 mon.smithi071 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:21.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:20 smithi203 conmon[88363]: cluster 2023-11-30T22:19:19.586857+0000 mgr.smithi071.nfuwvn (mgr.14180) 107 2023-11-30T22:19:21.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:20 smithi203 conmon[88363]: : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-30T22:19:21.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:20 smithi203 conmon[88363]: audit 2023-11-30T22:19:19.653554+0000 mon.smithi071 (mon.0) 541 : audit [INF] from='osd.7 [v2:172.21.15.71:6826/119416666,v1:172.21.15.71:6827/119416666]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2023-11-30T22:19:21.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:20 smithi203 conmon[88363]: cluster 2023-11-30T22:19:19.653606+0000 mon.smithi071 (mon.0) 542 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-11-30T22:19:21.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:20 smithi203 conmon[88363]: audit 2023-11-30T22:19:19.654557+0000 mon.smithi071 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:21.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:20 smithi203 conmon[88363]: audit 2023-11-30T22:19:19.657246+0000 mon.smithi071 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:21.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:20 smithi203 conmon[88363]: audit 2023-11-30T22:19:19.673174+0000 mon.smithi071 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:21.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:21 smithi071 conmon[83797]: cluster 2023-11-30T22:19:18.690693+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-30T22:19:21.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:21 smithi071 conmon[83797]: cluster 2023-11-30T22:19:18.690729+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-30T22:19:21.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:21 smithi071 conmon[83797]: audit 2023-11-30T22:19:20.657293+0000 mon.smithi071 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:21.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:21 smithi071 conmon[83797]: cluster 2023-11-30T22:19:20.679129+0000 mon.smithi071 (mon.0) 547 : cluster [INF] osd.7 [v2:172.21.15.71:6826/119416666,v1:172.21.15.71:6827/119416666] boot 2023-11-30T22:19:21.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:21 smithi071 conmon[83797]: cluster 2023-11-30T22:19:20.679193+0000 mon.smithi071 (mon.0) 548 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-11-30T22:19:21.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:21 smithi071 conmon[83797]: audit 2023-11-30T22:19:20.679518+0000 mon.smithi071 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:22.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:21 smithi203 conmon[88363]: cluster 2023-11-30T22:19:18.690693+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-30T22:19:22.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:21 smithi203 conmon[88363]: cluster 2023-11-30T22:19:18.690729+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-30T22:19:22.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:21 smithi203 conmon[88363]: audit 2023-11-30T22:19:20.657293+0000 mon.smithi071 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:22.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:21 smithi203 conmon[88363]: cluster 2023-11-30T22:19:20.679129+0000 mon.smithi071 (mon.0) 547 : cluster [INF] osd.7 [v2:172.21.15.71:6826/119416666,v1:172.21.15.71:6827/119416666] boot 2023-11-30T22:19:22.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:21 smithi203 conmon[88363]: cluster 2023-11-30T22:19:20.679193+0000 mon.smithi071 (mon.0) 548 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-11-30T22:19:22.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:21 smithi203 conmon[88363]: audit 2023-11-30T22:19:20.679518+0000 mon.smithi071 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-30T22:19:22.652 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:19:22.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:22 smithi203 conmon[88363]: cluster 2023-11-30T22:19:21.587327+0000 mgr.smithi071.nfuwvn (mgr.14180) 108 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-30T22:19:22.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:22 smithi203 conmon[88363]: cluster 2023-11-30T22:19:21.679983+0000 mon.smithi071 (mon.0) 550 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-30T22:19:22.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:22 smithi203 conmon[88363]: audit 2023-11-30T22:19:22.317355+0000 mon.smithi071 (mon.0) 551 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:22.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:22 smithi203 conmon[88363]: audit 2023-11-30T22:19:22.651372+0000 mon.smithi071 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.71:0/1397867075' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:19:22.961 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:22 smithi071 conmon[83797]: cluster 2023-11-30T22:19:21.587327+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:19:22.961 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:22 smithi071 conmon[83797]: .14180) 108 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-30T22:19:22.961 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:22 smithi071 conmon[83797]: cluster 2023-11-30T22:19:21.679983+0000 mon.smithi071 (mon.0) 550 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-30T22:19:22.961 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:22 smithi071 conmon[83797]: audit 2023-11-30T22:19:22.317355+0000 mon.smithi071 (mon.0) 551 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:22.961 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:22 smithi071 conmon[83797]: audit 2023-11-30T22:19:22.651372+0000 mon.smithi071 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.71:0/1397867075' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-30T22:19:23.777 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":37,"num_osds":8,"num_up_osds":8,"osd_up_since":1701382760,"num_in_osds":8,"osd_in_since":1701382718,"num_remapped_pgs":0} 2023-11-30T22:19:23.778 INFO:tasks.cephadm:Setting up client nodes... 2023-11-30T22:19:23.778 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-30T22:19:23.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:23 smithi071 conmon[83797]: cluster 2023-11-30T22:19:22.685023+0000 mon.smithi071 (mon.0) 553 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-30T22:19:23.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:23 smithi071 conmon[83797]: audit 2023-11-30T22:19:23.441561+0000 mon.smithi071 (mon.0) 554 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:24.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:23 smithi203 conmon[88363]: cluster 2023-11-30T22:19:22.685023+0000 mon.smithi071 (mon. 2023-11-30T22:19:24.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:23 smithi203 conmon[88363]: 0) 553 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-30T22:19:24.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:23 smithi203 conmon[88363]: audit 2023-11-30T22:19:23.441561+0000 mon.smithi071 (mon.0) 554 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:24.765 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:24 smithi071 conmon[83797]: cephadm 2023-11-30T22:19:23.436666+0000 mgr.smithi071.nfuwvn 2023-11-30T22:19:24.766 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:24 smithi071 conmon[83797]: (mgr.14180) 109 : cephadm [INF] Detected new or changed devices on smithi203 2023-11-30T22:19:24.766 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:24 smithi071 conmon[83797]: cluster 2023-11-30T22:19:23.587869+0000 mgr.smithi071.nfuwvn (mgr.14180) 110 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:24.766 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:24 smithi071 conmon[83797]: audit 2023-11-30T22:19:23.760125+0000 mon.smithi071 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:19:24.766 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:24 smithi071 conmon[83797]: audit 2023-11-30T22:19:23.760878+0000 mon.smithi071 (mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:19:24.766 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:24 smithi071 conmon[83797]: audit 2023-11-30T22:19:23.761456+0000 mon.smithi071 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:19:24.766 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:24 smithi071 conmon[83797]: audit 2023-11-30T22:19:23.762048+0000 mon.smithi071 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:19:24.766 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:24 smithi071 conmon[83797]: cephadm 2023-11-30T22:19:23.762511+0000 mgr.smithi071.nfuwvn (mgr.14180) 111 : cephadm [INF] Adjusting osd_memory_target on smithi203 to 4004M 2023-11-30T22:19:24.766 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:24 smithi071 conmon[83797]: audit 2023-11-30T22:19:23.766334+0000 mon.smithi071 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:25.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:24 smithi203 conmon[88363]: cephadm 2023-11-30T22:19:23.436666+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:19:25.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:24 smithi203 conmon[88363]: 109 : cephadm [INF] Detected new or changed devices on smithi203 2023-11-30T22:19:25.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:24 smithi203 conmon[88363]: cluster 2023-11-30T22:19:23.587869+0000 mgr.smithi071.nfuwvn (mgr.14180) 110 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:25.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:24 smithi203 conmon[88363]: audit 2023-11-30T22:19:25.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:24 smithi203 conmon[88363]: 2023-11-30T22:19:23.760125+0000 mon.smithi071 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:19:25.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:24 smithi203 conmon[88363]: audit 2023- 2023-11-30T22:19:25.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:24 smithi203 conmon[88363]: 11-30T22:19:23.760878+0000 mon.smithi071 ( 2023-11-30T22:19:25.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:24 smithi203 conmon[88363]: mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:19:25.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:24 smithi203 conmon[88363]: audit 2023-11 2023-11-30T22:19:25.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:24 smithi203 conmon[88363]: -30T22:19:23.761456+0000 mon.smithi071 ( 2023-11-30T22:19:25.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:24 smithi203 conmon[88363]: mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:19:25.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:24 smithi203 conmon[88363]: audit 2023-11- 2023-11-30T22:19:25.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:24 smithi203 conmon[88363]: 30T22:19:23.762048+0000 mon.smithi071 (mon 2023-11-30T22:19:25.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:24 smithi203 conmon[88363]: .0) 558 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:19:25.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:24 smithi203 conmon[88363]: cephadm 2023-11- 2023-11-30T22:19:25.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:24 smithi203 conmon[88363]: 30T22:19:23.762511+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:19:25.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:24 smithi203 conmon[88363]: .14180) 111 : cephadm [INF] Adjusting osd_memory_target on smithi203 to 4004M 2023-11-30T22:19:25.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:24 smithi203 conmon[88363]: audit 2023-11- 2023-11-30T22:19:25.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:24 smithi203 conmon[88363]: 30T22:19:23.766334+0000 mon.smithi071 (mon 2023-11-30T22:19:25.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:24 smithi203 conmon[88363]: .0) 559 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:25.961 INFO:teuthology.orchestra.run.smithi071.stdout:[client.0] 2023-11-30T22:19:25.962 INFO:teuthology.orchestra.run.smithi071.stdout: key = AQBtCmll8Z0SORAAO2sBHkHKjpjywS/v1sWEJw== 2023-11-30T22:19:26.586 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-11-30T22:19:26.586 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-30T22:19:26.587 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-30T22:19:26.629 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-30T22:19:26.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:26 smithi071 conmon[83797]: cluster 2023-11-30T22:19:25.588152+0000 mgr.smithi071.nfuwvn (mgr.14180) 112 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:26.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:26 smithi071 conmon[83797]: audit 2023-11-30T22:19:25.957370+0000 mon.smithi071 (mon.0) 560 : audit [INF] from='client.? 172.21.15.71:0/2962539980' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-30T22:19:26.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:26 smithi071 conmon[83797]: audit 2023-11-30T22:19:25.960873+0000 mon.smithi071 (mon.0) 561 : audit [INF] from='client.? 172.21.15.71:0/2962539980' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-30T22:19:26.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:26 smithi071 conmon[83797]: audit 2023-11-30T22:19:26.633487+0000 mon.smithi071 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:27.082 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:26 smithi203 conmon[88363]: cluster 2023-11-30T22:19:25.588152+0000 mgr.smithi071.nfuwvn (mgr.14180) 112 2023-11-30T22:19:27.082 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:26 smithi203 conmon[88363]: : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:27.083 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:26 smithi203 conmon[88363]: audit 2023-11-30T22:19:25.957370+0000 mon.smithi071 (mon.0) 560 : audit [INF] from='client.? 172.21.15.71:0/2962539980' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-30T22:19:27.083 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:26 smithi203 conmon[88363]: audit 2023-11-30T22:19:25.960873+0000 mon.smithi071 (mon.0) 561 : audit [INF] from='client.? 172.21.15.71:0/2962539980' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-30T22:19:27.083 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:26 smithi203 conmon[88363]: audit 2023-11-30T22:19:26.633487+0000 mon.smithi071 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:27.839 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:27 smithi071 conmon[83797]: cephadm 2023-11-30T22:19:26.628135+0000 mgr.smithi071.nfuwvn (mgr.14180) 113 : cephadm [INF] Detected new or changed devices on smithi071 2023-11-30T22:19:27.839 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:27 smithi071 conmon[83797]: audit 2023-11-30T22:19:26.944568+0000 mon.smithi071 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:19:27.839 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:27 smithi071 conmon[83797]: audit 2023-11-30T22:19:26.945203+0000 mon.smithi071 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:19:27.839 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:27 smithi071 conmon[83797]: audit 2023-11-30T22:19:26.945733+0000 mon.smithi071 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:19:27.839 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:27 smithi071 conmon[83797]: audit 2023-11-30T22:19:26.946275+0000 mon.smithi071 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:19:27.839 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:27 smithi071 conmon[83797]: cephadm 2023-11-30T22:19:26.946695+0000 mgr.smithi071.nfuwvn (mgr.14180) 114 : cephadm [INF] Adjusting osd_memory_target on smithi071 to 3236M 2023-11-30T22:19:27.839 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:27 smithi071 conmon[83797]: audit 2023-11-30T22: 2023-11-30T22:19:27.839 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:27 smithi071 conmon[83797]: 19:26.950475+0000 mon.smithi071 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:27.839 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:27 smithi071 conmon[83797]: audit 2023-11-30T22:19:26.951294+0000 mon.smithi071 (mon.0) 568 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:19:27.839 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:27 smithi071 conmon[83797]: audit 2023-11-30T22:19:26.951876+0000 mon.smithi071 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-30T22:19:27.839 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:27 smithi071 conmon[83797]: audit 2023-11-30T22:19:26.955531+0000 mon.smithi071 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:27.839 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:27 smithi071 conmon[83797]: audit 2023-11-30T22:19:26.958878+0000 mon.smithi071 (mon.0) 571 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-30T22:19:27.840 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:27 smithi071 conmon[83797]: audit 2023-11-30T22:19:26.961605+0000 mon.smithi071 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-30T22:19:27.840 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:27 smithi071 conmon[83797]: audit 2023-11-30T22:19:26. 2023-11-30T22:19:27.840 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:27 smithi071 conmon[83797]: 962592+0000 mon.smithi071 (mon.0) 573 : audit [INF] 2023-11-30T22:19:27.840 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:27 smithi071 conmon[83797]: from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-30T22:19:27.840 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:27 smithi071 conmon[83797]: audit 2023-11-30T22:19:26. 2023-11-30T22:19:27.840 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:27 smithi071 conmon[83797]: 962761+0000 mon.smithi071 (mon.0) 574 : audit [DBG] 2023-11-30T22:19:27.840 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:27 smithi071 conmon[83797]: from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:19:27.840 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:27 smithi071 conmon[83797]: audit 2023-11-30T22:19:26 2023-11-30T22:19:27.840 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:27 smithi071 conmon[83797]: .963205+0000 mon.smithi071 (mon.0) 575 : audit 2023-11-30T22:19:27.840 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:27 smithi071 conmon[83797]: [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:19:28.070 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:27 smithi203 conmon[88363]: cephadm 2023-11-30T22:19:26.628135+0000 mgr.smithi071.nfuwvn (mgr.14180) 113 : cephadm [INF] Detected new or changed devices on smithi071 2023-11-30T22:19:28.070 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:27 smithi203 conmon[88363]: audit 2023-11-30T22:19:26.944568+0000 mon.smithi071 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:19:28.070 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:27 smithi203 conmon[88363]: audit 2023-11-30T22:19:26.945203+0000 mon.smithi071 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:19:28.070 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:27 smithi203 conmon[88363]: audit 2023-11-30T22:19:26.945733+0000 mon.smithi071 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:19:28.070 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:27 smithi203 conmon[88363]: audit 2023-11-30T22:19:26.946275+0000 mon.smithi071 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:19:28.070 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:27 smithi203 conmon[88363]: cephadm 2023-11-30T22:19:26.946695+0000 mgr.smithi071.nfuwvn (mgr.14180) 114 : cephadm [INF] Adjusting osd_memory_target on smithi071 to 3236M 2023-11-30T22:19:28.070 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:27 smithi203 conmon[88363]: audit 2023-11-30T22:19:26.950475+0000 mon.smithi071 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:28.070 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:27 smithi203 conmon[88363]: audit 2023-11-30T22: 2023-11-30T22:19:28.071 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:27 smithi203 conmon[88363]: 19:26.951294+0000 mon.smithi071 (mon.0) 568 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:19:28.071 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:27 smithi203 conmon[88363]: audit 2023-11-30T22:19:26.951876+0000 mon.smithi071 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-30T22:19:28.071 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:27 smithi203 conmon[88363]: audit 2023-11-30T22:19:26.955531+0000 mon.smithi071 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:28.071 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:27 smithi203 conmon[88363]: audit 2023-11-30T22:19:26.958878+0000 mon.smithi071 (mon.0) 571 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-30T22:19:28.071 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:27 smithi203 conmon[88363]: audit 2023-11-30T22:19:26.961605+0000 mon.smithi071 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-30T22:19:28.071 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:27 smithi203 conmon[88363]: audit 2023-11-30T22:19:26 2023-11-30T22:19:28.071 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:27 smithi203 conmon[88363]: .962592+0000 mon.smithi071 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-30T22:19:28.071 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:27 smithi203 conmon[88363]: audit 2023-11-30T22:19 2023-11-30T22:19:28.071 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:27 smithi203 conmon[88363]: :26.962761+0000 mon.smithi071 (mon.0) 574 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:19:28.071 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:27 smithi203 conmon[88363]: audit 2023 2023-11-30T22:19:28.071 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:27 smithi203 conmon[88363]: -11-30T22:19:26.963205+0000 2023-11-30T22:19:28.071 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:27 smithi203 conmon[88363]: mon.smithi071 (mon.0) 575 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:19:29.069 INFO:teuthology.orchestra.run.smithi203.stdout:[client.1] 2023-11-30T22:19:29.069 INFO:teuthology.orchestra.run.smithi203.stdout: key = AQBxCmllf9q6AxAAbuaF4GtLGB0aOQ4pFh9Row== 2023-11-30T22:19:29.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:28 smithi071 conmon[83797]: cluster 2023-11-30T22:19:27.588433+0000 mgr.smithi071.nfuwvn (mgr.14180) 115 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:29.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:28 smithi203 conmon[88363]: cluster 2023-11-30T22:19:27.588433+0000 mgr.smithi071.nfuwvn (mgr.14180) 115 : cluster [DBG] 2023-11-30T22:19:29.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:28 smithi203 conmon[88363]: pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:29.966 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-11-30T22:19:29.966 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-11-30T22:19:29.966 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-11-30T22:19:30.004 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-11-30T22:19:30.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:29 smithi071 conmon[83797]: audit 2023-11-30T22:19:29.062036+0000 mon.smithi203 (mon.1 2023-11-30T22:19:30.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:29 smithi071 conmon[83797]: ) 18 : audit [INF] from='client.? 172.21.15.203:0/3986799582' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-30T22:19:30.264 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:29 smithi071 conmon[83797]: audit 2023-11-30T22:19:29.062427+0000 mon.smithi071 (mon.0) 576 : 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-30T22:19:30.264 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:29 smithi071 conmon[83797]: audit 2023-11-30T22:19:29.068074+0000 mon.smithi071 (mon.0) 577 : 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-30T22:19:30.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:29 smithi203 conmon[88363]: audit 2023-11-30T22:19:29.062036+0000 mon.smithi203 (mon 2023-11-30T22:19:30.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:29 smithi203 conmon[88363]: .1) 18 : audit [INF] from='client.? 172.21.15.203:0/3986799582' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-30T22:19:30.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:29 smithi203 conmon[88363]: audit 2023-11-30T22:19:29.062427+0000 mon.smithi071 (mon.0) 576 : 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-30T22:19:30.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:29 smithi203 conmon[88363]: audit 2023-11-30T22:19:29.068074+0000 mon.smithi071 (mon.0) 2023-11-30T22:19:30.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:29 smithi203 conmon[88363]: 577 : 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-30T22:19:30.439 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/config 2023-11-30T22:19:31.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:31 smithi071 conmon[83797]: cluster 2023-11-30T22:19:29.588750+0000 mgr.smithi071.nfuwvn (mgr.14180) 116 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:31.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:31 smithi203 conmon[88363]: cluster 2023-11-30T22:19:29.588750+0000 mgr.smithi071.nfuwvn (mgr.14180) 116 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:32.121 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:19:32.121 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":38,"fsid":"d7cb60fe-8fcd-11ee-95a2-87774f69a715","created":"2023-11-30T22:15:28.660695+0000","modified":"2023-11-30T22:19:22.678298+0000","last_up_change":"2023-11-30T22:19:20.671080+0000","last_in_change":"2023-11-30T22:18:38.956619+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"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-30T22:19:00.738894+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":"24","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":"117f3d65-f16a-4f4b-af51-372679438b00","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6800","nonce":520719249},{"type":"v1","addr":"172.21.15.203:6801","nonce":520719249}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6802","nonce":520719249},{"type":"v1","addr":"172.21.15.203:6803","nonce":520719249}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6806","nonce":520719249},{"type":"v1","addr":"172.21.15.203:6807","nonce":520719249}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6804","nonce":520719249},{"type":"v1","addr":"172.21.15.203:6805","nonce":520719249}]},"public_addr":"172.21.15.203:6801/520719249","cluster_addr":"172.21.15.203:6803/520719249","heartbeat_back_addr":"172.21.15.203:6807/520719249","heartbeat_front_addr":"172.21.15.203:6805/520719249","state":["exists","up"]},{"osd":1,"uuid":"16c648b2-1b8d-411f-bbfa-4aa3c837dc20","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":3128073857},{"type":"v1","addr":"172.21.15.71:6803","nonce":3128073857}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":3128073857},{"type":"v1","addr":"172.21.15.71:6805","nonce":3128073857}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":3128073857},{"type":"v1","addr":"172.21.15.71:6809","nonce":3128073857}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":3128073857},{"type":"v1","addr":"172.21.15.71:6807","nonce":3128073857}]},"public_addr":"172.21.15.71:6803/3128073857","cluster_addr":"172.21.15.71:6805/3128073857","heartbeat_back_addr":"172.21.15.71:6809/3128073857","heartbeat_front_addr":"172.21.15.71:6807/3128073857","state":["exists","up"]},{"osd":2,"uuid":"f536df19-8c7a-43cf-889a-66e896a8561d","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.203:6808","nonce":3981209098},{"type":"v1","addr":"172.21.15.203:6809","nonce":3981209098}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6810","nonce":3981209098},{"type":"v1","addr":"172.21.15.203:6811","nonce":3981209098}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6814","nonce":3981209098},{"type":"v1","addr":"172.21.15.203:6815","nonce":3981209098}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6812","nonce":3981209098},{"type":"v1","addr":"172.21.15.203:6813","nonce":3981209098}]},"public_addr":"172.21.15.203:6809/3981209098","cluster_addr":"172.21.15.203:6811/3981209098","heartbeat_back_addr":"172.21.15.203:6815/3981209098","heartbeat_front_addr":"172.21.15.203:6813/3981209098","state":["exists","up"]},{"osd":3,"uuid":"e0cdf9d9-3149-4dc3-a943-d66eb0349ed6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6810","nonce":2304071050},{"type":"v1","addr":"172.21.15.71:6811","nonce":2304071050}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":2304071050},{"type":"v1","addr":"172.21.15.71:6813","nonce":2304071050}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":2304071050},{"type":"v1","addr":"172.21.15.71:6817","nonce":2304071050}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":2304071050},{"type":"v1","addr":"172.21.15.71:6815","nonce":2304071050}]},"public_addr":"172.21.15.71:6811/2304071050","cluster_addr":"172.21.15.71:6813/2304071050","heartbeat_back_addr":"172.21.15.71:6817/2304071050","heartbeat_front_addr":"172.21.15.71:6815/2304071050","state":["exists","up"]},{"osd":4,"uuid":"13faa91f-7113-47ba-9b56-098f02670ceb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6816","nonce":3772951786},{"type":"v1","addr":"172.21.15.203:6817","nonce":3772951786}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6818","nonce":3772951786},{"type":"v1","addr":"172.21.15.203:6819","nonce":3772951786}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6822","nonce":3772951786},{"type":"v1","addr":"172.21.15.203:6823","nonce":3772951786}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6820","nonce":3772951786},{"type":"v1","addr":"172.21.15.203:6821","nonce":3772951786}]},"public_addr":"172.21.15.203:6817/3772951786","cluster_addr":"172.21.15.203:6819/3772951786","heartbeat_back_addr":"172.21.15.203:6823/3772951786","heartbeat_front_addr":"172.21.15.203:6821/3772951786","state":["exists","up"]},{"osd":5,"uuid":"ddddd466-f86f-46bf-a238-f7ad244b9ec5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6818","nonce":50456432},{"type":"v1","addr":"172.21.15.71:6819","nonce":50456432}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":50456432},{"type":"v1","addr":"172.21.15.71:6821","nonce":50456432}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":50456432},{"type":"v1","addr":"172.21.15.71:6825","nonce":50456432}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":50456432},{"type":"v1","addr":"172.21.15.71:6823","nonce":50456432}]},"public_addr":"172.21.15.71:6819/50456432","cluster_addr":"172.21.15.71:6821/50456432","heartbeat_back_addr":"172.21.15.71:6825/50456432","heartbeat_front_addr":"172.21.15.71:6823/50456432","state":["exists","up"]},{"osd":6,"uuid":"2267faa3-93c0-486a-b810-c53785c85aa6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6824","nonce":3254759913},{"type":"v1","addr":"172.21.15.203:6825","nonce":3254759913}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6826","nonce":3254759913},{"type":"v1","addr":"172.21.15.203:6827","nonce":3254759913}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6830","nonce":3254759913},{"type":"v1","addr":"172.21.15.203:6831","nonce":3254759913}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6828","nonce":3254759913},{"type":"v1","addr":"172.21.15.203:6829","nonce":3254759913}]},"public_addr":"172.21.15.203:6825/3254759913","cluster_addr":"172.21.15.203:6827/3254759913","heartbeat_back_addr":"172.21.15.203:6831/3254759913","heartbeat_front_addr":"172.21.15.203:6829/3254759913","state":["exists","up"]},{"osd":7,"uuid":"fb08748f-845d-4036-a293-464eb99f78be","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":119416666},{"type":"v1","addr":"172.21.15.71:6827","nonce":119416666}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":119416666},{"type":"v1","addr":"172.21.15.71:6829","nonce":119416666}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":119416666},{"type":"v1","addr":"172.21.15.71:6833","nonce":119416666}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":119416666},{"type":"v1","addr":"172.21.15.71:6831","nonce":119416666}]},"public_addr":"172.21.15.71:6827/119416666","cluster_addr":"172.21.15.71:6829/119416666","heartbeat_back_addr":"172.21.15.71:6833/119416666","heartbeat_front_addr":"172.21.15.71:6831/119416666","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-30T22:18:53.588388+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-30T22:18:56.989939+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-30T22:18:59.026365+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-30T22:19:04.482581+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-30T22:19:04.778333+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-30T22:19:11.090580+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-30T22:19:10.532720+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-30T22:19:18.690730+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:6801/3175582436":"2023-12-01T22:17:11.563721+0000","172.21.15.71:0/1966394499":"2023-12-01T22:17:11.563721+0000","172.21.15.71:6801/1979403099":"2023-12-01T22:16:18.896584+0000","172.21.15.71:6800/1979403099":"2023-12-01T22:16:18.896584+0000","172.21.15.71:0/1414301269":"2023-12-01T22:16:18.896584+0000","172.21.15.71:0/2393892753":"2023-12-01T22:17:11.563721+0000","172.21.15.71:0/1094347041":"2023-12-01T22:16:18.896584+0000","172.21.15.71:6800/2901019016":"2023-12-01T22:15:51.251831+0000","172.21.15.71:6801/2901019016":"2023-12-01T22:15:51.251831+0000","172.21.15.71:6800/3175582436":"2023-12-01T22:17:11.563721+0000","172.21.15.71:0/3647887890":"2023-12-01T22:15:51.251831+0000","172.21.15.71:0/481158122":"2023-12-01T22:15:51.251831+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-30T22:19:33.070 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-11-30T22:19:00.738894+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': '24', '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-30T22:19:33.071 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-11-30T22:19:33.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:33 smithi071 conmon[83797]: cluster 2023-11-30T22:19:31.589087+0000 mgr.smithi071.nfuwvn (mgr.14180) 117 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:33.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:33 smithi071 conmon[83797]: audit 2023-11-30T22:19:32.119357+0000 mon.smithi071 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.71:0/2149793225' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-30T22:19:33.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:33 smithi203 conmon[88363]: cluster 2023-11-30T22:19:31.589087+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:19:33.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:33 smithi203 conmon[88363]: .14180) 117 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:33.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:33 smithi203 conmon[88363]: audit 2023-11-30T22:19:32.119357+0000 mon.smithi071 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.71:0/2149793225' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-30T22:19:33.695 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/config 2023-11-30T22:19:35.289 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:35 smithi071 conmon[83797]: cluster 2023-11-30T22:19:33.589428+0000 mgr.smithi071.nfuwvn (mgr.14180) 118 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:35.334 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:35 smithi203 conmon[88363]: cluster 2023-11-30T22:19:33.589428+0000 mgr.smithi071.nfuwvn (mgr.14180) 118 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:35.699 INFO:teuthology.orchestra.run.smithi071.stdout:pg_num: 1 2023-11-30T22:19:36.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:36 smithi071 conmon[83797]: audit 2023-11-30T22:19:35.699108+0000 mon.smithi071 2023-11-30T22:19:36.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:36 smithi071 conmon[83797]: (mon.0) 579 : audit [DBG] from='client.? 172.21.15.71:0/1983879521' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-30T22:19:36.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:36 smithi203 conmon[88363]: audit 2023-11-30T22:19:35.699108+0000 mon.smithi071 (mon.0 2023-11-30T22:19:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:36 smithi203 conmon[88363]: ) 579 : audit [DBG] from='client.? 172.21.15.71:0/1983879521' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-30T22:19:36.709 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-30T22:19:36.709 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-30T22:19:36.709 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-11-30T22:19:37.266 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/config 2023-11-30T22:19:37.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:37 smithi071 conmon[83797]: cluster 2023-11-30T22:19:35.589777+0000 mgr.smithi071.nfuwvn (mgr.14180) 119 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:37.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:37 smithi203 conmon[88363]: cluster 2023-11-30T22:19:35.589777 2023-11-30T22:19:37.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:37 smithi203 conmon[88363]: +0000 mgr.smithi071.nfuwvn (mgr.14180) 119 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:39.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:38 smithi071 conmon[83797]: cluster 2023-11-30T22:19:37.590121+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:19:39.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:38 smithi071 conmon[83797]: 14180) 120 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:39.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:38 smithi071 conmon[83797]: audit 2023-11-30T22:19:37.840138+0000 mon.smithi071 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:39.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:38 smithi071 conmon[83797]: audit 2023-11-30T22:19:38.621980+0000 mon.smithi071 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:39.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:38 smithi203 conmon[88363]: cluster 2023-11-30T22:19:37.590121+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:19:39.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:38 smithi203 conmon[88363]: 120 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:39.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:38 smithi203 conmon[88363]: audit 2023-11-30T22:19:37.840138+0000 mon.smithi071 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:39.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:38 smithi203 conmon[88363]: audit 2023-11-30T22:19:38.621980+0000 mon.smithi071 (mon.0) 581 : audit 2023-11-30T22:19:39.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:38 smithi203 conmon[88363]: [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:19:39.227 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:19:39.929 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi071.nfuwvn","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6800","nonce":2697532042},{"type":"v1","addr":"172.21.15.71:6801","nonce":2697532042}]},"active_addr":"172.21.15.71:6801/2697532042","active_change":"2023-11-30T22:17:11.563845+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi203.ensxex","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.71:8443/","prometheus":"http://172.21.15.71: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.71:0","nonce":3388340142}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":248668906}]}]} 2023-11-30T22:19:39.932 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-30T22:19:39.933 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-30T22:19:39.933 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-11-30T22:19:40.296 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/config 2023-11-30T22:19:40.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:39 smithi071 conmon[83797]: audit 2023-11-30T22:19:39.222592+0000 mon.smithi071 (mon.0) 582 2023-11-30T22:19:40.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:39 smithi071 conmon[83797]: : audit [DBG] from='client.? 172.21.15.71:0/578126740' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-30T22:19:40.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:39 smithi203 conmon[88363]: audit 2023-11-30T22:19:39.222592+0000 mon.smithi071 (mon 2023-11-30T22:19:40.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:39 smithi203 conmon[88363]: .0) 582 : audit [DBG] from='client.? 172.21.15.71:0/578126740' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-30T22:19:41.352 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:40 smithi071 conmon[83797]: cluster 2023-11-30T22:19:39.590443+0000 mgr.smithi071.nfuwvn (mgr.14180) 121 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:41.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:40 smithi203 conmon[88363]: cluster 2023-11-30T22:19:39.590443+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:19:41.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:40 smithi203 conmon[88363]: ) 121 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:42.021 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:19:42.021 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":38,"fsid":"d7cb60fe-8fcd-11ee-95a2-87774f69a715","created":"2023-11-30T22:15:28.660695+0000","modified":"2023-11-30T22:19:22.678298+0000","last_up_change":"2023-11-30T22:19:20.671080+0000","last_in_change":"2023-11-30T22:18:38.956619+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"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-30T22:19:00.738894+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":"24","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":"117f3d65-f16a-4f4b-af51-372679438b00","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6800","nonce":520719249},{"type":"v1","addr":"172.21.15.203:6801","nonce":520719249}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6802","nonce":520719249},{"type":"v1","addr":"172.21.15.203:6803","nonce":520719249}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6806","nonce":520719249},{"type":"v1","addr":"172.21.15.203:6807","nonce":520719249}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6804","nonce":520719249},{"type":"v1","addr":"172.21.15.203:6805","nonce":520719249}]},"public_addr":"172.21.15.203:6801/520719249","cluster_addr":"172.21.15.203:6803/520719249","heartbeat_back_addr":"172.21.15.203:6807/520719249","heartbeat_front_addr":"172.21.15.203:6805/520719249","state":["exists","up"]},{"osd":1,"uuid":"16c648b2-1b8d-411f-bbfa-4aa3c837dc20","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":3128073857},{"type":"v1","addr":"172.21.15.71:6803","nonce":3128073857}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":3128073857},{"type":"v1","addr":"172.21.15.71:6805","nonce":3128073857}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":3128073857},{"type":"v1","addr":"172.21.15.71:6809","nonce":3128073857}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":3128073857},{"type":"v1","addr":"172.21.15.71:6807","nonce":3128073857}]},"public_addr":"172.21.15.71:6803/3128073857","cluster_addr":"172.21.15.71:6805/3128073857","heartbeat_back_addr":"172.21.15.71:6809/3128073857","heartbeat_front_addr":"172.21.15.71:6807/3128073857","state":["exists","up"]},{"osd":2,"uuid":"f536df19-8c7a-43cf-889a-66e896a8561d","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.203:6808","nonce":3981209098},{"type":"v1","addr":"172.21.15.203:6809","nonce":3981209098}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6810","nonce":3981209098},{"type":"v1","addr":"172.21.15.203:6811","nonce":3981209098}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6814","nonce":3981209098},{"type":"v1","addr":"172.21.15.203:6815","nonce":3981209098}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6812","nonce":3981209098},{"type":"v1","addr":"172.21.15.203:6813","nonce":3981209098}]},"public_addr":"172.21.15.203:6809/3981209098","cluster_addr":"172.21.15.203:6811/3981209098","heartbeat_back_addr":"172.21.15.203:6815/3981209098","heartbeat_front_addr":"172.21.15.203:6813/3981209098","state":["exists","up"]},{"osd":3,"uuid":"e0cdf9d9-3149-4dc3-a943-d66eb0349ed6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6810","nonce":2304071050},{"type":"v1","addr":"172.21.15.71:6811","nonce":2304071050}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":2304071050},{"type":"v1","addr":"172.21.15.71:6813","nonce":2304071050}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":2304071050},{"type":"v1","addr":"172.21.15.71:6817","nonce":2304071050}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":2304071050},{"type":"v1","addr":"172.21.15.71:6815","nonce":2304071050}]},"public_addr":"172.21.15.71:6811/2304071050","cluster_addr":"172.21.15.71:6813/2304071050","heartbeat_back_addr":"172.21.15.71:6817/2304071050","heartbeat_front_addr":"172.21.15.71:6815/2304071050","state":["exists","up"]},{"osd":4,"uuid":"13faa91f-7113-47ba-9b56-098f02670ceb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6816","nonce":3772951786},{"type":"v1","addr":"172.21.15.203:6817","nonce":3772951786}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6818","nonce":3772951786},{"type":"v1","addr":"172.21.15.203:6819","nonce":3772951786}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6822","nonce":3772951786},{"type":"v1","addr":"172.21.15.203:6823","nonce":3772951786}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6820","nonce":3772951786},{"type":"v1","addr":"172.21.15.203:6821","nonce":3772951786}]},"public_addr":"172.21.15.203:6817/3772951786","cluster_addr":"172.21.15.203:6819/3772951786","heartbeat_back_addr":"172.21.15.203:6823/3772951786","heartbeat_front_addr":"172.21.15.203:6821/3772951786","state":["exists","up"]},{"osd":5,"uuid":"ddddd466-f86f-46bf-a238-f7ad244b9ec5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6818","nonce":50456432},{"type":"v1","addr":"172.21.15.71:6819","nonce":50456432}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":50456432},{"type":"v1","addr":"172.21.15.71:6821","nonce":50456432}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":50456432},{"type":"v1","addr":"172.21.15.71:6825","nonce":50456432}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":50456432},{"type":"v1","addr":"172.21.15.71:6823","nonce":50456432}]},"public_addr":"172.21.15.71:6819/50456432","cluster_addr":"172.21.15.71:6821/50456432","heartbeat_back_addr":"172.21.15.71:6825/50456432","heartbeat_front_addr":"172.21.15.71:6823/50456432","state":["exists","up"]},{"osd":6,"uuid":"2267faa3-93c0-486a-b810-c53785c85aa6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6824","nonce":3254759913},{"type":"v1","addr":"172.21.15.203:6825","nonce":3254759913}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6826","nonce":3254759913},{"type":"v1","addr":"172.21.15.203:6827","nonce":3254759913}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6830","nonce":3254759913},{"type":"v1","addr":"172.21.15.203:6831","nonce":3254759913}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6828","nonce":3254759913},{"type":"v1","addr":"172.21.15.203:6829","nonce":3254759913}]},"public_addr":"172.21.15.203:6825/3254759913","cluster_addr":"172.21.15.203:6827/3254759913","heartbeat_back_addr":"172.21.15.203:6831/3254759913","heartbeat_front_addr":"172.21.15.203:6829/3254759913","state":["exists","up"]},{"osd":7,"uuid":"fb08748f-845d-4036-a293-464eb99f78be","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":119416666},{"type":"v1","addr":"172.21.15.71:6827","nonce":119416666}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":119416666},{"type":"v1","addr":"172.21.15.71:6829","nonce":119416666}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":119416666},{"type":"v1","addr":"172.21.15.71:6833","nonce":119416666}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":119416666},{"type":"v1","addr":"172.21.15.71:6831","nonce":119416666}]},"public_addr":"172.21.15.71:6827/119416666","cluster_addr":"172.21.15.71:6829/119416666","heartbeat_back_addr":"172.21.15.71:6833/119416666","heartbeat_front_addr":"172.21.15.71:6831/119416666","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-30T22:18:53.588388+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-30T22:18:56.989939+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-30T22:18:59.026365+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-30T22:19:04.482581+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-30T22:19:04.778333+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-30T22:19:11.090580+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-30T22:19:10.532720+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-30T22:19:18.690730+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:6801/3175582436":"2023-12-01T22:17:11.563721+0000","172.21.15.71:0/1966394499":"2023-12-01T22:17:11.563721+0000","172.21.15.71:6801/1979403099":"2023-12-01T22:16:18.896584+0000","172.21.15.71:6800/1979403099":"2023-12-01T22:16:18.896584+0000","172.21.15.71:0/1414301269":"2023-12-01T22:16:18.896584+0000","172.21.15.71:0/2393892753":"2023-12-01T22:17:11.563721+0000","172.21.15.71:0/1094347041":"2023-12-01T22:16:18.896584+0000","172.21.15.71:6800/2901019016":"2023-12-01T22:15:51.251831+0000","172.21.15.71:6801/2901019016":"2023-12-01T22:15:51.251831+0000","172.21.15.71:6800/3175582436":"2023-12-01T22:17:11.563721+0000","172.21.15.71:0/3647887890":"2023-12-01T22:15:51.251831+0000","172.21.15.71:0/481158122":"2023-12-01T22:15:51.251831+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-30T22:19:42.629 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-30T22:19:42.629 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-11-30T22:19:42.992 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/config 2023-11-30T22:19:43.211 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:42 smithi071 conmon[83797]: cluster 2023-11-30T22:19:41.590757+0000 mgr.smithi071.nfuwvn (mgr.14180) 122 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:43.211 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:42 smithi071 conmon[83797]: audit 2023-11-30T22:19:43.211 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:42 smithi071 conmon[83797]: 2023-11-30T22:19:42.020083+0000 mon.smithi071 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.71:0/3155171779' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-30T22:19:43.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:42 smithi203 conmon[88363]: cluster 2023-11-30T22:19:41.590757+0000 mgr.smithi071.nfuwvn (mgr.14180) 122 : cluster 2023-11-30T22:19:43.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:42 smithi203 conmon[88363]: [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:43.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:42 smithi203 conmon[88363]: audit 2023-11-30T22:19:42.020083+0000 mon.smithi071 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.71:0/3155171779' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-30T22:19:44.635 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:19:44.635 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":38,"fsid":"d7cb60fe-8fcd-11ee-95a2-87774f69a715","created":"2023-11-30T22:15:28.660695+0000","modified":"2023-11-30T22:19:22.678298+0000","last_up_change":"2023-11-30T22:19:20.671080+0000","last_in_change":"2023-11-30T22:18:38.956619+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"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-30T22:19:00.738894+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":"24","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":"117f3d65-f16a-4f4b-af51-372679438b00","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6800","nonce":520719249},{"type":"v1","addr":"172.21.15.203:6801","nonce":520719249}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6802","nonce":520719249},{"type":"v1","addr":"172.21.15.203:6803","nonce":520719249}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6806","nonce":520719249},{"type":"v1","addr":"172.21.15.203:6807","nonce":520719249}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6804","nonce":520719249},{"type":"v1","addr":"172.21.15.203:6805","nonce":520719249}]},"public_addr":"172.21.15.203:6801/520719249","cluster_addr":"172.21.15.203:6803/520719249","heartbeat_back_addr":"172.21.15.203:6807/520719249","heartbeat_front_addr":"172.21.15.203:6805/520719249","state":["exists","up"]},{"osd":1,"uuid":"16c648b2-1b8d-411f-bbfa-4aa3c837dc20","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":3128073857},{"type":"v1","addr":"172.21.15.71:6803","nonce":3128073857}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":3128073857},{"type":"v1","addr":"172.21.15.71:6805","nonce":3128073857}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":3128073857},{"type":"v1","addr":"172.21.15.71:6809","nonce":3128073857}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":3128073857},{"type":"v1","addr":"172.21.15.71:6807","nonce":3128073857}]},"public_addr":"172.21.15.71:6803/3128073857","cluster_addr":"172.21.15.71:6805/3128073857","heartbeat_back_addr":"172.21.15.71:6809/3128073857","heartbeat_front_addr":"172.21.15.71:6807/3128073857","state":["exists","up"]},{"osd":2,"uuid":"f536df19-8c7a-43cf-889a-66e896a8561d","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.203:6808","nonce":3981209098},{"type":"v1","addr":"172.21.15.203:6809","nonce":3981209098}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6810","nonce":3981209098},{"type":"v1","addr":"172.21.15.203:6811","nonce":3981209098}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6814","nonce":3981209098},{"type":"v1","addr":"172.21.15.203:6815","nonce":3981209098}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6812","nonce":3981209098},{"type":"v1","addr":"172.21.15.203:6813","nonce":3981209098}]},"public_addr":"172.21.15.203:6809/3981209098","cluster_addr":"172.21.15.203:6811/3981209098","heartbeat_back_addr":"172.21.15.203:6815/3981209098","heartbeat_front_addr":"172.21.15.203:6813/3981209098","state":["exists","up"]},{"osd":3,"uuid":"e0cdf9d9-3149-4dc3-a943-d66eb0349ed6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6810","nonce":2304071050},{"type":"v1","addr":"172.21.15.71:6811","nonce":2304071050}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":2304071050},{"type":"v1","addr":"172.21.15.71:6813","nonce":2304071050}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":2304071050},{"type":"v1","addr":"172.21.15.71:6817","nonce":2304071050}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":2304071050},{"type":"v1","addr":"172.21.15.71:6815","nonce":2304071050}]},"public_addr":"172.21.15.71:6811/2304071050","cluster_addr":"172.21.15.71:6813/2304071050","heartbeat_back_addr":"172.21.15.71:6817/2304071050","heartbeat_front_addr":"172.21.15.71:6815/2304071050","state":["exists","up"]},{"osd":4,"uuid":"13faa91f-7113-47ba-9b56-098f02670ceb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6816","nonce":3772951786},{"type":"v1","addr":"172.21.15.203:6817","nonce":3772951786}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6818","nonce":3772951786},{"type":"v1","addr":"172.21.15.203:6819","nonce":3772951786}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6822","nonce":3772951786},{"type":"v1","addr":"172.21.15.203:6823","nonce":3772951786}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6820","nonce":3772951786},{"type":"v1","addr":"172.21.15.203:6821","nonce":3772951786}]},"public_addr":"172.21.15.203:6817/3772951786","cluster_addr":"172.21.15.203:6819/3772951786","heartbeat_back_addr":"172.21.15.203:6823/3772951786","heartbeat_front_addr":"172.21.15.203:6821/3772951786","state":["exists","up"]},{"osd":5,"uuid":"ddddd466-f86f-46bf-a238-f7ad244b9ec5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6818","nonce":50456432},{"type":"v1","addr":"172.21.15.71:6819","nonce":50456432}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":50456432},{"type":"v1","addr":"172.21.15.71:6821","nonce":50456432}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":50456432},{"type":"v1","addr":"172.21.15.71:6825","nonce":50456432}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":50456432},{"type":"v1","addr":"172.21.15.71:6823","nonce":50456432}]},"public_addr":"172.21.15.71:6819/50456432","cluster_addr":"172.21.15.71:6821/50456432","heartbeat_back_addr":"172.21.15.71:6825/50456432","heartbeat_front_addr":"172.21.15.71:6823/50456432","state":["exists","up"]},{"osd":6,"uuid":"2267faa3-93c0-486a-b810-c53785c85aa6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6824","nonce":3254759913},{"type":"v1","addr":"172.21.15.203:6825","nonce":3254759913}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6826","nonce":3254759913},{"type":"v1","addr":"172.21.15.203:6827","nonce":3254759913}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6830","nonce":3254759913},{"type":"v1","addr":"172.21.15.203:6831","nonce":3254759913}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6828","nonce":3254759913},{"type":"v1","addr":"172.21.15.203:6829","nonce":3254759913}]},"public_addr":"172.21.15.203:6825/3254759913","cluster_addr":"172.21.15.203:6827/3254759913","heartbeat_back_addr":"172.21.15.203:6831/3254759913","heartbeat_front_addr":"172.21.15.203:6829/3254759913","state":["exists","up"]},{"osd":7,"uuid":"fb08748f-845d-4036-a293-464eb99f78be","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":119416666},{"type":"v1","addr":"172.21.15.71:6827","nonce":119416666}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":119416666},{"type":"v1","addr":"172.21.15.71:6829","nonce":119416666}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":119416666},{"type":"v1","addr":"172.21.15.71:6833","nonce":119416666}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":119416666},{"type":"v1","addr":"172.21.15.71:6831","nonce":119416666}]},"public_addr":"172.21.15.71:6827/119416666","cluster_addr":"172.21.15.71:6829/119416666","heartbeat_back_addr":"172.21.15.71:6833/119416666","heartbeat_front_addr":"172.21.15.71:6831/119416666","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-30T22:18:53.588388+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-30T22:18:56.989939+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-30T22:18:59.026365+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-30T22:19:04.482581+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-30T22:19:04.778333+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-30T22:19:11.090580+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-30T22:19:10.532720+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-30T22:19:18.690730+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:6801/3175582436":"2023-12-01T22:17:11.563721+0000","172.21.15.71:0/1966394499":"2023-12-01T22:17:11.563721+0000","172.21.15.71:6801/1979403099":"2023-12-01T22:16:18.896584+0000","172.21.15.71:6800/1979403099":"2023-12-01T22:16:18.896584+0000","172.21.15.71:0/1414301269":"2023-12-01T22:16:18.896584+0000","172.21.15.71:0/2393892753":"2023-12-01T22:17:11.563721+0000","172.21.15.71:0/1094347041":"2023-12-01T22:16:18.896584+0000","172.21.15.71:6800/2901019016":"2023-12-01T22:15:51.251831+0000","172.21.15.71:6801/2901019016":"2023-12-01T22:15:51.251831+0000","172.21.15.71:6800/3175582436":"2023-12-01T22:17:11.563721+0000","172.21.15.71:0/3647887890":"2023-12-01T22:15:51.251831+0000","172.21.15.71:0/481158122":"2023-12-01T22:15:51.251831+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-30T22:19:45.228 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:44 smithi071 conmon[83797]: cluster 2023-11-30T22:19:43.590992+0000 mgr.smithi071.nfuwvn (mgr.14180) 123 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:45.228 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:44 smithi071 conmon[83797]: audit 2023-11-30T22:19:44.633398+0000 mon.smithi071 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.71:0/1561351526' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-30T22:19:45.240 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-11-30T22:19:45.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:44 smithi203 conmon[88363]: cluster 2023-11-30T22:19:43.590992+0000 mgr.smithi071.nfuwvn (mgr.14180) 123 : cluster 2023-11-30T22:19:45.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:44 smithi203 conmon[88363]: [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:45.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:44 smithi203 conmon[88363]: audit 2023-11-30T22:19:44.633398+0000 mon.smithi071 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.71:0/1561351526' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-30T22:19:45.604 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/config 2023-11-30T22:19:47.098 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:46 smithi071 conmon[83797]: cluster 2023-11-30T22:19:45.591263+0000 mgr.smithi071.nfuwvn (mgr.14180) 124 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:47.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:46 smithi203 conmon[88363]: cluster 2023-11-30T22:19:45.591263+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:19:47.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:46 smithi203 conmon[88363]: 124 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:47.661 INFO:teuthology.orchestra.run.smithi071.stdout:68719476749 2023-11-30T22:19:47.662 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-11-30T22:19:48.027 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/config 2023-11-30T22:19:49.321 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:48 smithi071 conmon[83797]: cluster 2023-11-30T22:19:47.591567 2023-11-30T22:19:49.322 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:48 smithi071 conmon[83797]: +0000 mgr.smithi071.nfuwvn (mgr.14180) 125 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:49.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:48 smithi203 conmon[88363]: cluster 2023-11-30T22:19: 2023-11-30T22:19:49.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:48 smithi203 conmon[88363]: 47.591567+0000 mgr.smithi071.nfuwvn (mgr.14180) 125 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:50.201 INFO:teuthology.orchestra.run.smithi071.stdout:81604378638 2023-11-30T22:19:50.201 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-11-30T22:19:50.561 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/config 2023-11-30T22:19:51.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:50 smithi071 conmon[83797]: cluster 2023-11-30T22:19:49.591916+0000 mgr.smithi071.nfuwvn (mgr.14180) 126 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:51.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:50 smithi203 conmon[88363]: cluster 2023-11-30T22:19:49.591916+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:19:51.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:50 smithi203 conmon[88363]: 14180) 126 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:52.500 INFO:teuthology.orchestra.run.smithi071.stdout:90194313229 2023-11-30T22:19:52.501 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-11-30T22:19:52.862 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/config 2023-11-30T22:19:53.261 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:52 smithi071 conmon[83797]: cluster 2023-11-30T22:19:51.592197+0000 mgr.smithi071.nfuwvn (mgr.14180) 127 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:53.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:52 smithi203 conmon[88363]: cluster 2023-11-30T22:19:51.592197+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:19:53.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:52 smithi203 conmon[88363]: 14180) 127 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:54.957 INFO:teuthology.orchestra.run.smithi071.stdout:115964117004 2023-11-30T22:19:54.958 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-11-30T22:19:55.318 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/config 2023-11-30T22:19:55.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:54 smithi071 conmon[83797]: cluster 2023-11-30T22:19:53.592548+0000 mgr.smithi071.nfuwvn (mgr.14180) 128 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:55.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:54 smithi203 conmon[88363]: cluster 2023-11-30T22:19:53.592548+0000 mgr.smithi071.nfuwvn (mgr.14180) 128 : cluster 2023-11-30T22:19:55.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:54 smithi203 conmon[88363]: [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:57.117 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:56 smithi071 conmon[83797]: cluster 2023-11-30T22:19:55.592877+0000 mgr.smithi071.nfuwvn (mgr.14180) 129 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:57.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:56 smithi203 conmon[88363]: cluster 2023-11-30T22:19:55.592877+0000 mgr.smithi071.nfuwvn (mgr.14180) 129 2023-11-30T22:19:57.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:56 smithi203 conmon[88363]: : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:57.401 INFO:teuthology.orchestra.run.smithi071.stdout:115964117005 2023-11-30T22:19:57.401 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-11-30T22:19:57.763 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/config 2023-11-30T22:19:58.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:58 smithi071 conmon[83797]: cluster 2023-11-30T22:19:57.593164 2023-11-30T22:19:58.980 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:19:58 smithi071 conmon[83797]: +0000 mgr.smithi071.nfuwvn (mgr.14180) 130 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:59.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:58 smithi203 conmon[88363]: cluster 2023-11-30T22:19:57.593164+0000 mgr.smithi071.nfuwvn (mgr.14180) 130 : cluster 2023-11-30T22:19:59.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:19:58 smithi203 conmon[88363]: [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:19:59.682 INFO:teuthology.orchestra.run.smithi071.stdout:137438953484 2023-11-30T22:19:59.682 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-11-30T22:20:00.045 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/config 2023-11-30T22:20:01.259 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:00 smithi071 conmon[83797]: cluster 2023-11-30T22:19:59.593438+0000 mgr.smithi071.nfuwvn (mgr.14180) 131 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:01.259 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:00 smithi071 conmon[83797]: cluster 2023-11-30T22:20:00.000104+0000 mon.smithi071 (mon.0) 585 : cluster [INF] overall HEALTH_OK 2023-11-30T22:20:01.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:00 smithi203 conmon[88363]: cluster 2023-11-30T22:19:59.593438+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:20:01.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:00 smithi203 conmon[88363]: 14180) 131 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:01.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:00 smithi203 conmon[88363]: cluster 2023-11-30T22:20:00.000104+0000 mon.smithi071 (mon.0) 585 : cluster [INF] overall HEALTH_OK 2023-11-30T22:20:01.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:00 smithi203 conmon[88363]: 2023-11-30T22:20:02.171 INFO:teuthology.orchestra.run.smithi071.stdout:137438953484 2023-11-30T22:20:02.172 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-11-30T22:20:02.530 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/config 2023-11-30T22:20:03.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:02 smithi071 conmon[83797]: cluster 2023-11-30T22:20:01.593781+0000 mgr.smithi071.nfuwvn (mgr.14180) 132 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:03.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:02 smithi203 conmon[88363]: cluster 2023-11-30T22:20:01.593781+0000 mgr.smithi071.nfuwvn (mgr.14180) 132 : cluster 2023-11-30T22:20:03.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:02 smithi203 conmon[88363]: [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:04.539 INFO:teuthology.orchestra.run.smithi071.stdout:154618822668 2023-11-30T22:20:04.539 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-11-30T22:20:04.910 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/config 2023-11-30T22:20:05.191 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:04 smithi071 conmon[83797]: cluster 2023-11-30T22:20:03.594332+0000 mgr.smithi071.nfuwvn (mgr.14180) 133 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:05.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:04 smithi203 conmon[88363]: cluster 2023-11-30T22:20:03.594332+0000 mgr.smithi071.nfuwvn (mgr.14180) 133 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:05.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:04 smithi203 conmon[88363]: 2023-11-30T22:20:06.515 INFO:teuthology.orchestra.run.smithi071.stdout:68719476753 2023-11-30T22:20:07.129 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476749 got 68719476753 for osd.0 2023-11-30T22:20:07.130 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-11-30T22:20:07.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:06 smithi071 conmon[83797]: cluster 2023-11-30T22:20:05.594790+0000 2023-11-30T22:20:07.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:06 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 134 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:07.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:06 smithi071 conmon[83797]: audit 2023-11-30T22:20:06.513571+0000 mon.smithi071 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.71:0/3721715421' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-30T22:20:07.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:06 smithi203 conmon[88363]: cluster 2023-11-30T22:20:05.594790+0000 mgr.smithi071.nfuwvn (mgr.14180) 134 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:07.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:06 smithi203 conmon[88363]: 2023-11-30T22:20:07.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:06 smithi203 conmon[88363]: audit 2023-11-30T22:20:06.513571+0000 mon.smithi071 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.71:0/3721715421' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-30T22:20:07.488 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/config 2023-11-30T22:20:09.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:08 smithi071 conmon[83797]: cluster 2023-11-30T22:20:07.595300+0000 mgr.smithi071.nfuwvn 2023-11-30T22:20:09.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:08 smithi071 conmon[83797]: (mgr.14180) 135 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:09.210 INFO:teuthology.orchestra.run.smithi071.stdout:81604378641 2023-11-30T22:20:09.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:08 smithi203 conmon[88363]: cluster 2023-11-30T22:20:07.595300+0000 mgr.smithi071.nfuwvn (mgr.14180) 135 : cluster [DBG] 2023-11-30T22:20:09.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:08 smithi203 conmon[88363]: pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:09.778 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378638 got 81604378641 for osd.1 2023-11-30T22:20:09.779 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-11-30T22:20:10.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:09 smithi071 conmon[83797]: audit 2023-11-30T22:20:09.209108+0000 mon.smithi071 ( 2023-11-30T22:20:10.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:09 smithi071 conmon[83797]: mon.0) 587 : audit [DBG] from='client.? 172.21.15.71:0/442644945' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-30T22:20:10.141 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/config 2023-11-30T22:20:10.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:09 smithi203 conmon[88363]: audit 2023-11-30T22:20:09.209108+0000 mon.smithi071 (mon.0) 587 : audit 2023-11-30T22:20:10.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:09 smithi203 conmon[88363]: [DBG] from='client.? 172.21.15.71:0/442644945' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-30T22:20:11.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:10 smithi071 conmon[83797]: cluster 2023-11-30T22:20:09.595748+0000 mgr.smithi071.nfuwvn (mgr.14180) 136 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:11.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:10 smithi203 conmon[88363]: cluster 2023-11-30T22:20:09.595748+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:20:11.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:10 smithi203 conmon[88363]: .14180) 136 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:11.864 INFO:teuthology.orchestra.run.smithi071.stdout:90194313232 2023-11-30T22:20:12.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:11 smithi071 conmon[83797]: audit 2023-11-30T22:20:11.864154+0000 mon.smithi071 (mon 2023-11-30T22:20:12.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:11 smithi071 conmon[83797]: .0) 588 : audit [DBG] from='client.? 172.21.15.71:0/213976638' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-30T22:20:12.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:11 smithi203 conmon[88363]: audit 2023-11-30T22:20:11.864154+0000 mon.smithi071 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.71:0/213976638' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-30T22:20:12.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:11 smithi203 conmon[88363]: 2023-11-30T22:20:12.471 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313229 got 90194313232 for osd.2 2023-11-30T22:20:12.471 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-11-30T22:20:12.833 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/config 2023-11-30T22:20:13.271 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:12 smithi071 conmon[83797]: cluster 2023-11-30T22:20:11.596135+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:20:13.271 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:12 smithi071 conmon[83797]: 14180) 137 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:13.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:12 smithi203 conmon[88363]: cluster 2023-11-30T22:20:11.596135+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:20:13.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:12 smithi203 conmon[88363]: .14180) 137 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:14.459 INFO:teuthology.orchestra.run.smithi071.stdout:115964117008 2023-11-30T22:20:15.054 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117004 got 115964117008 for osd.3 2023-11-30T22:20:15.055 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-11-30T22:20:15.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:14 smithi071 conmon[83797]: cluster 2023-11-30T22:20:13.596540+0000 mgr.smithi071.nfuwvn (mgr.14180) 138 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:15.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:14 smithi071 conmon[83797]: audit 2023-11-30T22:20:14.459136+0000 mon.smithi071 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.71:0/1771469809' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-30T22:20:15.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:14 smithi203 conmon[88363]: cluster 2023-11-30T22:20:13.596540+0000 mgr.smithi071.nfuwvn (mgr.14180) 138 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:15.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:14 smithi203 conmon[88363]: audit 2023-11-30T22:20:14.459136+0000 mon.smithi071 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.71:0/1771469809' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-30T22:20:15.414 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/config 2023-11-30T22:20:16.994 INFO:teuthology.orchestra.run.smithi071.stdout:115964117008 2023-11-30T22:20:17.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:16 smithi071 conmon[83797]: cluster 2023-11-30T22:20:15.597040+0000 mgr.smithi071.nfuwvn (mgr.14180) 139 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:17.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:16 smithi203 conmon[88363]: cluster 2023-11-30T22:20:15.597040+0000 mgr.smithi071.nfuwvn (mgr.14180) 139 : cluster [DBG] 2023-11-30T22:20:17.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:16 smithi203 conmon[88363]: pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:17.578 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117005 got 115964117008 for osd.4 2023-11-30T22:20:17.578 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-11-30T22:20:17.938 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/config 2023-11-30T22:20:18.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:17 smithi071 conmon[83797]: audit 2023-11-30T22:20: 2023-11-30T22:20:18.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:17 smithi071 conmon[83797]: 16.994080+0000 mon.smithi071 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.71:0/2901889828' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-30T22:20:18.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:17 smithi203 conmon[88363]: audit 2023-11-30T22:20:16.994080+0000 mon.smithi071 (mon.0) 590 : audit 2023-11-30T22:20:18.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:17 smithi203 conmon[88363]: [DBG] from='client.? 172.21.15.71:0/2901889828' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-30T22:20:19.139 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:18 smithi071 conmon[83797]: cluster 2023-11-30T22:20:17.597396+0000 mgr.smithi071.nfuwvn (mgr.14180) 140 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:19.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:18 smithi203 conmon[88363]: cluster 2023-11-30T22:20:17.597396+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:20:19.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:18 smithi203 conmon[88363]: ) 140 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:19.461 INFO:teuthology.orchestra.run.smithi071.stdout:137438953488 2023-11-30T22:20:20.068 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953484 got 137438953488 for osd.5 2023-11-30T22:20:20.069 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-11-30T22:20:20.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:19 smithi071 conmon[83797]: audit 2023-11-30T22:20:19.460044 2023-11-30T22:20:20.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:19 smithi071 conmon[83797]: +0000 mon.smithi071 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.71:0/1684412936' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-30T22:20:20.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:19 smithi203 conmon[88363]: audit 2023-11-30T22:20:19.460044+0000 mon.smithi071 (mon.0) 591 : audit 2023-11-30T22:20:20.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:19 smithi203 conmon[88363]: [DBG] from='client.? 172.21.15.71:0/1684412936' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-30T22:20:20.435 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/config 2023-11-30T22:20:21.362 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:20 smithi071 conmon[83797]: cluster 2023-11-30T22:20:19.597734+0000 mgr.smithi071.nfuwvn (mgr.14180) 141 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:21.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:20 smithi203 conmon[88363]: cluster 2023-11-30T22:20:19.597734+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:20:21.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:20 smithi203 conmon[88363]: 14180) 141 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:21.976 INFO:teuthology.orchestra.run.smithi071.stdout:137438953488 2023-11-30T22:20:22.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:22 smithi071 conmon[83797]: audit 2023-11-30T22:20:21.975853+0000 mon.smithi071 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.71:0/2372975939' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-30T22:20:22.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:22 smithi203 conmon[88363]: audit 2023-11-30T22:20:21.975853+0000 mon.smithi071 (mon.0) 592 : audit 2023-11-30T22:20:22.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:22 smithi203 conmon[88363]: [DBG] from='client.? 172.21.15.71:0/2372975939' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-30T22:20:22.618 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953484 got 137438953488 for osd.6 2023-11-30T22:20:22.618 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-11-30T22:20:22.979 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/config 2023-11-30T22:20:23.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:23 smithi071 conmon[83797]: cluster 2023-11-30T22:20:21.598049+0000 2023-11-30T22:20:23.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:23 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 142 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:23.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:23 smithi203 conmon[88363]: cluster 2023-11-30T22:20:21.598049+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:20:23.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:23 smithi203 conmon[88363]: ) 142 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:24.589 INFO:teuthology.orchestra.run.smithi071.stdout:154618822672 2023-11-30T22:20:25.159 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822668 got 154618822672 for osd.7 2023-11-30T22:20:25.160 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-30T22:20:25.160 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-11-30T22:20:25.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:25 smithi071 conmon[83797]: cluster 2023-11-30T22:20:23.598414+0000 mgr.smithi071.nfuwvn (mgr.14180) 143 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:25.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:25 smithi071 conmon[83797]: audit 2023-11-30T22:20:24.588441+0000 mon.smithi071 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.71:0/2370694520' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-30T22:20:25.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:25 smithi203 conmon[88363]: cluster 2023-11-30T22:20:23.598414+0000 mgr.smithi071.nfuwvn (mgr.14180) 143 : cluster [DBG] 2023-11-30T22:20:25.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:25 smithi203 conmon[88363]: pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:25.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:25 smithi203 conmon[88363]: audit 2023-11-30T22:20:24.588441+0000 mon.smithi071 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.71:0/2370694520' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-30T22:20:25.521 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/config 2023-11-30T22:20:27.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:27 smithi071 conmon[83797]: cluster 2023-11-30T22:20:25.598733+0000 mgr.smithi071.nfuwvn (mgr.14180) 144 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:20:27.210 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2023-11-30T22:20:27.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:27 smithi203 conmon[88363]: cluster 2023-11-30T22:20:25.598733+0000 mgr.smithi071.nfuwvn (mgr.14180) 144 : 2023-11-30T22:20:27.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:27 smithi203 conmon[88363]: cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:27.800 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":124,"stamp":"2023-11-30T22:20:25.598607+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":2379640,"kb_used_data":2872,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548808,"statfs":{"total":767926730752,"available":765489979392,"internally_reserved":0,"allocated":2940928,"data_stored":1155727,"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":38,"state":"active+clean","last_fresh":"2023-11-30T22:19:23.416654+0000","last_change":"2023-11-30T22:19:23.416654+0000","last_active":"2023-11-30T22:19:23.416654+0000","last_peered":"2023-11-30T22:19:23.416654+0000","last_clean":"2023-11-30T22:19:23.416654+0000","last_became_active":"2023-11-30T22:19:23.416240+0000","last_became_peered":"2023-11-30T22:19:23.416240+0000","last_unstale":"2023-11-30T22:19:23.416654+0000","last_undegraded":"2023-11-30T22:19:23.416654+0000","last_fullsized":"2023-11-30T22:19:23.416654+0000","mapping_epoch":37,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":38,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-30T22:19:01.485375+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-30T22:19:01.485375+0000","last_clean_scrub_stamp":"2023-11-30T22:19:01.485375+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":36,"seq":154618822672,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297452,"kb_used_data":356,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443604,"statfs":{"total":95990841344,"available":95686250496,"internally_reserved":0,"allocated":364544,"data_stored":144275,"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 Nov 30 22:20:21 2023","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.433},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.56100000000000005}]},{"osd":1,"last update":"Thu Nov 30 22:20:21 2023","interfaces":[{"interface":"back","average":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"last":0.28299999999999997},{"interface":"front","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"last":0.39500000000000002}]},{"osd":2,"last update":"Thu Nov 30 22:20:21 2023","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.47499999999999998},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.54900000000000004}]},{"osd":3,"last update":"Thu Nov 30 22:20:21 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.33100000000000002},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.34499999999999997}]},{"osd":4,"last update":"Thu Nov 30 22:20:21 2023","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.57099999999999995},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":0.89000000000000001,"5min":0.89000000000000001,"15min":0.89000000000000001},"last":0.57999999999999996}]},{"osd":5,"last update":"Thu Nov 30 22:20:21 2023","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.94299999999999995,"5min":0.94299999999999995,"15min":0.94299999999999995},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.372}]},{"osd":6,"last update":"Thu Nov 30 22:20:21 2023","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.499},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.51600000000000001}]}]},{"osd":6,"up_from":32,"seq":137438953489,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":144590,"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 Nov 30 22:20:15 2023","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.33200000000000002}]},{"osd":1,"last update":"Thu Nov 30 22:20:15 2023","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.59599999999999997},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.58699999999999997}]},{"osd":2,"last update":"Thu Nov 30 22:20:15 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.375}]},{"osd":3,"last update":"Thu Nov 30 22:20:15 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.50800000000000001}]},{"osd":4,"last update":"Thu Nov 30 22:20:15 2023","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.434},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.625}]},{"osd":5,"last update":"Thu Nov 30 22:20:15 2023","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":0.86099999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.55200000000000005}]},{"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.52000000000000002}]}]},{"osd":1,"up_from":19,"seq":81604378645,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":144590,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 30 22:20:01 2023","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.439},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.48099999999999998}]},{"osd":2,"last update":"Thu Nov 30 22:20:01 2023","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.433}]},{"osd":3,"last update":"Thu Nov 30 22:20:06 2023","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"last":0.39200000000000002}]},{"osd":4,"last update":"Thu Nov 30 22:20:06 2023","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.5},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.53400000000000003}]},{"osd":5,"last update":"Thu Nov 30 22:20:14 2023","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.35499999999999998},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.498,"5min":0.498,"15min":0.498},"last":0.34300000000000003}]},{"osd":6,"last update":"Thu Nov 30 22:20:14 2023","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.41099999999999998},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.46600000000000003}]},{"osd":7,"last update":"Thu Nov 30 22:20:21 2023","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.40200000000000002}]}]},{"osd":0,"up_from":16,"seq":68719476757,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":144590,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Nov 30 22:20:00 2023","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.54700000000000004},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.55900000000000005}]},{"osd":2,"last update":"Thu Nov 30 22:20:01 2023","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.38600000000000001},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.40200000000000002}]},{"osd":3,"last update":"Thu Nov 30 22:20:07 2023","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.59599999999999997},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.60799999999999998}]},{"osd":4,"last update":"Thu Nov 30 22:20:07 2023","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.35499999999999998},{"interface":"front","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.42799999999999999}]},{"osd":5,"last update":"Thu Nov 30 22:20:14 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.63200000000000001}]},{"osd":6,"last update":"Thu Nov 30 22:20:14 2023","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.46800000000000003}]},{"osd":7,"last update":"Thu Nov 30 22:20:25 2023","interfaces":[{"interface":"back","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.88600000000000001},"last":0.67000000000000004},{"interface":"front","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.64900000000000002}]}]},{"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":297452,"kb_used_data":356,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443604,"statfs":{"total":95990841344,"available":95686250496,"internally_reserved":0,"allocated":364544,"data_stored":143912,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 30 22:20:01 2023","interfaces":[{"interface":"back","average":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"last":0.48499999999999999}]},{"osd":1,"last update":"Thu Nov 30 22:20:01 2023","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.503},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.51700000000000002}]},{"osd":3,"last update":"Thu Nov 30 22:20:11 2023","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.39000000000000001}]},{"osd":4,"last update":"Thu Nov 30 22:20:11 2023","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.622}]},{"osd":5,"last update":"Thu Nov 30 22:20:15 2023","interfaces":[{"interface":"back","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":2.2440000000000002,"5min":2.2440000000000002,"15min":2.2440000000000002},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.53600000000000003}]},{"osd":6,"last update":"Thu Nov 30 22:20:15 2023","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.47599999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65600000000000003}]}]},{"osd":3,"up_from":27,"seq":115964117010,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":144590,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 30 22:20:06 2023","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.5}]},{"osd":1,"last update":"Thu Nov 30 22:20:06 2023","interfaces":[{"interface":"back","average":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.20899999999999999},{"interface":"front","average":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"last":0.22500000000000001}]},{"osd":2,"last update":"Thu Nov 30 22:20:06 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.56699999999999995}]},{"osd":4,"last update":"Thu Nov 30 22:20:06 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.53200000000000003}]},{"osd":5,"last update":"Thu Nov 30 22:20:16 2023","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.33100000000000002},{"interface":"front","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.30199999999999999}]},{"osd":6,"last update":"Thu Nov 30 22:20:16 2023","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.51200000000000001}]},{"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.35899999999999999}]}]},{"osd":4,"up_from":27,"seq":115964117010,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":144590,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 30 22:20:08 2023","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.505,"5min":0.505,"15min":0.505},"last":0.29399999999999998},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.432}]},{"osd":1,"last update":"Thu Nov 30 22:20:08 2023","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.371}]},{"osd":2,"last update":"Thu Nov 30 22:20:08 2023","interfaces":[{"interface":"back","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.40899999999999997},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.33600000000000002}]},{"osd":3,"last update":"Thu Nov 30 22:20:08 2023","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.44800000000000001}]},{"osd":5,"last update":"Thu Nov 30 22:20:13 2023","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.497},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.47799999999999998}]},{"osd":6,"last update":"Thu Nov 30 22:20:13 2023","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.52200000000000002}]},{"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.51100000000000001}]}]},{"osd":5,"up_from":32,"seq":137438953489,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":144590,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 30 22:20:14 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.40799999999999997}]},{"osd":1,"last update":"Thu Nov 30 22:20:14 2023","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.30199999999999999},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.316}]},{"osd":2,"last update":"Thu Nov 30 22:20:14 2023","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.54100000000000004}]},{"osd":3,"last update":"Thu Nov 30 22:20:14 2023","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.36799999999999999},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.34999999999999998}]},{"osd":4,"last update":"Thu Nov 30 22:20:14 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.502}]},{"osd":6,"last update":"Thu Nov 30 22:20:14 2023","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"last":0.55600000000000005}]},{"osd":7,"last update":"Thu Nov 30 22:20:22 2023","interfaces":[{"interface":"back","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.438},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.46400000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-30T22:20:27.801 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-11-30T22:20:28.161 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/config 2023-11-30T22:20:29.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:29 smithi071 conmon[83797]: audit 2023-11-30T22:20:27.205216+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:20:29.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:29 smithi071 conmon[83797]: .14180) 145 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:20:29.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:29 smithi071 conmon[83797]: cluster 2023-11-30T22:20:27.599160+0000 mgr.smithi071.nfuwvn (mgr.14180) 146 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:29.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:29 smithi203 conmon[88363]: audit 2023-11-30T22:20:27.205216+0000 mgr.smithi071.nfuwvn (mgr.14180) 145 : audit 2023-11-30T22:20:29.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:29 smithi203 conmon[88363]: [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:20:29.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:29 smithi203 conmon[88363]: cluster 2023-11-30T22:20:27.599160+0000 mgr.smithi071.nfuwvn (mgr.14180) 146 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:29.794 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:20:29.796 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2023-11-30T22:20:30.342 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":126,"stamp":"2023-11-30T22:20:29.599330+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":2379640,"kb_used_data":2872,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548808,"statfs":{"total":767926730752,"available":765489979392,"internally_reserved":0,"allocated":2940928,"data_stored":1155727,"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":38,"state":"active+clean","last_fresh":"2023-11-30T22:19:23.416654+0000","last_change":"2023-11-30T22:19:23.416654+0000","last_active":"2023-11-30T22:19:23.416654+0000","last_peered":"2023-11-30T22:19:23.416654+0000","last_clean":"2023-11-30T22:19:23.416654+0000","last_became_active":"2023-11-30T22:19:23.416240+0000","last_became_peered":"2023-11-30T22:19:23.416240+0000","last_unstale":"2023-11-30T22:19:23.416654+0000","last_undegraded":"2023-11-30T22:19:23.416654+0000","last_fullsized":"2023-11-30T22:19:23.416654+0000","mapping_epoch":37,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":38,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-30T22:19:01.485375+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-30T22:19:01.485375+0000","last_clean_scrub_stamp":"2023-11-30T22:19:01.485375+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":36,"seq":154618822673,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297452,"kb_used_data":356,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443604,"statfs":{"total":95990841344,"available":95686250496,"internally_reserved":0,"allocated":364544,"data_stored":144275,"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 Nov 30 22:20:21 2023","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.63100000000000001}]},{"osd":1,"last update":"Thu Nov 30 22:20:21 2023","interfaces":[{"interface":"back","average":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"last":0.51000000000000001}]},{"osd":2,"last update":"Thu Nov 30 22:20:21 2023","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.627},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.70599999999999996}]},{"osd":3,"last update":"Thu Nov 30 22:20:21 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.59399999999999997}]},{"osd":4,"last update":"Thu Nov 30 22:20:21 2023","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.82899999999999996},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":0.89000000000000001,"5min":0.89000000000000001,"15min":0.89000000000000001},"last":0.80600000000000005}]},{"osd":5,"last update":"Thu Nov 30 22:20:21 2023","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.94299999999999995,"5min":0.94299999999999995,"15min":0.94299999999999995},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.57499999999999996}]},{"osd":6,"last update":"Thu Nov 30 22:20:21 2023","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.79300000000000004},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.81000000000000005}]}]},{"osd":6,"up_from":32,"seq":137438953490,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":144590,"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 Nov 30 22:20:15 2023","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.373}]},{"osd":1,"last update":"Thu Nov 30 22:20:15 2023","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.65100000000000002}]},{"osd":2,"last update":"Thu Nov 30 22:20:15 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.35499999999999998},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.45600000000000002}]},{"osd":3,"last update":"Thu Nov 30 22:20:15 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.61199999999999999},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.624}]},{"osd":4,"last update":"Thu Nov 30 22:20:15 2023","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.63700000000000001}]},{"osd":5,"last update":"Thu Nov 30 22:20:15 2023","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":0.86099999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.69699999999999995}]},{"osd":7,"last update":"Thu Nov 30 22:20:22 2023","interfaces":[{"interface":"back","average":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.66700000000000004},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.58999999999999997}]}]},{"osd":1,"up_from":19,"seq":81604378646,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":144590,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 30 22:20:01 2023","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.51200000000000001},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.499}]},{"osd":2,"last update":"Thu Nov 30 22:20:01 2023","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.626},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.57699999999999996}]},{"osd":3,"last update":"Thu Nov 30 22:20:06 2023","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"last":0.37}]},{"osd":4,"last update":"Thu Nov 30 22:20:06 2023","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.60099999999999998}]},{"osd":5,"last update":"Thu Nov 30 22:20:14 2023","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.41699999999999998},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.498,"5min":0.498,"15min":0.498},"last":0.34100000000000003}]},{"osd":6,"last update":"Thu Nov 30 22:20:14 2023","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.61599999999999999}]},{"osd":7,"last update":"Thu Nov 30 22:20:21 2023","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.40899999999999997}]}]},{"osd":0,"up_from":16,"seq":68719476757,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":144590,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Nov 30 22:20:00 2023","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.54700000000000004},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.55900000000000005}]},{"osd":2,"last update":"Thu Nov 30 22:20:01 2023","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.38600000000000001},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.40200000000000002}]},{"osd":3,"last update":"Thu Nov 30 22:20:07 2023","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.59599999999999997},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.60799999999999998}]},{"osd":4,"last update":"Thu Nov 30 22:20:07 2023","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.35499999999999998},{"interface":"front","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.42799999999999999}]},{"osd":5,"last update":"Thu Nov 30 22:20:14 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.63200000000000001}]},{"osd":6,"last update":"Thu Nov 30 22:20:14 2023","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.46800000000000003}]},{"osd":7,"last update":"Thu Nov 30 22:20:25 2023","interfaces":[{"interface":"back","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.88600000000000001},"last":0.67000000000000004},{"interface":"front","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.64900000000000002}]}]},{"osd":2,"up_from":21,"seq":90194313236,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297452,"kb_used_data":356,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443604,"statfs":{"total":95990841344,"available":95686250496,"internally_reserved":0,"allocated":364544,"data_stored":143912,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 30 22:20:01 2023","interfaces":[{"interface":"back","average":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"last":0.28199999999999997},{"interface":"front","average":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"last":0.33000000000000002}]},{"osd":1,"last update":"Thu Nov 30 22:20:01 2023","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.67200000000000004}]},{"osd":3,"last update":"Thu Nov 30 22:20:11 2023","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.54100000000000004}]},{"osd":4,"last update":"Thu Nov 30 22:20:11 2023","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.39700000000000002}]},{"osd":5,"last update":"Thu Nov 30 22:20:15 2023","interfaces":[{"interface":"back","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":2.2440000000000002,"5min":2.2440000000000002,"15min":2.2440000000000002},"last":0.56299999999999994},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.61699999999999999}]},{"osd":6,"last update":"Thu Nov 30 22:20:15 2023","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.42499999999999999}]},{"osd":7,"last update":"Thu Nov 30 22:20:23 2023","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.65700000000000003},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.58199999999999996}]}]},{"osd":3,"up_from":27,"seq":115964117011,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":144590,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 30 22:20:06 2023","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.34499999999999997},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.40300000000000002}]},{"osd":1,"last update":"Thu Nov 30 22:20:06 2023","interfaces":[{"interface":"back","average":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.23400000000000001},{"interface":"front","average":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"last":0.223}]},{"osd":2,"last update":"Thu Nov 30 22:20:06 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.39300000000000002}]},{"osd":4,"last update":"Thu Nov 30 22:20:06 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.47799999999999998}]},{"osd":5,"last update":"Thu Nov 30 22:20:16 2023","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.33200000000000002}]},{"osd":6,"last update":"Thu Nov 30 22:20:16 2023","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.45200000000000001}]},{"osd":7,"last update":"Thu Nov 30 22:20:23 2023","interfaces":[{"interface":"back","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.372},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.35999999999999999}]}]},{"osd":4,"up_from":27,"seq":115964117011,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":144590,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 30 22:20:08 2023","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.505,"5min":0.505,"15min":0.505},"last":0.312},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.33700000000000002}]},{"osd":1,"last update":"Thu Nov 30 22:20:08 2023","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.499}]},{"osd":2,"last update":"Thu Nov 30 22:20:08 2023","interfaces":[{"interface":"back","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.41099999999999998},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.51500000000000001}]},{"osd":3,"last update":"Thu Nov 30 22:20:08 2023","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.432}]},{"osd":5,"last update":"Thu Nov 30 22:20:13 2023","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.48099999999999998}]},{"osd":6,"last update":"Thu Nov 30 22:20:13 2023","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.57499999999999996}]},{"osd":7,"last update":"Thu Nov 30 22:20:24 2023","interfaces":[{"interface":"back","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.53900000000000003},{"interface":"front","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.59799999999999998}]}]},{"osd":5,"up_from":32,"seq":137438953490,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":144590,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 30 22:20:14 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.40799999999999997}]},{"osd":1,"last update":"Thu Nov 30 22:20:14 2023","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.30199999999999999},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.316}]},{"osd":2,"last update":"Thu Nov 30 22:20:14 2023","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.54100000000000004}]},{"osd":3,"last update":"Thu Nov 30 22:20:14 2023","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.36799999999999999},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.34999999999999998}]},{"osd":4,"last update":"Thu Nov 30 22:20:14 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.502}]},{"osd":6,"last update":"Thu Nov 30 22:20:14 2023","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"last":0.55600000000000005}]},{"osd":7,"last update":"Thu Nov 30 22:20:22 2023","interfaces":[{"interface":"back","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.438},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.46400000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-30T22:20:30.343 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-30T22:20:30.343 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-30T22:20:30.343 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-30T22:20:30.344 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-11-30T22:20:30.706 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/mon.smithi071/config 2023-11-30T22:20:31.233 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:31 smithi071 conmon[83797]: cluster 2023-11-30T22:20:29.599499+0000 mgr.smithi071.nfuwvn (mgr.14180) 147 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:31.234 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:31 smithi071 conmon[83797]: audit 2023-11-30T22:20:29.791073+0000 mgr.smithi071.nfuwvn (mgr.14180) 148 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:20:31.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:31 smithi203 conmon[88363]: cluster 2023-11-30T22:20:29.599499+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:20:31.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:31 smithi203 conmon[88363]: 147 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:31.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:31 smithi203 conmon[88363]: audit 2023-11-30T22:20:29.791073+0000 mgr.smithi071.nfuwvn (mgr.14180) 148 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:20:32.293 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:20:32.824 INFO:teuthology.orchestra.run.smithi071.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-30T22:20:32.824 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-30T22:20:32.824 INFO:tasks.cephadm:Setup complete, yielding 2023-11-30T22:20:32.825 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-30T22:20:32.836 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi071.front.sepia.ceph.com 2023-11-30T22:20:32.836 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- bash -c 'ceph orch status' 2023-11-30T22:20:33.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:33 smithi071 conmon[83797]: cluster 2023-11-30T22:20:31.600184+0000 mgr.smithi071.nfuwvn (mgr.14180) 149 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:33.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:33 smithi071 conmon[83797]: audit 2023-11-30T22:20:32.292161+0000 mon.smithi071 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.71:0/3732869463' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-30T22:20:33.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:33 smithi203 conmon[88363]: cluster 2023-11-30T22:20:31.600184+0000 mgr.smithi071.nfuwvn (mgr.14180) 149 : cluster 2023-11-30T22:20:33.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:33 smithi203 conmon[88363]: [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:33.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:33 smithi203 conmon[88363]: audit 2023-11-30T22:20:32.292161+0000 mon.smithi071 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.71:0/3732869463' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-30T22:20:34.701 INFO:teuthology.orchestra.run.smithi071.stdout:Backend: cephadm 2023-11-30T22:20:34.702 INFO:teuthology.orchestra.run.smithi071.stdout:Available: Yes 2023-11-30T22:20:34.702 INFO:teuthology.orchestra.run.smithi071.stdout:Paused: No 2023-11-30T22:20:35.274 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ps' 2023-11-30T22:20:35.301 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:35 smithi071 conmon[83797]: cluster 2023-11-30T22:20:33.600597+0000 mgr.smithi071.nfuwvn (mgr.14180) 150 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:35.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:35 smithi203 conmon[88363]: cluster 2023-11-30T22:20:33.600597+0000 mgr.smithi071.nfuwvn (mgr.14180) 150 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:36.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:36 smithi071 conmon[83797]: audit 2023-11-30T22:20:34.699222+0000 mgr.smithi071.nfuwvn (mgr.14180) 151 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:20:36.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:36 smithi203 conmon[88363]: audit 2023-11-30T22:20:34.699222+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:20:36.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:36 smithi203 conmon[88363]: 14180) 151 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:20:37.150 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-30T22:20:37.151 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.smithi071 smithi071 *:9093,9094 running (2m) 74s ago 3m 24.2M - 0.23.0 ba2b418f427c f28c3c0907bc 2023-11-30T22:20:37.151 INFO:teuthology.orchestra.run.smithi071.stdout:crash.smithi071 smithi071 running (3m) 74s ago 3m 7285k - 16.2.14-328-g0dc074ce d30c4dc4d760 4ede0bdef0e4 2023-11-30T22:20:37.151 INFO:teuthology.orchestra.run.smithi071.stdout:crash.smithi203 smithi203 running (2m) 77s ago 2m 7457k - 16.2.14-328-g0dc074ce d30c4dc4d760 398efb583d6e 2023-11-30T22:20:37.151 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.smithi071 smithi071 *:3000 running (2m) 74s ago 3m 45.7M - 8.3.5 dad864ee21e9 6c5b908e0829 2023-11-30T22:20:37.151 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.smithi071.nfuwvn smithi071 *:9283 running (5m) 74s ago 5m 445M - 16.2.14-328-g0dc074ce d30c4dc4d760 bcf7cf5edc53 2023-11-30T22:20:37.151 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.smithi203.ensxex smithi203 *:8443,9283 running (2m) 77s ago 2m 392M - 16.2.14-328-g0dc074ce d30c4dc4d760 128b8c36889e 2023-11-30T22:20:37.151 INFO:teuthology.orchestra.run.smithi071.stdout:mon.smithi071 smithi071 running (5m) 74s ago 5m 76.1M 2048M 16.2.14-328-g0dc074ce d30c4dc4d760 b006ae833a04 2023-11-30T22:20:37.151 INFO:teuthology.orchestra.run.smithi071.stdout:mon.smithi203 smithi203 running (2m) 77s ago 2m 66.4M 2048M 16.2.14-328-g0dc074ce d30c4dc4d760 e4628d515da0 2023-11-30T22:20:37.151 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.smithi071 smithi071 *:9100 running (3m) 74s ago 3m 22.3M - 1.3.1 1dbe0e931976 d6586e0ed610 2023-11-30T22:20:37.151 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.smithi203 smithi203 *:9100 running (2m) 77s ago 2m 20.2M - 1.3.1 1dbe0e931976 80732b32fbf1 2023-11-30T22:20:37.151 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi203 running (108s) 77s ago 107s 30.7M 4004M 16.2.14-328-g0dc074ce d30c4dc4d760 4470841b4f66 2023-11-30T22:20:37.151 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (104s) 74s ago 104s 34.9M 3236M 16.2.14-328-g0dc074ce d30c4dc4d760 634bd5d06017 2023-11-30T22:20:37.151 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi203 running (102s) 77s ago 102s 32.6M 4004M 16.2.14-328-g0dc074ce d30c4dc4d760 479a1ef322b6 2023-11-30T22:20:37.152 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (97s) 74s ago 96s 29.7M 3236M 16.2.14-328-g0dc074ce d30c4dc4d760 05a68d6c3597 2023-11-30T22:20:37.152 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi203 running (96s) 77s ago 96s 28.3M 4004M 16.2.14-328-g0dc074ce d30c4dc4d760 b492b7182387 2023-11-30T22:20:37.152 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi071 running (90s) 74s ago 90s 31.1M 3236M 16.2.14-328-g0dc074ce d30c4dc4d760 8d87f9d4a6a2 2023-11-30T22:20:37.152 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi203 running (91s) 77s ago 90s 28.9M 4004M 16.2.14-328-g0dc074ce d30c4dc4d760 5f423f5f8732 2023-11-30T22:20:37.152 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi071 running (82s) 74s ago 82s 24.1M 3236M 16.2.14-328-g0dc074ce d30c4dc4d760 718dec3da305 2023-11-30T22:20:37.152 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.smithi071 smithi071 *:9095 running (2m) 74s ago 3m 43.3M - 2.33.4 514e6a882f6e 63cf49924d99 2023-11-30T22:20:37.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:37 smithi071 conmon[83797]: cluster 2023-11-30T22:20:35.600981+0000 mgr.smithi071.nfuwvn (mgr.14180) 152 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:37.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:37 smithi203 conmon[88363]: cluster 2023-11-30T22:20:35.600981+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:20:37.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:37 smithi203 conmon[88363]: .14180) 152 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:37.781 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ls' 2023-11-30T22:20:38.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:38 smithi071 conmon[83797]: audit 2023-11-30T22:20:37.142183+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:20:38.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:38 smithi071 conmon[83797]: ) 153 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:20:38.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:38 smithi203 conmon[88363]: audit 2023-11-30T22:20:37.142183+0000 mgr.smithi071.nfuwvn (mgr.14180) 153 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:20:39.309 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:39 smithi071 conmon[83797]: cluster 2023-11-30T22:20:37.601293+0000 mgr.smithi071.nfuwvn (mgr.14180) 154 : 2023-11-30T22:20:39.309 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:39 smithi071 conmon[83797]: cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:39.309 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:39 smithi071 conmon[83797]: audit 2023-11-30T22:20:38.624479+0000 mon.smithi071 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:20:39.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:39 smithi203 conmon[88363]: cluster 2023-11-30T22:20:37.601293+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:20:39.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:39 smithi203 conmon[88363]: 14180) 154 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:39.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:39 smithi203 conmon[88363]: audit 2023-11-30T22:20:38.624479+0000 mon.smithi071 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:20:39.688 INFO:teuthology.orchestra.run.smithi071.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-30T22:20:39.689 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager ?:9093,9094 1/1 77s ago 4m count:1 2023-11-30T22:20:39.689 INFO:teuthology.orchestra.run.smithi071.stdout:crash 2/2 80s ago 4m * 2023-11-30T22:20:39.689 INFO:teuthology.orchestra.run.smithi071.stdout:grafana ?:3000 1/1 77s ago 4m count:1 2023-11-30T22:20:39.689 INFO:teuthology.orchestra.run.smithi071.stdout:mgr 2/2 80s ago 4m count:2 2023-11-30T22:20:39.689 INFO:teuthology.orchestra.run.smithi071.stdout:mon 2/2 80s ago 3m smithi071:172.21.15.71=smithi071;smithi203:172.21.15.203=smithi203;count:2 2023-11-30T22:20:39.689 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter ?:9100 2/2 80s ago 4m * 2023-11-30T22:20:39.689 INFO:teuthology.orchestra.run.smithi071.stdout:osd.all-available-devices 8 80s ago 2m * 2023-11-30T22:20:39.689 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus ?:9095 1/1 77s ago 4m count:1 2023-11-30T22:20:40.392 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- bash -c 'ceph orch host ls' 2023-11-30T22:20:41.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:41 smithi071 conmon[83797]: cluster 2023-11-30T22:20:39.601643+0000 mgr.smithi071.nfuwvn (mgr.14180) 155 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:41.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:41 smithi071 conmon[83797]: audit 2023-11-30T22:20:39.684622+0000 mgr.smithi071.nfuwvn (mgr.14180) 156 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:20:41.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:41 smithi071 conmon[83797]: audit 2023-11-30T22:20:40.530215+0000 mon.smithi071 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:20:41.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:41 smithi203 conmon[88363]: cluster 2023-11-30T22:20:39.601643+0000 mgr.smithi071.nfuwvn (mgr.14180) 155 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:41.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:41 smithi203 conmon[88363]: audit 2023-11-30T22:20:39.684622+0000 mgr.smithi071.nfuwvn (mgr.14180) 156 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:20:41.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:41 smithi203 conmon[88363]: audit 2023-11-30T22:20:40.530215+0000 mon.smithi071 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:20:42.859 INFO:teuthology.orchestra.run.smithi071.stdout:HOST ADDR LABELS STATUS 2023-11-30T22:20:42.859 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 172.21.15.71 2023-11-30T22:20:42.859 INFO:teuthology.orchestra.run.smithi071.stdout:smithi203 172.21.15.203 2023-11-30T22:20:42.859 INFO:teuthology.orchestra.run.smithi071.stdout:2 hosts in cluster 2023-11-30T22:20:43.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:43 smithi071 conmon[83797]: cluster 2023-11-30T22:20:41.602182+0000 mgr.smithi071.nfuwvn (mgr.14180) 157 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:43.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:43 smithi203 conmon[88363]: cluster 2023-11-30T22:20:41.602182+0000 mgr.smithi071.nfuwvn (mgr.14180) 157 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:43.596 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- bash -c 'ceph orch device ls' 2023-11-30T22:20:44.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:44 smithi071 conmon[83797]: audit 2023-11-30T22:20:42.857912+0000 mgr.smithi071.nfuwvn (mgr.14180) 158 : audit 2023-11-30T22:20:44.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:44 smithi071 conmon[83797]: [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:20:44.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:44 smithi203 conmon[88363]: audit 2023-11-30T22:20:42.857912+0000 mgr.smithi071.nfuwvn (mgr.14180) 158 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:20:45.462 INFO:teuthology.orchestra.run.smithi071.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-30T22:20:45.463 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT62040172400BGN 372G 78s ago LVM detected, locked 2023-11-30T22:20:45.463 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme1n1 ssd Linux_11788431480a53a2773c 89.4G 78s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-30T22:20:45.463 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme2n1 ssd Linux_4a44dd82659c87895973 89.4G 78s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-30T22:20:45.463 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme3n1 ssd Linux_17677b458a4ed92c2bdd 89.4G 78s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-30T22:20:45.463 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme4n1 ssd Linux_0b879aad36ff9f19c15f 89.4G 78s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-30T22:20:45.463 INFO:teuthology.orchestra.run.smithi071.stdout:smithi203 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300GK400BGN 372G 82s ago LVM detected, locked 2023-11-30T22:20:45.463 INFO:teuthology.orchestra.run.smithi071.stdout:smithi203 /dev/nvme1n1 ssd Linux_7be828c69fc1afd9b5bb 89.4G 82s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-30T22:20:45.463 INFO:teuthology.orchestra.run.smithi071.stdout:smithi203 /dev/nvme2n1 ssd Linux_627c84895359946912e4 89.4G 82s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-30T22:20:45.463 INFO:teuthology.orchestra.run.smithi071.stdout:smithi203 /dev/nvme3n1 ssd Linux_17a0e0787c6892fc409a 89.4G 82s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-30T22:20:45.463 INFO:teuthology.orchestra.run.smithi071.stdout:smithi203 /dev/nvme4n1 ssd Linux_5667283ec737041d2894 89.4G 82s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-30T22:20:45.488 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:45 smithi071 conmon[83797]: cluster 2023-11-30T22:20:43.602485+0000 mgr.smithi071.nfuwvn (mgr.14180) 159 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:45.489 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:45 smithi071 conmon[83797]: audit 2023-11-30T22:20:44.193190+0000 mon.smithi071 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:20:45.489 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:45 smithi071 conmon[83797]: audit 2023-11-30T22:20:44.729183+0000 mon.smithi071 (mon.0) 598 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:20:45.489 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:45 smithi071 conmon[83797]: audit 2023-11-30T22:20:44.729867+0000 mon.smithi071 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-30T22:20:45.489 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:45 smithi071 conmon[83797]: audit 2023-11-30T22:20:44.734106+0000 mon.smithi071 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:20:45.489 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:45 smithi071 conmon[83797]: audit 2023-11-30T22:20:44.737591+0000 mon.smithi071 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-30T22:20:45.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:45 smithi203 conmon[88363]: cluster 2023-11-30T22:20:43.602485+0000 mgr.smithi071.nfuwvn (mgr.14180) 159 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:45.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:45 smithi203 conmon[88363]: audit 2023-11-30T22 2023-11-30T22:20:45.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:45 smithi203 conmon[88363]: :20:44.193190+0000 mon.smithi071 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:20:45.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:45 smithi203 conmon[88363]: audit 2023-11-30T22:20:44.729183+0000 mon.smithi071 (mon.0) 598 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:20:45.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:45 smithi203 conmon[88363]: audit 2023-11-30T22 2023-11-30T22:20:45.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:45 smithi203 conmon[88363]: :20:44.729867+0000 mon.smithi071 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-30T22:20:45.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:45 smithi203 conmon[88363]: audit 2023-11- 2023-11-30T22:20:45.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:45 smithi203 conmon[88363]: 30T22:20:44.734106+0000 mon.smithi071 (mon. 2023-11-30T22:20:45.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:45 smithi203 conmon[88363]: 0) 600 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:20:45.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:45 smithi203 conmon[88363]: audit 2023- 2023-11-30T22:20:45.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:45 smithi203 conmon[88363]: 11-30T22:20:44.737591+0000 mon.smithi071 2023-11-30T22:20:45.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:45 smithi203 conmon[88363]: (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-30T22:20:45.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:45 smithi203 conmon[88363]: 2023-11-30T22:20:46.055 INFO:teuthology.run_tasks:Running task vip... 2023-11-30T22:20:46.066 INFO:tasks.vip:Allocating static IPs for each host... 2023-11-30T22:20:46.066 INFO:tasks.vip:peername 172.21.15.71 2023-11-30T22:20:46.071 INFO:tasks.vip:172.21.15.71 in 172.21.0.0/20, pos 3910 2023-11-30T22:20:46.075 INFO:tasks.vip:smithi071.front.sepia.ceph.com static 10.0.15.71, vnet 10.0.0.0/16 2023-11-30T22:20:46.075 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-11-30T22:20:46.076 DEBUG:teuthology.orchestra.run.smithi071:> sudo ip route ls 2023-11-30T22:20:46.103 INFO:teuthology.orchestra.run.smithi071.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-11-30T22:20:46.103 INFO:teuthology.orchestra.run.smithi071.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.71 metric 100 2023-11-30T22:20:46.104 INFO:tasks.vip:Configuring 10.0.15.71 on smithi071.front.sepia.ceph.com iface enp3s0f1... 2023-11-30T22:20:46.104 DEBUG:teuthology.orchestra.run.smithi071:> sudo ip addr add 10.0.15.71/16 dev enp3s0f1 2023-11-30T22:20:46.168 INFO:tasks.vip:peername 172.21.15.203 2023-11-30T22:20:46.171 INFO:tasks.vip:172.21.15.203 in 172.21.0.0/20, pos 4042 2023-11-30T22:20:46.175 INFO:tasks.vip:smithi203.front.sepia.ceph.com static 10.0.15.203, vnet 10.0.0.0/16 2023-11-30T22:20:46.175 DEBUG:teuthology.orchestra.run.smithi203:> sudo ip route ls 2023-11-30T22:20:46.210 INFO:teuthology.orchestra.run.smithi203.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-11-30T22:20:46.211 INFO:teuthology.orchestra.run.smithi203.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.203 metric 100 2023-11-30T22:20:46.213 INFO:tasks.vip:Configuring 10.0.15.203 on smithi203.front.sepia.ceph.com iface enp3s0f1... 2023-11-30T22:20:46.213 DEBUG:teuthology.orchestra.run.smithi203:> sudo ip addr add 10.0.15.203/16 dev enp3s0f1 2023-11-30T22:20:46.281 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-30T22:20:46.290 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi071.front.sepia.ceph.com 2023-11-30T22:20:46.291 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2023-11-30T22:20:47.555 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:47 smithi071 conmon[83797]: audit 2023-11-30T22:20:45.460234+0000 mgr.smithi071.nfuwvn (mgr.14180) 160 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:20:47.555 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:47 smithi071 conmon[83797]: cluster 2023-11-30T22:20:45.602797+0000 mgr.smithi071.nfuwvn (mgr.14180) 161 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:47.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:47 smithi203 conmon[88363]: audit 2023-11-30T22:20:45.460234+0000 mgr.smithi071.nfuwvn (mgr.14180) 160 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:20:47.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:47 smithi203 conmon[88363]: cluster 2023- 2023-11-30T22:20:47.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:47 smithi203 conmon[88363]: 11-30T22:20:45.602797+0000 mgr.smithi071.nfuwvn (mgr.14180) 161 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:48.188 INFO:teuthology.orchestra.run.smithi071.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-30T22:20:48.188 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT62040172400BGN 372G 81s ago LVM detected, locked 2023-11-30T22:20:48.188 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme1n1 ssd Linux_11788431480a53a2773c 89.4G 81s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-30T22:20:48.188 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme2n1 ssd Linux_4a44dd82659c87895973 89.4G 81s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-30T22:20:48.189 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme3n1 ssd Linux_17677b458a4ed92c2bdd 89.4G 81s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-30T22:20:48.189 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme4n1 ssd Linux_0b879aad36ff9f19c15f 89.4G 81s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-30T22:20:48.189 INFO:teuthology.orchestra.run.smithi071.stdout:smithi203 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300GK400BGN 372G 84s ago LVM detected, locked 2023-11-30T22:20:48.189 INFO:teuthology.orchestra.run.smithi071.stdout:smithi203 /dev/nvme1n1 ssd Linux_7be828c69fc1afd9b5bb 89.4G 84s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-30T22:20:48.189 INFO:teuthology.orchestra.run.smithi071.stdout:smithi203 /dev/nvme2n1 ssd Linux_627c84895359946912e4 89.4G 84s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-30T22:20:48.189 INFO:teuthology.orchestra.run.smithi071.stdout:smithi203 /dev/nvme3n1 ssd Linux_17a0e0787c6892fc409a 89.4G 84s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-30T22:20:48.189 INFO:teuthology.orchestra.run.smithi071.stdout:smithi203 /dev/nvme4n1 ssd Linux_5667283ec737041d2894 89.4G 84s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-30T22:20:48.837 INFO:teuthology.run_tasks:Running task cephadm.apply... 2023-11-30T22:20:48.847 INFO:tasks.cephadm:Applying spec(s): placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 --- placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '10.0.31.71/16' 2023-11-30T22:20:48.847 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch apply -i - 2023-11-30T22:20:49.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:49 smithi203 conmon[88363]: cluster 2023-11-30T22:20:47.603123+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:20:49.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:49 smithi203 conmon[88363]: ) 162 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:49.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:49 smithi203 conmon[88363]: audit 2023-11-30T22:20:48.185745+0000 mgr.smithi071.nfuwvn (mgr.14180) 163 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:20:49.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:49 smithi203 conmon[88363]: audit 2023-11-30T22:20:48.212496+0000 mon.smithi071 (mon.0) 602 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:20:49.580 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:49 smithi071 conmon[83797]: cluster 2023-11-30T22:20:47.603123+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:20:49.580 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:49 smithi071 conmon[83797]: mgr.14180) 162 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:49.580 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:49 smithi071 conmon[83797]: audit 2023-11-30T22:20:48.185745+0000 mgr.smithi071.nfuwvn (mgr.14180) 163 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:20:49.580 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:49 smithi071 conmon[83797]: audit 2023-11-30T22:20:48.212496+0000 mon.smithi071 (mon.0) 602 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:20:51.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:51 smithi071 conmon[83797]: cluster 2023-11-30T22:20:49.603475+0000 mgr.smithi071.nfuwvn (mgr.14180) 164 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:51.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:51 smithi071 conmon[83797]: audit 2023-11-30T22:20:50.096742+0000 mon.smithi071 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:20:51.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:51 smithi203 conmon[88363]: cluster 2023-11-30T22:20:49.603475+0000 mgr.smithi071.nfuwvn (mgr.14180) 164 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:51.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:51 smithi203 conmon[88363]: audit 2023- 2023-11-30T22:20:51.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:51 smithi203 conmon[88363]: 11-30T22:20:50.096742+0000 mon.smithi071 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:20:51.587 INFO:teuthology.orchestra.run.smithi071.stdout:Scheduled rgw.foo update... 2023-11-30T22:20:51.587 INFO:teuthology.orchestra.run.smithi071.stdout:Scheduled ingress.rgw.foo update... 2023-11-30T22:20:52.411 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-30T22:20:52.422 INFO:tasks.cephadm:Waiting for ceph service rgw.foo to start (timeout 300)... 2023-11-30T22:20:52.422 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:20:52.841 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:52 smithi203 conmon[88363]: audit 2023-11-30T22:20:51.572761+0000 mgr.smithi071.nfuwvn (mgr.14180) 165 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:20:52.841 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:52 smithi203 conmon[88363]: cephadm 2023-11-30T22:20:51.579459+0000 mgr.smithi071.nfuwvn (mgr.14180) 166 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-11-30T22:20:52.841 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:52 smithi203 conmon[88363]: audit 2023-11-30T22:20:51.582832+0000 mon.smithi071 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:20:52.841 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:52 smithi203 conmon[88363]: cephadm 2023-11-30T22:20:51.583354+0000 mgr.smithi071.nfuwvn (mgr.14180) 167 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2023-11-30T22:20:52.841 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:52 smithi203 conmon[88363]: audit 2023-11-30T22:20:51.586026+0000 mon.smithi071 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:20:52.842 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:52 smithi203 conmon[88363]: cluster 2023-11-30T22:20:51.603972+0000 mgr.smithi071.nfuwvn (mgr.14180) 168 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:52.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:52 smithi071 conmon[83797]: audit 2023-11-30T22:20:51.572761+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:20:52.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:52 smithi071 conmon[83797]: mgr.14180) 165 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:20:52.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:52 smithi071 conmon[83797]: cephadm 2023-11-30T22:20:51.579459+0000 mgr.smithi071.nfuwvn (mgr.14180) 166 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-11-30T22:20:52.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:52 smithi071 conmon[83797]: audit 2023-11-30T22:20:51.582832+0000 mon.smithi071 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:20:52.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:52 smithi071 conmon[83797]: cephadm 2023-11-30T22:20:51.583354+0000 mgr.smithi071.nfuwvn (mgr.14180) 167 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2023-11-30T22:20:52.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:52 smithi071 conmon[83797]: audit 2023-11-30T22:20:51.586026+0000 mon.smithi071 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:20:52.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:52 smithi071 conmon[83797]: cluster 2023-11-30T22:20:51.603972+0000 mgr.smithi071.nfuwvn (mgr.14180) 168 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:54.535 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:20:54.535 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:51.579478Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:20:55.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:54 smithi203 conmon[88363]: cluster 2023-11-30T22:20:53.604267+0000 mgr.smithi071.nfuwvn (mgr.14180) 169 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:55.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:54 smithi203 conmon[88363]: audit 2023-11-30T22:20:53.872695+0000 mon.smithi071 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:20:55.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:54 smithi203 conmon[88363]: audit 2023-11-30T22:20:53.878215+0000 mon.smithi071 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:20:55.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:54 smithi071 conmon[83797]: cluster 2023-11-30T22:20:53.604267+0000 mgr.smithi071.nfuwvn (mgr.14180) 169 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:55.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:54 smithi071 conmon[83797]: audit 2023-11-30T22:20:53.872695+0000 mon.smithi071 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:20:55.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:54 smithi071 conmon[83797]: audit 2023-11-30T22:20:53.878215+0000 mon.smithi071 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:20:55.820 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:20:56.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:55 smithi203 conmon[88363]: audit 2023-11-30T22:20:54.531215+0000 mgr.smithi071.nfuwvn (mgr.14180) 170 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:20:56.222 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:55 smithi071 conmon[83797]: audit 2023-11-30T22:20:54.531215+0000 mgr.smithi071.nfuwvn (mgr.14180) 170 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:20:56.823 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:20:57.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:56 smithi071 conmon[83797]: cluster 2023-11-30T22:20:55.604601+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:20:57.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:56 smithi071 conmon[83797]: 171 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:57.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:56 smithi203 conmon[88363]: cluster 2023-11-30T22:20:55.604601+0000 mgr.smithi071.nfuwvn (mgr.14180) 171 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:58.977 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:58 smithi071 conmon[83797]: cluster 2023-11-30T22:20:57.604941+0000 mgr.smithi071.nfuwvn (mgr.14180) 172 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:59.304 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:20:59.304 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:20:59.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:58 smithi203 conmon[88363]: cluster 2023-11-30T22:20:57.604941+0000 mgr.smithi071.nfuwvn (mgr.14180) 172 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:20:59.968 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:21:00.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:59 smithi203 conmon[88363]: audit 2023-11-30T22:20:58.986580+0000 mon.smithi071 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:00.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:59 smithi203 conmon[88363]: audit 2023-11-30T22:20:58.987393+0000 mon.smithi071 (mon.0) 609 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:21:00.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:59 smithi203 conmon[88363]: audit 2023-11-30T22:20:58.987989+0000 mon.smithi071 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-30T22:21:00.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:59 smithi203 conmon[88363]: audit 2023-11-30T22:20:58.992044+0000 mon.smithi071 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:00.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:59 smithi203 conmon[88363]: audit 2023-11-30T22:20:58.995490+0000 mon.smithi071 (mon.0) 612 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-30T22:21:00.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:59 smithi203 conmon[88363]: cephadm 2023-11-30T22:20:58.999367+0000 mgr.smithi071.nfuwvn (mgr.14180) 173 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-11-30T22:21:00.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:59 smithi203 conmon[88363]: audit 2023-11-30T22:20:59.001983+0000 mon.smithi071 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:00.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:59 smithi203 conmon[88363]: audit 2023-11-30T22:20:59.002409+0000 mon.smithi071 ( 2023-11-30T22:21:00.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:59 smithi203 conmon[88363]: mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi203.pcqjdq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-30T22:21:00.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:59 smithi203 conmon[88363]: audit 2023-11-30T22:20:59.007287+0000 mon.smithi071 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi203.pcqjdq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-30T22:21:00.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:59 smithi203 conmon[88363]: audit 2023-11-30T22:20:59.013198+0000 mon.smithi071 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:00.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:59 smithi203 conmon[88363]: audit 2023-11-30T22:20:59.013708+0000 mon.smithi071 (mon.0) 617 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:21:00.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:20:59 smithi203 conmon[88363]: cephadm 2023-11-30T22:20:59.014181+0000 mgr.smithi071.nfuwvn (mgr.14180) 174 : cephadm [INF] Deploying daemon rgw.foo.smithi203.pcqjdq on smithi203 2023-11-30T22:21:00.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:59 smithi071 conmon[83797]: audit 2023-11-30T22:20:58.986580+0000 mon.smithi071 (mon. 2023-11-30T22:21:00.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:59 smithi071 conmon[83797]: 0) 608 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:00.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:59 smithi071 conmon[83797]: audit 2023-11-30T22:20:58.987393+0000 mon.smithi071 (mon.0) 609 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:21:00.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:59 smithi071 conmon[83797]: audit 2023-11-30T22:20:58.987989+0000 mon.smithi071 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-30T22:21:00.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:59 smithi071 conmon[83797]: audit 2023-11-30T22:20:58.992044+0000 mon.smithi071 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:00.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:59 smithi071 conmon[83797]: audit 2023-11-30T22:20:58.995490+0000 mon.smithi071 (mon.0) 612 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-30T22:21:00.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:59 smithi071 conmon[83797]: cephadm 2023-11-30T22:20:58.999367+0000 mgr.smithi071.nfuwvn (mgr.14180) 173 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-11-30T22:21:00.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:59 smithi071 conmon[83797]: audit 2023-11-30T22:20:59.001983+0000 mon.smithi071 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:00.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:59 smithi071 conmon[83797]: audit 2023-11-30T22:20:59.002409+0000 mon.smithi071 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi203.pcqjdq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-30T22:21:00.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:59 smithi071 conmon[83797]: audit 2023-11-30T22:20:59.007287+0000 mon.smithi071 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi203.pcqjdq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-30T22:21:00.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:59 smithi071 conmon[83797]: audit 2023-11-30T22:20:59.013198+0000 mon.smithi071 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:00.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:59 smithi071 conmon[83797]: audit 2023-11-30T22:20:59.013708+0000 mon.smithi071 (mon.0) 617 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:21:00.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:20:59 smithi071 conmon[83797]: cephadm 2023-11-30T22:20:59.014181+0000 mgr.smithi071.nfuwvn (mgr.14180) 174 : cephadm [INF] Deploying daemon rgw.foo.smithi203.pcqjdq on smithi203 2023-11-30T22:21:00.969 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:21:01.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:01 smithi071 conmon[83797]: audit 2023-11-30T22:20:59.300280+0000 mgr.smithi071.nfuwvn (mgr.14180) 175 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:01.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:01 smithi071 conmon[83797]: 2023-11-30T22:21:01.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:01 smithi071 conmon[83797]: cluster 2023-11-30T22:20:59.605374+0000 mgr.smithi071.nfuwvn (mgr.14180) 176 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:01.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:01 smithi203 conmon[88363]: audit 2023-11-30T22:20: 2023-11-30T22:21:01.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:01 smithi203 conmon[88363]: 59.300280+0000 mgr.smithi071.nfuwvn (mgr.14180) 175 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:01.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:01 smithi203 conmon[88363]: cluster 2023-11-30T22:20:59.605374+0000 mgr.smithi071.nfuwvn (mgr.14180) 176 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:02.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:02 smithi071 conmon[83797]: cluster 2023-11-30T22:21:01.605730+0000 mgr.smithi071.nfuwvn (mgr.14180) 177 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:02.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:02 smithi071 conmon[83797]: audit 2023-11-30T22:21:01.676573+0000 mon.smithi071 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:02.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:02 smithi071 conmon[83797]: audit 2023-11-30T22:21:01.677630+0000 mon.smithi071 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi071.jisndg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-30T22:21:02.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:02 smithi071 conmon[83797]: audit 2023-11-30T22:21:01.680420+0000 mon.smithi071 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi071.jisndg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-30T22:21:02.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:02 smithi071 conmon[83797]: audit 2023-11-30T22:21:01.683792+0000 mon.smithi071 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:02.866 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:02 smithi071 conmon[83797]: audit 2023-11-30T22:21:01.684553+0000 mon.smithi071 (mon.0) 622 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:21:02.867 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:02 smithi071 conmon[83797]: cephadm 2023-11-30T22:21:01.685052+0000 mgr.smithi071.nfuwvn (mgr.14180) 178 : cephadm [INF] Deploying daemon rgw.foo.smithi071.jisndg on smithi071 2023-11-30T22:21:02.867 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:02 smithi071 conmon[83797]: cluster 2023-11-30T22:21:02.021818+0000 mon.smithi071 (mon.0) 623 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-30T22:21:02.868 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:02 smithi071 conmon[83797]: audit 2023-11-30T22:21:02.023794+0000 mon.smithi203 (mon.1) 19 : audit [INF] from='client.? 172.21.15.203:0/2839572349' entity='client.rgw.foo.smithi203.pcqjdq' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-30T22:21:02.868 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:02 smithi071 conmon[83797]: audit 2023-11-30T22:21:02.026507+0000 mon.smithi071 (mon.0) 624 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi203.pcqjdq' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-30T22:21:03.000 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:21:03.000 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:21:03.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: cluster 2023-11-30T22:21:01.605730+0000 mgr.smithi071.nfuwvn (mgr.14180) 177 : cluster 2023-11-30T22:21:03.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:03.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: audit 2023-11-30T22:21:01.676573+0000 mon.smithi071 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:03.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: audit 2023-11-30T22:21:03.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: 2023-11-30T22:21:01.677630+0000 mon.smithi071 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi071.jisndg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-30T22:21:03.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: 2023-11-30T22:21:03.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: audit 2023-11-30T22:21:03.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: 2023-11-30T22:21:01. 2023-11-30T22:21:03.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: 680420+0000 mon.smithi071 (mon.0) 620 2023-11-30T22:21:03.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi071.jisndg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-30T22:21:03.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: audit 2023-11-30T22:21:03.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: 2023-11-30T22:21: 2023-11-30T22:21:03.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: 01.683792+0000 mon.smithi071 (mon.0) 621 : 2023-11-30T22:21:03.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:03.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: audit 2023-11 2023-11-30T22:21:03.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: -30T22:21:01.684553 2023-11-30T22:21:03.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: +0000 mon.smithi071 (mon.0) 622 : audit [DBG] 2023-11-30T22:21:03.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:21:03.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: cephadm 2023-11-30 2023-11-30T22:21:03.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: T22:21:01.685052+0000 mgr.smithi071.nfuwvn 2023-11-30T22:21:03.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: (mgr.14180) 178 : cephadm [INF] Deploying daemon rgw.foo.smithi071.jisndg on smithi071 2023-11-30T22:21:03.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: cluster 2023-11-30T22:21:03.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: 2023-11-30T22:21 2023-11-30T22:21:03.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: :02.021818+0000 mon.smithi071 (mon.0) 2023-11-30T22:21:03.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: 623 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-30T22:21:03.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: audit 2023- 2023-11-30T22:21:03.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: 11-30T22:21:02. 2023-11-30T22:21:03.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: 023794+0000 mon.smithi203 (mon.1) 19 : audit [INF] 2023-11-30T22:21:03.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: from='client.? 172.21.15.203:0/2839572349' entity='client.rgw.foo.smithi203.pcqjdq' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-30T22:21:03.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: audit 2023-11-30T 2023-11-30T22:21:03.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: 22:21:02.026507+0000 mon.smithi071 ( 2023-11-30T22:21:03.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:02 smithi203 conmon[88363]: mon.0) 624 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi203.pcqjdq' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-30T22:21:04.030 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:21:04.331 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:04 smithi071 conmon[83797]: audit 2023-11-30T22:21:02.995547+0000 mgr.smithi071.nfuwvn (mgr.14180) 179 : 2023-11-30T22:21:04.331 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:04 smithi071 conmon[83797]: audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:04.331 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:04 smithi071 conmon[83797]: audit 2023-11-30T22:21:03.024144+0000 mon.smithi071 (mon.0) 625 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi203.pcqjdq' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-30T22:21:04.331 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:04 smithi071 conmon[83797]: cluster 2023-11-30T22:21:03.024281+0000 mon.smithi071 (mon.0) 626 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-30T22:21:04.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:04 smithi203 conmon[88363]: audit 2023-11-30T22:21:02.995547+0000 mgr.smithi071.nfuwvn (mgr.14180) 179 : audit [DBG] 2023-11-30T22:21:04.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:04 smithi203 conmon[88363]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:04.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:04 smithi203 conmon[88363]: audit 2023-11-30T22:21:03.024144+0000 mon.smithi071 (mon.0) 625 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi203.pcqjdq' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-30T22:21:04.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:04 smithi203 conmon[88363]: cluster 2023-11-30T22:21:03.024281+0000 mon.smithi071 (mon.0) 626 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-30T22:21:04.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:04 smithi203 conmon[88363]: 2023-11-30T22:21:05.031 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:21:05.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:05 smithi071 conmon[83797]: cluster 2023-11-30T22:21:03.606039+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:21:05.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:05 smithi071 conmon[83797]: 14180) 180 : cluster [DBG] pgmap v145: 33 pgs: 11 creating+peering, 1 active+clean, 21 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:05.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:05 smithi071 conmon[83797]: cluster 2023-11-30T22:21:04.031448+0000 mon.smithi071 (mon.0) 627 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-30T22:21:05.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:05 smithi071 conmon[83797]: audit 2023-11-30T22:21:04.036353+0000 mon.smithi203 (mon.1) 20 : audit [INF] from='client.? 172.21.15.203:0/2839572349' entity='client.rgw.foo.smithi203.pcqjdq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-30T22:21:05.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:05 smithi071 conmon[83797]: audit 2023-11-30T22:21:04.039174+0000 mon.smithi071 (mon.0) 628 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi203.pcqjdq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-30T22:21:05.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:05 smithi071 conmon[83797]: audit 2023-11-30T22:21:05.025624+0000 mon.smithi071 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:05.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:05 smithi071 conmon[83797]: audit 2023-11-30T22:21:05.026871+0000 mon.smithi071 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi203.qlfyze", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-30T22:21:05.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:05 smithi203 conmon[88363]: cluster 2023-11-30T22:21:03.606039+0000 mgr.smithi071.nfuwvn (mgr.14180) 180 : cluster [DBG] pgmap v145: 33 pgs: 11 creating+peering, 1 active+clean, 21 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:05.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:05 smithi203 conmon[88363]: 2023-11-30T22:21:05.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:05 smithi203 conmon[88363]: cluster 2023-11-30T22:21:04.031448+0000 mon.smithi071 (mon.0) 627 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-30T22:21:05.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:05 smithi203 conmon[88363]: audit 2023-11-30T22:21:04.036353+0000 mon.smithi203 (mon.1) 20 : audit 2023-11-30T22:21:05.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:05 smithi203 conmon[88363]: [INF] from='client.? 172.21.15.203:0/2839572349' entity='client.rgw.foo.smithi203.pcqjdq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-30T22:21:05.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:05 smithi203 conmon[88363]: audit 2023-11-30T22:21:04.039174+0000 mon.smithi071 (mon.0) 628 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi203.pcqjdq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-30T22:21:05.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:05 smithi203 conmon[88363]: 2023-11-30T22:21:05.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:05 smithi203 conmon[88363]: audit 2023-11-30T22:21:05.025624+0000 mon.smithi071 (mon.0 2023-11-30T22:21:05.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:05 smithi203 conmon[88363]: ) 629 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:05.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:05 smithi203 conmon[88363]: audit 2023-11-30 2023-11-30T22:21:05.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:05 smithi203 conmon[88363]: T22:21:05.026871+0000 mon.smithi071 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi203.qlfyze", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-30T22:21:06.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:06 smithi071 conmon[83797]: audit 2023-11-30T22:21:05.029571+0000 mon.smithi071 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi203.qlfyze", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-30T22:21:06.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:06 smithi071 conmon[83797]: audit 2023-11-30T22:21:05.041236+0000 mon.smithi071 (mon.0) 632 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi203.pcqjdq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-30T22:21:06.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:06 smithi071 conmon[83797]: cluster 2023-11-30T22:21:05.041356+0000 mon.smithi071 (mon.0) 633 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-30T22:21:06.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:06 smithi071 conmon[83797]: audit 2023-11-30T22:21:05.041458+0000 mon.smithi071 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:06.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:06 smithi071 conmon[83797]: audit 2023-11-30T22:21:05.043057+0000 mon.smithi071 (mon.0) 635 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:21:06.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:06 smithi071 conmon[83797]: cephadm 2023-11-30T22:21:05.044197+0000 mgr.smithi071.nfuwvn (mgr.14180) 181 : cephadm [INF] Deploying daemon rgw.foo.smithi203.qlfyze on smithi203 2023-11-30T22:21:06.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:06 smithi203 conmon[88363]: audit 2023-11-30T22:21:05.029571+0000 mon.smithi071 (mon.0) 2023-11-30T22:21:06.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:06 smithi203 conmon[88363]: 631 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi203.qlfyze", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-30T22:21:06.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:06 smithi203 conmon[88363]: audit 2023-11-30T22:21:05.041236+0000 mon.smithi071 (mon.0) 632 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi203.pcqjdq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-30T22:21:06.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:06 smithi203 conmon[88363]: cluster 2023-11-30T22:21:05.041356+0000 mon.smithi071 (mon.0) 633 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-30T22:21:06.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:06 smithi203 conmon[88363]: audit 2023-11-30T22:21:05.041458+0000 mon.smithi071 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:06.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:06 smithi203 conmon[88363]: audit 2023-11-30T22:21:05.043057+0000 mon.smithi071 (mon.0) 635 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:21:06.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:06 smithi203 conmon[88363]: cephadm 2023-11-30T22:21:05.044197+0000 mgr.smithi071.nfuwvn (mgr.14180) 181 : cephadm [INF] Deploying daemon rgw.foo.smithi203.qlfyze on smithi203 2023-11-30T22:21:07.015 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:21:07.015 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:21:07.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:07 smithi071 conmon[83797]: cluster 2023-11-30T22:21:05.606419+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:21:07.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:07 smithi071 conmon[83797]: mgr.14180) 182 : cluster [DBG] pgmap v148: 65 pgs: 13 creating+peering, 9 active+clean, 43 unknown; 92 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:07.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:07 smithi071 conmon[83797]: cluster 2023-11-30T22:21:06.041957+0000 mon.smithi071 (mon.0) 636 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-30T22:21:07.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:07 smithi071 conmon[83797]: audit 2023-11-30T22:21:06.042836+0000 mon.smithi071 (mon.0) 637 : audit [INF] from='client.? 172.21.15.71:0/3286352115' entity='client.rgw.foo.smithi071.jisndg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-30T22:21:07.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:07 smithi071 conmon[83797]: audit 2023-11-30T22:21:06.043901+0000 mon.smithi203 (mon.1) 21 : audit [INF] from='client.? 172.21.15.203:0/2839572349' entity='client.rgw.foo.smithi203.pcqjdq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-30T22:21:07.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:07 smithi071 conmon[83797]: audit 2023-11-30T22:21:06.045270+0000 mon.smithi071 (mon.0) 638 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi203.pcqjdq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-30T22:21:07.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:07 smithi203 conmon[88363]: cluster 2023-11-30T22:21:05. 2023-11-30T22:21:07.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:07 smithi203 conmon[88363]: 606419+0000 mgr.smithi071.nfuwvn (mgr.14180) 182 : cluster [DBG] pgmap v148: 65 pgs: 13 creating+peering, 9 active+clean, 43 unknown; 92 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:07.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:07 smithi203 conmon[88363]: cluster 2023-11-30T22:21:06.041957+0000 mon.smithi071 (mon.0) 636 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-30T22:21:07.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:07 smithi203 conmon[88363]: audit 2023-11-30T22:21:06.042836+0000 mon.smithi071 (mon.0) 637 : audit [INF] from='client.? 172.21.15.71:0/3286352115' entity='client.rgw.foo.smithi071.jisndg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-30T22:21:07.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:07 smithi203 conmon[88363]: audit 2023-11-30T22:21:06.043901+0000 mon.smithi203 (mon.1) 21 : audit [INF] from='client.? 172.21.15.203:0/2839572349' entity='client.rgw.foo.smithi203.pcqjdq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-30T22:21:07.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:07 smithi203 conmon[88363]: audit 2023-11-30T22:21:06.045270+0000 mon.smithi071 (mon.0) 638 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi203.pcqjdq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-30T22:21:07.762 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:21:08.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: audit 2023-11-30T22:21:07.011706+0000 2023-11-30T22:21:08.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 183 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:08.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: audit 2023-11-30T22:21:07.044379+0000 mon.smithi071 (mon.0) 639 : audit [INF] 2023-11-30T22:21:08.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: from='client.? 172.21.15.71:0/3286352115' entity='client.rgw.foo.smithi071.jisndg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-30T22:21:08.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: audit 2023-11-30T22:21:08.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: 2023-11-30T22:21:07.044500+0000 2023-11-30T22:21:08.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: mon.smithi071 (mon.0) 640 : audit 2023-11-30T22:21:08.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: [INF] from='client.? ' entity='client.rgw.foo.smithi203.pcqjdq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-30T22:21:08.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: cluster 2023 2023-11-30T22:21:08.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: -11-30T22:21:07.044683+0000 mon.smithi071 (mon.0 2023-11-30T22:21:08.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: ) 641 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-30T22:21:08.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: audit 2023-11-30T22:21:08.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: 2023-11-30T22:21:07.946887+0000 mon.smithi071 ( 2023-11-30T22:21:08.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:08.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: audit 2023-11 2023-11-30T22:21:08.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: -30T22:21:07.948058+0000 mon.smithi071 (mon.0) 2023-11-30T22:21:08.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: 643 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi071.gbhaif", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-30T22:21:08.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: audit 2023-11-30T22:21:08.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: 2023-11-30T22 2023-11-30T22:21:08.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: :21:07.950999+0000 mon.smithi071 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi071.gbhaif", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-30T22:21:08.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: audit 2023-11 2023-11-30T22:21:08.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: -30T22:21:07.954733+0000 mon.smithi071 2023-11-30T22:21:08.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: (mon.0) 645 : audit [INF] 2023-11-30T22:21:08.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:08.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: audit 2023-11-30T22:21:08.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: 2023-11-30T22: 2023-11-30T22:21:08.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: 21:07.955311+0000 mon.smithi071 (mon.0) 646 2023-11-30T22:21:08.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:08 smithi071 conmon[83797]: : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:21:08.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:08 smithi203 conmon[88363]: audit 2023-11-30T22:21:07.011706+0000 2023-11-30T22:21:08.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:08 smithi203 conmon[88363]: mgr.smithi071.nfuwvn (mgr.14180) 183 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:08.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:08 smithi203 conmon[88363]: audit 2023-11-30T22:21:07.044379+0000 mon.smithi071 (mon.0) 639 : audit [INF] from='client.? 172.21.15.71:0/3286352115' entity='client.rgw.foo.smithi071.jisndg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-30T22:21:08.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:08 smithi203 conmon[88363]: audit 2023-11-30T22:21:07.044500+0000 mon.smithi071 (mon.0) 640 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi203.pcqjdq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-30T22:21:08.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:08 smithi203 conmon[88363]: cluster 2023-11-30T22:21:07.044683+0000 mon.smithi071 (mon.0) 641 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-30T22:21:08.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:08 smithi203 conmon[88363]: audit 2023-11-30T22:21:07.946887+0000 mon.smithi071 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:08.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:08 smithi203 conmon[88363]: audit 2023-11-30T22:21:07.948058+0000 mon.smithi071 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi071.gbhaif", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-30T22:21:08.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:08 smithi203 conmon[88363]: audit 2023-11-30T22:21:07.950999+0000 mon.smithi071 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi071.gbhaif", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-30T22:21:08.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:08 smithi203 conmon[88363]: audit 2023-11-30T22:21:07.954733+0000 mon.smithi071 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:08.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:08 smithi203 conmon[88363]: audit 2023-11-30T22:21:07.955311+0000 mon.smithi071 (mon.0) 646 : audit 2023-11-30T22:21:08.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:08 smithi203 conmon[88363]: [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:21:08.763 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:21:09.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:09 smithi071 conmon[83797]: cluster 2023-11-30T22:21:07.606994+0000 mgr.smithi071.nfuwvn (mgr.14180) 184 : cluster [DBG] pgmap v151: 97 pgs: 17 creating+peering, 69 active+clean, 11 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 1.6 KiB/s wr, 8 op/s 2023-11-30T22:21:09.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:09 smithi071 conmon[83797]: cephadm 2023-11-30T22:21:07.955810+0000 mgr.smithi071.nfuwvn (mgr.14180) 185 : cephadm [INF] Deploying daemon rgw.foo.smithi071.gbhaif on smithi071 2023-11-30T22:21:09.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:09 smithi071 conmon[83797]: cluster 2023-11-30T22:21:08.055144+0000 mon.smithi071 (mon.0) 647 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-30T22:21:09.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:09 smithi071 conmon[83797]: audit 2023-11-30T22:21:08.056962+0000 mon.smithi203 (mon.1) 22 : audit [INF] from='client.? 172.21.15.203:0/3539553735' entity='client.rgw.foo.smithi203.pcqjdq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-30T22:21:09.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:09 smithi071 conmon[83797]: audit 2023-11-30T22:21:08.057223+0000 mon.smithi203 (mon.1) 23 : audit [INF] from='client.? 172.21.15.203:0/1333344567' entity='client.rgw.foo.smithi203.qlfyze' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-30T22:21:09.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:09 smithi071 conmon[83797]: audit 2023-11-30T22:21:08.058228+0000 mon.smithi071 (mon.0) 648 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi203.pcqjdq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-30T22:21:09.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:09 smithi071 conmon[83797]: audit 2023-11-30T22:21:08.058448+0000 mon.smithi071 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi203.qlfyze' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-30T22:21:09.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:09 smithi071 conmon[83797]: audit 2023-11-30T22:21:08.061308+0000 mon.smithi203 (mon.1) 24 : audit [INF] from='client.? 172.21.15.71:0/2195952767' entity='client.rgw.foo.smithi071.jisndg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-30T22:21:09.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:09 smithi071 conmon[83797]: audit 2023-11-30T22:21:08.063371+0000 mon.smithi071 (mon.0) 650 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi071.jisndg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-30T22:21:09.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:09 smithi203 conmon[88363]: cluster 2023-11-30T22:21:07.606994+0000 mgr.smithi071.nfuwvn (mgr.14180) 184 : cluster [DBG] pgmap v151: 97 pgs: 17 creating+peering, 69 active+clean, 11 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 1.6 KiB/s wr, 8 op/s 2023-11-30T22:21:09.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:09 smithi203 conmon[88363]: cephadm 2023-11-30T22:21:07.955810+0000 mgr.smithi071.nfuwvn (mgr.14180) 185 : cephadm [INF] Deploying daemon rgw.foo.smithi071.gbhaif on smithi071 2023-11-30T22:21:09.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:09 smithi203 conmon[88363]: cluster 2023-11-30T22:21:08.055144+0000 mon.smithi071 (mon.0) 647 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-30T22:21:09.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:09 smithi203 conmon[88363]: audit 2023-11-30T22:21:08.056962+0000 mon.smithi203 (mon.1) 22 : audit [INF] from='client.? 172.21.15.203:0/3539553735' entity='client.rgw.foo.smithi203.pcqjdq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-30T22:21:09.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:09 smithi203 conmon[88363]: audit 2023-11-30T22:21:08.057223+0000 mon.smithi203 (mon.1) 23 : audit [INF] from='client.? 172.21.15.203:0/1333344567' entity='client.rgw.foo.smithi203.qlfyze' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-30T22:21:09.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:09 smithi203 conmon[88363]: audit 2023-11-30T22:21:08.058228+0000 mon.smithi071 (mon.0) 648 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi203.pcqjdq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-30T22:21:09.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:09 smithi203 conmon[88363]: audit 2023-11-30T22:21:08.058448+0000 mon.smithi071 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi203.qlfyze' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-30T22:21:09.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:09 smithi203 conmon[88363]: audit 2023-11-30T22:21:08.061308+0000 mon.smithi203 (mon.1) 24 : audit [INF] from='client.? 172.21.15.71:0/2195952767' entity='client.rgw.foo.smithi071.jisndg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-30T22:21:09.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:09 smithi203 conmon[88363]: audit 2023-11-30T22:21:08.063371+0000 mon.smithi071 (mon.0) 650 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi071.jisndg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-30T22:21:10.078 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:10 smithi071 conmon[83797]: audit 2023-11-30T22:21:09.055771+0000 mon.smithi071 (mon.0) 651 : audit 2023-11-30T22:21:10.078 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:10 smithi071 conmon[83797]: [INF] from='client.? ' entity='client.rgw.foo.smithi203.pcqjdq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-30T22:21:10.078 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:10 smithi071 conmon[83797]: audit 2023-11-30T22:21:09.055868+0000 mon.smithi071 (mon.0) 652 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi203.qlfyze' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-30T22:21:10.078 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:10 smithi071 conmon[83797]: audit 2023-11-30T22:21:09.055981+0000 mon.smithi071 (mon.0) 653 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi071.jisndg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-30T22:21:10.078 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:10 smithi071 conmon[83797]: cluster 2023-11-30T22:21:09.056040+0000 mon.smithi071 (mon.0) 654 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-30T22:21:10.078 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:10 smithi071 conmon[83797]: audit 2023-11-30T22:21:09.069615+0000 mon.smithi203 (mon.1) 25 : audit [INF] from='client.? 172.21.15.71:0/2195952767' entity='client.rgw.foo.smithi071.jisndg' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-30T22:21:10.078 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:10 smithi071 conmon[83797]: audit 2023-11-30T22:21:09.070204+0000 mon.smithi071 (mon.0) 655 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi071.jisndg' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-30T22:21:10.079 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:10 smithi071 conmon[83797]: audit 2023-11-30T22:21:09.076465+0000 mon.smithi203 (mon.1) 26 : audit [INF] from='client.? 172.21.15.203:0/3539553735' entity='client.rgw.foo.smithi203.pcqjdq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-30T22:21:10.079 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:10 smithi071 conmon[83797]: audit 2023-11-30T22:21:09.077469+0000 mon.smithi203 (mon.1) 27 : audit [INF] from='client.? 172.21.15.203:0/1333344567' entity='client.rgw.foo.smithi203.qlfyze' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-30T22:21:10.079 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:10 smithi071 conmon[83797]: audit 2023-11-30T22:21:09.079764+0000 mon.smithi071 (mon.0) 656 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi203.pcqjdq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-30T22:21:10.079 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:10 smithi071 conmon[83797]: audit 2023-11-30T22:21:09.080101+0000 mon.smithi071 (mon.0) 657 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi203.qlfyze' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-30T22:21:10.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: audit 2023-11-30T22:21:09.055771+0000 mon.smithi071 (mon.0) 651 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi203.pcqjdq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-30T22:21:10.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: audit 2023-11-30T22:21:09.055868+0000 mon.smithi071 (mon.0) 652 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi203.qlfyze' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-30T22:21:10.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: audit 2023-11-30T22:21:09.055981+0000 mon.smithi071 (mon.0) 653 : audit 2023-11-30T22:21:10.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: [INF] from='client.? ' entity='client.rgw.foo.smithi071.jisndg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-30T22:21:10.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: cluster 2023-11-30T22:21:10.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: 2023-11-30T22:21:09.056040+0000 mon.smithi071 (mon.0) 654 : cluster 2023-11-30T22:21:10.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-30T22:21:10.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: audit 2023-11-30T22:21:09 2023-11-30T22:21:10.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: .069615+0000 mon.smithi203 (mon.1) 25 2023-11-30T22:21:10.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: : audit [INF] from='client.? 172.21.15.71:0/2195952767' entity='client.rgw.foo.smithi071.jisndg' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-30T22:21:10.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: audit 2023-11 2023-11-30T22:21:10.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: -30T22:21:09.070204+0000 mon.smithi071 ( 2023-11-30T22:21:10.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: mon.0) 655 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi071.jisndg' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-30T22:21:10.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: audit 2023-11-30T22:21:10.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: 2023-11- 2023-11-30T22:21:10.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: 30T22:21:09.076465+0000 2023-11-30T22:21:10.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: mon.smithi203 (mon.1) 26 : audit 2023-11-30T22:21:10.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: [INF] from='client.? 172.21.15.203:0/3539553735' entity='client.rgw.foo.smithi203.pcqjdq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-30T22:21:10.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: audit 2023- 2023-11-30T22:21:10.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: 11-30T22:21:09.077469+0000 mon.smithi203 (mon.1) 27 2023-11-30T22:21:10.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: : audit [INF] from='client.? 172.21.15.203:0/1333344567' entity='client.rgw.foo.smithi203.qlfyze' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-30T22:21:10.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: audit 2023-11-30T22:21:10.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: 2023-11-30T22:21:09.079764+0000 mon.smithi071 (mon.0 2023-11-30T22:21:10.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: ) 656 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi203.pcqjdq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-30T22:21:10.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: audit 2023- 2023-11-30T22:21:10.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: 11-30T22:21:09.080101+0000 2023-11-30T22:21:10.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: mon.smithi071 (mon.0) 657 : audit [INF] 2023-11-30T22:21:10.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:10 smithi203 conmon[88363]: from='client.? ' entity='client.rgw.foo.smithi203.qlfyze' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-30T22:21:11.183 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:11 smithi071 conmon[83797]: cluster 2023-11-30T22:21:09.607377+0000 mgr.smithi071.nfuwvn 2023-11-30T22:21:11.183 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:11 smithi071 conmon[83797]: (mgr.14180) 186 : cluster [DBG] pgmap v154: 129 pgs: 15 creating+peering, 79 active+clean, 35 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 1023 B/s wr, 7 op/s 2023-11-30T22:21:11.183 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:11 smithi071 conmon[83797]: audit 2023-11-30T22:21:10.077867+0000 mon.smithi071 (mon.0) 658 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi071.jisndg' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-30T22:21:11.183 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:11 smithi071 conmon[83797]: audit 2023-11-30T22:21:10.077920+0000 mon.smithi071 (mon.0) 659 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi203.pcqjdq' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-30T22:21:11.183 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:11 smithi071 conmon[83797]: audit 2023-11-30T22:21:10.077969+0000 mon.smithi071 (mon.0) 660 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi203.qlfyze' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-30T22:21:11.183 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:11 smithi071 conmon[83797]: cluster 2023-11-30T22:21:10.078008+0000 mon.smithi071 (mon.0) 661 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-30T22:21:11.346 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:21:11.347 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:21:11.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:11 smithi203 conmon[88363]: cluster 2023-11-30T22:21:09.607377+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:21:11.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:11 smithi203 conmon[88363]: 14180) 186 : cluster [DBG] pgmap v154: 129 pgs: 15 creating+peering, 79 active+clean, 35 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 1023 B/s wr, 7 op/s 2023-11-30T22:21:11.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:11 smithi203 conmon[88363]: audit 2023-11-30T22:21:10.077867+0000 mon.smithi071 (mon.0) 658 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi071.jisndg' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-30T22:21:11.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:11 smithi203 conmon[88363]: audit 2023-11-30T22:21:10.077920 2023-11-30T22:21:11.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:11 smithi203 conmon[88363]: +0000 mon.smithi071 (mon.0) 659 : audit [INF] 2023-11-30T22:21:11.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:11 smithi203 conmon[88363]: from='client.? ' entity='client.rgw.foo.smithi203.pcqjdq' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-30T22:21:11.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:11 smithi203 conmon[88363]: audit 2023-11-30T 2023-11-30T22:21:11.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:11 smithi203 conmon[88363]: 22:21:10.077969+0000 mon.smithi071 (mon 2023-11-30T22:21:11.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:11 smithi203 conmon[88363]: .0) 660 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi203.qlfyze' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-30T22:21:11.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:11 smithi203 conmon[88363]: cluster 2023-11-30T22:21:11.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:11 smithi203 conmon[88363]: 2023-11-30T22:21:10 2023-11-30T22:21:11.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:11 smithi203 conmon[88363]: .078008+0000 mon.smithi071 (mon.0) 661 : cluster 2023-11-30T22:21:11.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:11 smithi203 conmon[88363]: [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-30T22:21:12.316 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:21:12.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:12 smithi071 conmon[83797]: audit 2023-11-30T22:21:11.259348+0000 mon.smithi071 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:12.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:12 smithi071 conmon[83797]: audit 2023-11-30T22:21:11.265130+0000 mon.smithi071 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:12.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:12 smithi071 conmon[83797]: cephadm 2023-11-30T22:21:11.274729+0000 mgr.smithi071.nfuwvn (mgr.14180) 187 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi203.zauoqn on smithi203 2023-11-30T22:21:12.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:12 smithi071 conmon[83797]: audit 2023-11-30T22:21:11.340489+0000 mgr.smithi071.nfuwvn (mgr.14180) 188 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:12.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:12 smithi071 conmon[83797]: cluster 2023-11-30T22:21:11.607861+0000 mgr.smithi071.nfuwvn (mgr.14180) 189 : cluster [DBG] pgmap v156: 129 pgs: 1 creating+peering, 119 active+clean, 9 unknown; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 KiB/s rd, 3.9 KiB/s wr, 300 op/s 2023-11-30T22:21:12.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:12 smithi071 conmon[83797]: audit 2023-11-30T22:21:11.767029+0000 mon.smithi071 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:12.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:12 smithi203 conmon[88363]: audit 2023-11-30T22:21:11.259348+0000 mon.smithi071 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:12.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:12 smithi203 conmon[88363]: audit 2023-11-30T22:21:11.265130+0000 mon.smithi071 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:12.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:12 smithi203 conmon[88363]: cephadm 2023-11-30T22:21:11.274729+0000 mgr.smithi071.nfuwvn (mgr.14180) 187 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi203.zauoqn on smithi203 2023-11-30T22:21:12.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:12 smithi203 conmon[88363]: audit 2023-11-30T22:21:11.340489+0000 mgr.smithi071.nfuwvn (mgr.14180) 188 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:12.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:12 smithi203 conmon[88363]: cluster 2023-11-30T22:21:11.607861+0000 mgr.smithi071.nfuwvn (mgr.14180) 189 : cluster [DBG] pgmap v156: 129 pgs: 1 creating+peering, 119 active+clean, 9 unknown; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 KiB/s rd, 3.9 KiB/s wr, 300 op/s 2023-11-30T22:21:12.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:12 smithi203 conmon[88363]: audit 2023-11-30T22:21:11.767029+0000 mon.smithi071 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:13.317 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:21:15.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:14 smithi071 conmon[83797]: cluster 2023-11-30T22:21:13.608400+0000 mgr.smithi071.nfuwvn (mgr.14180) 190 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 4.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 272 KiB/s rd, 5.0 KiB/s wr, 474 op/s 2023-11-30T22:21:15.232 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:21:15.232 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:21:15.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:14 smithi203 conmon[88363]: cluster 2023-11-30T22:21:13.608400+0000 mgr.smithi071.nfuwvn (mgr.14180) 190 2023-11-30T22:21:15.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:14 smithi203 conmon[88363]: : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 4.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 272 KiB/s rd, 5.0 KiB/s wr, 474 op/s 2023-11-30T22:21:15.914 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:21:16.915 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:21:17.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:16 smithi071 conmon[83797]: audit 2023-11-30T22:21:15.228275+0000 mgr.smithi071.nfuwvn (mgr.14180) 191 : 2023-11-30T22:21:17.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:16 smithi071 conmon[83797]: audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:17.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:16 smithi071 conmon[83797]: cluster 2023-11-30T22:21:15.609058+0000 mgr.smithi071.nfuwvn (mgr.14180) 192 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 247 KiB/s rd, 4.2 KiB/s wr, 431 op/s 2023-11-30T22:21:17.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:16 smithi203 conmon[88363]: audit 2023-11-30T22:21:15.228275+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:21:17.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:16 smithi203 conmon[88363]: 191 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:17.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:16 smithi203 conmon[88363]: cluster 2023-11-30T22:21:15.609058+0000 mgr.smithi071.nfuwvn (mgr.14180) 192 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 247 KiB/s rd, 4.2 KiB/s wr, 431 op/s 2023-11-30T22:21:18.756 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:21:18.757 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:21:19.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:18 smithi071 conmon[83797]: cluster 2023-11-30T22:21:17.609605+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:21:19.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:18 smithi071 conmon[83797]: mgr.14180) 193 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 223 KiB/s rd, 3.7 KiB/s wr, 388 op/s 2023-11-30T22:21:19.371 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:21:19.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:18 smithi203 conmon[88363]: cluster 2023-11-30T22:21:17.609605+0000 mgr.smithi071.nfuwvn (mgr.14180) 193 : 2023-11-30T22:21:19.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:18 smithi203 conmon[88363]: cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 223 KiB/s rd, 3.7 KiB/s wr, 388 op/s 2023-11-30T22:21:20.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:19 smithi071 conmon[83797]: audit 2023-11-30T22:21:18.752560+0000 mgr.smithi071.nfuwvn (mgr.14180) 194 : 2023-11-30T22:21:20.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:19 smithi071 conmon[83797]: audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:20.372 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:21:20.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:19 smithi203 conmon[88363]: audit 2023-11-30T22:21:18.752560+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:21:20.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:19 smithi203 conmon[88363]: ) 194 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:21.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:20 smithi071 conmon[83797]: cluster 2023-11-30T22:21:19.610022+0000 mgr.smithi071.nfuwvn (mgr.14180) 195 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 KiB/s rd, 3.2 KiB/s wr, 331 op/s 2023-11-30T22:21:21.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:20 smithi203 conmon[88363]: cluster 2023-11-30T22:21:19.610022+0000 mgr.smithi071.nfuwvn (mgr.14180) 195 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 KiB/s rd, 3.2 KiB/s wr, 331 op/s 2023-11-30T22:21:22.329 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:21:22.329 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:21:22.989 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:21:23.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:22 smithi071 conmon[83797]: cluster 2023-11-30T22:21:21.610752+0000 mgr.smithi071.nfuwvn (mgr.14180) 196 2023-11-30T22:21:23.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:22 smithi071 conmon[83797]: : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 164 KiB/s rd, 2.8 KiB/s wr, 287 op/s 2023-11-30T22:21:23.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:22 smithi071 conmon[83797]: audit 2023-11-30T22:21:21.774754+0000 mon.smithi071 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:23.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:22 smithi203 conmon[88363]: cluster 2023-11-30T22:21:21.610752+0000 mgr.smithi071.nfuwvn (mgr.14180) 196 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 164 KiB/s rd, 2.8 KiB/s wr, 287 op/s 2023-11-30T22:21:23.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:22 smithi203 conmon[88363]: 2023-11-30T22:21:23.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:22 smithi203 conmon[88363]: audit 2023-11-30T22:21:21.774754+0000 mon.smithi071 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:21:23.993 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:21:24.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:23 smithi071 conmon[83797]: audit 2023-11-30T22:21:22.325121+0000 mgr.smithi071.nfuwvn (mgr.14180) 197 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:24.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:23 smithi203 conmon[88363]: audit 2023-11-30T22:21:22.325121+0000 mgr.smithi071.nfuwvn (mgr.14180) 197 : audit 2023-11-30T22:21:24.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:23 smithi203 conmon[88363]: [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:25.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:24 smithi071 conmon[83797]: cluster 2023-11-30T22:21:23.611544+0000 mgr.smithi071.nfuwvn (mgr.14180) 198 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 KiB/s rd, 1.4 KiB/s wr, 163 op/s 2023-11-30T22:21:25.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:24 smithi203 conmon[88363]: cluster 2023-11-30T22:21:23.611544+0000 mgr.smithi071.nfuwvn (mgr.14180) 198 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 KiB/s rd, 1.4 KiB/s wr, 163 op/s 2023-11-30T22:21:25.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:24 smithi203 conmon[88363]: 2023-11-30T22:21:25.836 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:21:25.836 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:21:26.523 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:21:27.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:26 smithi071 conmon[83797]: cluster 2023-11-30T22:21:25.611980+0000 mgr.smithi071.nfuwvn (mgr.14180) 199 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 170 B/s wr, 39 op/s 2023-11-30T22:21:27.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:26 smithi071 conmon[83797]: audit 2023-11-30T22: 2023-11-30T22:21:27.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:26 smithi071 conmon[83797]: 21:25.832402+0000 mgr.smithi071.nfuwvn (mgr.14180) 200 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:27.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:26 smithi203 conmon[88363]: cluster 2023-11-30T22:21:25.611980+0000 mgr.smithi071.nfuwvn (mgr.14180) 199 : 2023-11-30T22:21:27.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:26 smithi203 conmon[88363]: cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 170 B/s wr, 39 op/s 2023-11-30T22:21:27.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:26 smithi203 conmon[88363]: audit 2023-11-30T22:21:25.832402+0000 mgr.smithi071.nfuwvn (mgr.14180) 200 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:27.524 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:21:29.087 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:28 smithi071 conmon[83797]: cluster 2023-11-30T22:21:27.612680+0000 mgr.smithi071.nfuwvn (mgr.14180) 201 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2023-11-30T22:21:29.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:28 smithi203 conmon[88363]: cluster 2023-11-30T22:21:27.612680+0000 mgr.smithi071.nfuwvn (mgr.14180) 201 : cluster 2023-11-30T22:21:29.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:28 smithi203 conmon[88363]: [DBG] pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2023-11-30T22:21:29.454 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:21:29.454 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:21:30.120 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:21:31.120 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:21:31.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:30 smithi071 conmon[83797]: audit 2023-11-30T22:21:29.450497+0000 mgr.smithi071.nfuwvn (mgr.14180) 202 : 2023-11-30T22:21:31.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:30 smithi071 conmon[83797]: audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:31.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:30 smithi071 conmon[83797]: cluster 2023-11-30T22:21:29.613082+0000 mgr.smithi071.nfuwvn (mgr.14180) 203 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:31.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:30 smithi203 conmon[88363]: audit 2023-11-30T22:21:29.450497+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:21:31.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:30 smithi203 conmon[88363]: 14180) 202 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:31.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:30 smithi203 conmon[88363]: cluster 2023-11-30T22:21:29.613082+0000 mgr.smithi071.nfuwvn (mgr.14180) 203 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:32.994 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:21:32.995 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:21:33.212 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:32 smithi071 conmon[83797]: cluster 2023-11-30T22:21:31.613585+0000 mgr.smithi071.nfuwvn (mgr.14180) 204 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:33.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:32 smithi203 conmon[88363]: cluster 2023-11-30T22:21:31.613585+0000 mgr.smithi071.nfuwvn (mgr.14180) 204 : 2023-11-30T22:21:33.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:32 smithi203 conmon[88363]: cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:33.620 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:21:34.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:33 smithi071 conmon[83797]: audit 2023-11-30T22:21:32.990387+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:21:34.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:33 smithi071 conmon[83797]: 205 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:34.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:33 smithi203 conmon[88363]: audit 2023-11-30T22:21:32.990387+0000 mgr.smithi071.nfuwvn (mgr.14180) 205 2023-11-30T22:21:34.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:33 smithi203 conmon[88363]: : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:34.621 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:21:35.290 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:34 smithi071 conmon[83797]: cluster 2023-11-30T22:21:33.614132+0000 mgr.smithi071.nfuwvn (mgr.14180) 206 2023-11-30T22:21:35.290 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:34 smithi071 conmon[83797]: : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:35.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:34 smithi203 conmon[88363]: cluster 2023-11-30T22:21:33.614132+0000 mgr.smithi071.nfuwvn (mgr.14180) 206 : 2023-11-30T22:21:35.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:34 smithi203 conmon[88363]: cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:36.476 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:21:36.476 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:21:37.079 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:21:37.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:36 smithi071 conmon[83797]: cluster 2023-11-30T22:21:35.614606+0000 mgr.smithi071.nfuwvn (mgr.14180) 207 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:37.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:36 smithi203 conmon[88363]: cluster 2023-11-30T22:21:35.614606+0000 mgr.smithi071.nfuwvn (mgr.14180) 207 : cluster 2023-11-30T22:21:37.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:36 smithi203 conmon[88363]: [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:38.080 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:21:38.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:37 smithi071 conmon[83797]: audit 2023-11-30T22:21:36.472422+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:21:38.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:37 smithi071 conmon[83797]: 208 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:38.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:37 smithi203 conmon[88363]: audit 2023-11-30T22:21:36.472422+0000 mgr.smithi071.nfuwvn (mgr.14180) 208 : 2023-11-30T22:21:38.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:37 smithi203 conmon[88363]: audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:39.284 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:38 smithi071 conmon[83797]: cluster 2023-11-30T22:21:37.615235+0000 mgr.smithi071.nfuwvn (mgr.14180) 209 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:39.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:38 smithi203 conmon[88363]: cluster 2023-11-30T22: 2023-11-30T22:21:39.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:38 smithi203 conmon[88363]: 21:37.615235+0000 mgr.smithi071.nfuwvn (mgr.14180) 209 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:39.950 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:21:39.950 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:21:40.560 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:21:41.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:40 smithi071 conmon[83797]: cluster 2023-11-30T22:21:39.615658+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:21:41.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:40 smithi071 conmon[83797]: mgr.14180) 210 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:41.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:40 smithi071 conmon[83797]: audit 2023-11-30T22:21:39.946600+0000 mgr.smithi071.nfuwvn (mgr.14180) 211 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:41.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:40 smithi203 conmon[88363]: cluster 2023-11-30T22:21:39.615658+0000 mgr.smithi071.nfuwvn (mgr.14180) 210 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:41.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:40 smithi203 conmon[88363]: audit 2023-11-30T 2023-11-30T22:21:41.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:40 smithi203 conmon[88363]: 22:21:39.946600+0000 mgr.smithi071.nfuwvn (mgr.14180) 211 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:41.562 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:21:43.062 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:42 smithi071 conmon[83797]: cluster 2023-11-30T22:21:41.616287+0000 mgr.smithi071.nfuwvn (mgr.14180) 212 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:43.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:42 smithi203 conmon[88363]: cluster 2023-11-30T22:21:41.616287+0000 2023-11-30T22:21:43.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:42 smithi203 conmon[88363]: mgr.smithi071.nfuwvn (mgr.14180) 212 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:43.430 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:21:43.431 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:21:44.034 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:21:45.035 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:21:45.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:44 smithi071 conmon[83797]: audit 2023-11-30T22:21:43.427081+0000 mgr.smithi071.nfuwvn (mgr.14180) 213 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:45.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:44 smithi071 conmon[83797]: cluster 2023-11-30T22:21:43.616837+0000 mgr.smithi071.nfuwvn (mgr.14180) 214 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:45.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:44 smithi203 conmon[88363]: audit 2023-11-30T22:21:43.427081+0000 mgr.smithi071.nfuwvn (mgr.14180) 213 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:45.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:44 smithi203 conmon[88363]: 2023-11-30T22:21:45.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:44 smithi203 conmon[88363]: cluster 2023-11-30T22:21:43.616837+0000 mgr.smithi071.nfuwvn (mgr.14180) 214 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:46.872 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:21:46.873 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:21:47.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:46 smithi071 conmon[83797]: cluster 2023-11-30T22:21:45.617254+0000 mgr.smithi071.nfuwvn (mgr.14180) 215 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:47.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:46 smithi203 conmon[88363]: cluster 2023-11-30T22:21:45.617254+0000 mgr.smithi071.nfuwvn (mgr.14180) 215 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:47.517 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:21:48.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:47 smithi071 conmon[83797]: audit 2023-11-30T22:21:46.869038+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:21:48.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:47 smithi071 conmon[83797]: 216 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:48.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:47 smithi203 conmon[88363]: audit 2023-11-30T22:21:46.869038+0000 mgr.smithi071.nfuwvn (mgr.14180) 216 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:48.518 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:21:49.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:48 smithi071 conmon[83797]: cluster 2023-11-30T22:21:47.617911+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:21:49.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:48 smithi071 conmon[83797]: ) 217 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:49.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:48 smithi203 conmon[88363]: cluster 2023-11-30T22:21:47.617911+0000 mgr.smithi071.nfuwvn (mgr.14180) 217 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:50.424 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:21:50.424 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:21:51.066 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:21:51.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:50 smithi071 conmon[83797]: cluster 2023-11-30T22:21:49.618509+0000 mgr.smithi071.nfuwvn (mgr.14180) 218 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:51.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:50 smithi203 conmon[88363]: cluster 2023-11-30T22:21:49.618509+0000 mgr.smithi071.nfuwvn (mgr.14180) 218 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:52.067 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:21:52.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:51 smithi071 conmon[83797]: audit 2023-11-30T22:21:50.419893+0000 mgr.smithi071.nfuwvn (mgr.14180) 219 : audit 2023-11-30T22:21:52.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:51 smithi071 conmon[83797]: [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:52.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:51 smithi203 conmon[88363]: audit 2023-11-30T22:21:50.419893+0000 mgr.smithi071.nfuwvn (mgr.14180) 219 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:53.344 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:52 smithi071 conmon[83797]: cluster 2023-11-30T22:21:51.619027+0000 mgr.smithi071.nfuwvn (mgr.14180) 220 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:53.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:52 smithi203 conmon[88363]: cluster 2023-11-30T22:21:51.619027+0000 mgr.smithi071.nfuwvn (mgr.14180) 220 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:53.998 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:21:54.003 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:21:54.607 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:21:55.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:54 smithi071 conmon[83797]: cluster 2023-11-30T22:21:53.619539+0000 mgr.smithi071.nfuwvn (mgr.14180) 221 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:55.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:54 smithi071 conmon[83797]: audit 2023-11-30T22:21:53.994310+0000 mgr.smithi071.nfuwvn (mgr.14180) 222 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:55.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:54 smithi203 conmon[88363]: cluster 2023-11-30T22:21:53.619539+0000 mgr.smithi071.nfuwvn (mgr.14180) 221 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:55.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:54 smithi203 conmon[88363]: audit 2023-11-30T22:21:55.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:54 smithi203 conmon[88363]: 2023-11-30T22:21:53.994310+0000 mgr.smithi071.nfuwvn (mgr.14180) 222 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:55.608 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:21:57.151 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:57 smithi071 conmon[83797]: cluster 2023-11-30T22:21:55.620039+0000 mgr.smithi071.nfuwvn (mgr.14180) 223 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:57.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:57 smithi203 conmon[88363]: cluster 2023-11-30T22:21:55.620039+0000 mgr.smithi071.nfuwvn (mgr.14180) 223 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:57.538 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:21:57.538 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:21:58.197 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:21:59.199 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:21:59.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:59 smithi071 conmon[83797]: audit 2023-11-30T22:21:57.531991+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:21:59.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:59 smithi071 conmon[83797]: 224 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:59.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:21:59 smithi071 conmon[83797]: cluster 2023-11-30T22:21:57.620624+0000 mgr.smithi071.nfuwvn (mgr.14180) 225 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:21:59.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:59 smithi203 conmon[88363]: audit 2023-11-30T22:21:57.531991+0000 mgr.smithi071.nfuwvn (mgr.14180) 224 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:21:59.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:21:59 smithi203 conmon[88363]: cluster 2023-11-30T22:21:57.620624+0000 mgr.smithi071.nfuwvn (mgr.14180) 225 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:01.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:01 smithi071 conmon[83797]: cluster 2023-11-30T22:21:59.621156+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:22:01.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:01 smithi071 conmon[83797]: mgr.14180) 226 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:01.137 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:22:01.137 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:22:01.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:01 smithi203 conmon[88363]: cluster 2023-11-30T22:21:59.621156+0000 mgr.smithi071.nfuwvn (mgr.14180) 226 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:01.755 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:22:02.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:02 smithi071 conmon[83797]: audit 2023-11-30T22:22:01.133327+0000 mgr.smithi071.nfuwvn (mgr.14180) 227 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:02.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:02 smithi203 conmon[88363]: audit 2023-11-30T22:22:01.133327+0000 mgr.smithi071.nfuwvn (mgr.14180) 227 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:02.756 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:22:03.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:03 smithi071 conmon[83797]: cluster 2023-11-30T22:22:01.621563+0000 mgr.smithi071.nfuwvn (mgr.14180) 228 : cluster 2023-11-30T22:22:03.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:03 smithi071 conmon[83797]: [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:03.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:03 smithi203 conmon[88363]: cluster 2023-11-30T22:22:01.621563+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:22:03.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:03 smithi203 conmon[88363]: 14180) 228 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:04.586 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:22:04.586 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:22:05.161 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:22:05.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:05 smithi071 conmon[83797]: cluster 2023-11-30T22:22:03.622085+0000 mgr.smithi071.nfuwvn (mgr.14180) 229 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:05.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:05 smithi203 conmon[88363]: cluster 2023-11-30T22:22:03.622085+0000 mgr.smithi071.nfuwvn (mgr.14180) 229 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:06.162 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:22:06.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:06 smithi071 conmon[83797]: audit 2023-11-30T22:22:04.581615+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:22:06.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:06 smithi071 conmon[83797]: mgr.14180) 230 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:06.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:06 smithi203 conmon[88363]: audit 2023-11-30T22:22:04.581615+0000 mgr.smithi071.nfuwvn (mgr.14180) 230 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:07.354 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:07 smithi071 conmon[83797]: cluster 2023-11-30T22:22:05.622612+0000 mgr.smithi071.nfuwvn (mgr.14180) 231 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:07.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:07 smithi203 conmon[88363]: cluster 2023-11-30T22:22:05.622612+0000 mgr.smithi071.nfuwvn (mgr.14180) 231 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:07.986 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:22:07.986 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:22:08.621 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:22:09.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:09 smithi071 conmon[83797]: cluster 2023-11-30T22:22:07.623226+0000 mgr.smithi071.nfuwvn (mgr.14180) 232 : cluster [DBG] 2023-11-30T22:22:09.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:09 smithi071 conmon[83797]: pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:09.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:09 smithi071 conmon[83797]: audit 2023-11-30T22:22:07.982361+0000 mgr.smithi071.nfuwvn (mgr.14180) 233 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:09.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:09 smithi203 conmon[88363]: cluster 2023-11-30T22:22:07.623226+0000 mgr.smithi071.nfuwvn (mgr.14180) 232 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:09.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:09 smithi203 conmon[88363]: audit 2023-11-30T22:22:07.982361+0000 mgr.smithi071.nfuwvn (mgr.14180) 233 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:09.623 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:22:11.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:11 smithi071 conmon[83797]: cluster 2023-11-30T22:22:09.623669+0000 mgr.smithi071.nfuwvn (mgr.14180) 234 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:11.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:11 smithi203 conmon[88363]: cluster 2023-11-30T22:22:09.623669+0000 mgr.smithi071.nfuwvn (mgr.14180) 234 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:11.452 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:22:11.453 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:22:12.119 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:22:12.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:12 smithi071 conmon[83797]: audit 2023-11-30T22:22:11.590866+0000 mon.smithi071 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 0]}]: dispatch 2023-11-30T22:22:12.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:12 smithi203 conmon[88363]: audit 2023-11-30T22:22:11.590866+0000 mon.smithi071 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 0]}]: dispatch 2023-11-30T22:22:13.120 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:22:13.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:13 smithi071 conmon[83797]: audit 2023-11-30T22:22:11.448354+0000 mgr.smithi071.nfuwvn (mgr.14180) 235 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:13.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:13 smithi071 conmon[83797]: cluster 2023-11-30T 2023-11-30T22:22:13.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:13 smithi071 conmon[83797]: 22:22:11.624254+0000 mgr.smithi071.nfuwvn (mgr.14180) 236 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:13.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:13 smithi071 conmon[83797]: audit 2023-11-30T22:22:12.041112+0000 mon.smithi071 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 0]}]': finished 2023-11-30T22:22:13.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:13 smithi071 conmon[83797]: cluster 2023-11-30T22:22:12 2023-11-30T22:22:13.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:13 smithi071 conmon[83797]: .041184+0000 mon.smithi071 (mon.0) 668 : cluster 2023-11-30T22:22:13.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:13 smithi071 conmon[83797]: [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-30T22:22:13.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:13 smithi203 conmon[88363]: audit 2023-11-30T22:22:11.448354+0000 mgr.smithi071.nfuwvn (mgr.14180) 235 : audit 2023-11-30T22:22:13.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:13 smithi203 conmon[88363]: [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:13.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:13 smithi203 conmon[88363]: cluster 2023-11-30T22:22:11.624254+0000 mgr.smithi071.nfuwvn (mgr.14180) 236 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:13.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:13 smithi203 conmon[88363]: audit 2023-11-30T 2023-11-30T22:22:13.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:13 smithi203 conmon[88363]: 22:22:12.041112+0000 mon.smithi071 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 0]}]': finished 2023-11-30T22:22:13.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:13 smithi203 conmon[88363]: cluster 2023-11-30T22:22:12. 2023-11-30T22:22:13.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:13 smithi203 conmon[88363]: 041184+0000 mon.smithi071 (mon.0) 668 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-30T22:22:14.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:14 smithi071 conmon[83797]: cluster 2023-11-30T22:22:13.047163+0000 mon.smithi071 (mon.0) 669 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-30T22:22:14.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:14 smithi203 conmon[88363]: cluster 2023-11-30T22:22:13.047163+0000 mon.smithi071 (mon.0) 669 : cluster 2023-11-30T22:22:14.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:14 smithi203 conmon[88363]: [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-30T22:22:15.065 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:22:15.065 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:22:15.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:15 smithi071 conmon[83797]: cluster 2023-11-30T22:22:13.624630+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:22:15.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:15 smithi071 conmon[83797]: ) 237 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:15.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:15 smithi203 conmon[88363]: cluster 2023-11-30T22:22:13.624630+0000 mgr.smithi071.nfuwvn (mgr.14180) 237 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:15.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:15 smithi203 conmon[88363]: 2023-11-30T22:22:15.661 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:22:16.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:16 smithi071 conmon[83797]: audit 2023-11-30T22:22:15.061038+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:22:16.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:16 smithi071 conmon[83797]: 238 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:16.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:16 smithi203 conmon[88363]: audit 2023-11-30T22:22:15.061038+0000 mgr.smithi071.nfuwvn (mgr.14180) 238 : audit [DBG] 2023-11-30T22:22:16.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:16 smithi203 conmon[88363]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:16.662 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:22:17.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:17 smithi071 conmon[83797]: cluster 2023-11-30T22:22:15.625295+0000 2023-11-30T22:22:17.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:17 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 239 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:17.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:17 smithi203 conmon[88363]: cluster 2023-11-30T22:22:15.625295+0000 mgr.smithi071.nfuwvn 2023-11-30T22:22:17.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:17 smithi203 conmon[88363]: (mgr.14180) 239 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:18.553 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:22:18.553 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:22:19.235 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:22:19.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:19 smithi071 conmon[83797]: cluster 2023-11-30T22:22:17.626116+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:22:19.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:19 smithi071 conmon[83797]: 240 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:19.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:19 smithi203 conmon[88363]: cluster 2023-11-30T22:22:17.626116+0000 mgr.smithi071.nfuwvn (mgr.14180) 240 : cluster 2023-11-30T22:22:19.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:19 smithi203 conmon[88363]: [DBG] pgmap v191: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:20.236 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:22:20.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:20 smithi071 conmon[83797]: audit 2023-11-30T22:22:18.549553+0000 mgr.smithi071.nfuwvn (mgr.14180) 241 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:20.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:20 smithi203 conmon[88363]: audit 2023-11-30T22:22:18.549553+0000 mgr.smithi071.nfuwvn (mgr.14180) 241 2023-11-30T22:22:20.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:20 smithi203 conmon[88363]: : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:21.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:21 smithi071 conmon[83797]: cluster 2023-11-30T22:22:19.626517+0000 mgr.smithi071.nfuwvn (mgr.14180) 242 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:21.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:21 smithi203 conmon[88363]: cluster 2023-11-30T22:22:19.626517+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:22:21.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:21 smithi203 conmon[88363]: ) 242 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:22.104 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:22:22.104 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:22:22.683 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:22:23.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:23 smithi071 conmon[83797]: cluster 2023-11-30T22:22:21.627160+0000 mgr.smithi071.nfuwvn (mgr.14180) 243 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:23.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:23 smithi071 conmon[83797]: audit 2023-11-30T22:22:22.100159+0000 mgr.smithi071.nfuwvn (mgr.14180) 244 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:23.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:23 smithi203 conmon[88363]: cluster 2023-11-30T22:22:21.627160+0000 mgr.smithi071.nfuwvn (mgr.14180) 243 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:23.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:23 smithi203 conmon[88363]: 2023-11-30T22:22:23.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:23 smithi203 conmon[88363]: audit 2023-11-30T22:22:22.100159+0000 mgr.smithi071.nfuwvn (mgr.14180) 244 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:23.685 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:22:25.269 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:25 smithi071 conmon[83797]: cluster 2023-11-30T22:22:23.627819+0000 mgr.smithi071.nfuwvn (mgr.14180) 245 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:25.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:25 smithi203 conmon[88363]: cluster 2023-11-30T22:22:23.627819+0000 mgr.smithi071.nfuwvn (mgr.14180) 245 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:25.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:25 smithi203 conmon[88363]: 2023-11-30T22:22:25.650 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:22:25.651 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:22:26.230 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:22:27.231 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:22:27.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:27 smithi071 conmon[83797]: cluster 2023-11-30T22:22:25.628260+0000 mgr.smithi071.nfuwvn (mgr.14180) 246 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:27.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:27 smithi071 conmon[83797]: audit 2023-11-30T22:22:25.646212+0000 mgr.smithi071.nfuwvn (mgr.14180) 247 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:27.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:27 smithi203 conmon[88363]: cluster 2023-11-30T22:22:25.628260+0000 mgr.smithi071.nfuwvn (mgr.14180) 246 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:27.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:27 smithi203 conmon[88363]: audit 2023-11-30T22:22:25.646212+0000 mgr.smithi071.nfuwvn (mgr.14180) 247 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:29.171 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:22:29.171 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:22:29.358 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:29 smithi071 conmon[83797]: cluster 2023-11-30T22:22:27.628877+0000 mgr.smithi071.nfuwvn (mgr.14180) 248 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:29.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:29 smithi203 conmon[88363]: cluster 2023-11-30T22:22:27.628877+0000 2023-11-30T22:22:29.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:29 smithi203 conmon[88363]: mgr.smithi071.nfuwvn (mgr.14180) 248 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:29.783 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:22:30.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:30 smithi071 conmon[83797]: audit 2023-11-30T22:22:29.167317+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:22:30.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:30 smithi071 conmon[83797]: 249 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:30.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:30 smithi203 conmon[88363]: audit 2023-11-30T22:22:29.167317+0000 mgr.smithi071.nfuwvn (mgr.14180) 249 2023-11-30T22:22:30.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:30 smithi203 conmon[88363]: : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:30.784 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:22:31.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:31 smithi071 conmon[83797]: cluster 2023-11-30T22:22:29. 2023-11-30T22:22:31.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:31 smithi071 conmon[83797]: 629232+0000 mgr.smithi071.nfuwvn (mgr.14180) 250 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:31.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:31 smithi203 conmon[88363]: cluster 2023-11-30T22:22:29.629232+0000 2023-11-30T22:22:31.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:31 smithi203 conmon[88363]: mgr.smithi071.nfuwvn (mgr.14180) 250 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:32.648 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:22:32.648 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:22:33.240 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:22:33.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:33 smithi071 conmon[83797]: cluster 2023-11-30T22:22:31.629725+0000 mgr.smithi071.nfuwvn (mgr.14180) 251 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:33.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:33 smithi203 conmon[88363]: cluster 2023-11-30T22:22:31.629725+0000 mgr.smithi071.nfuwvn (mgr.14180) 251 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:34.241 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:22:34.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:34 smithi071 conmon[83797]: audit 2023-11-30T22:22:32.644437+0000 mgr.smithi071.nfuwvn (mgr.14180) 252 2023-11-30T22:22:34.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:34 smithi071 conmon[83797]: : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:34.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:34 smithi203 conmon[88363]: audit 2023-11-30T22:22:32.644437+0000 mgr.smithi071.nfuwvn (mgr.14180) 252 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:35.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:35 smithi071 conmon[83797]: cluster 2023-11-30T22:22:33.630187+0000 mgr.smithi071.nfuwvn (mgr.14180) 253 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:35.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:35 smithi203 conmon[88363]: cluster 2023-11-30T22:22:33.630187+0000 mgr.smithi071.nfuwvn (mgr.14180) 253 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:36.156 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:22:36.157 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:22:36.773 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:22:37.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:37 smithi071 conmon[83797]: cluster 2023-11-30T22:22:35.630574+0000 mgr.smithi071.nfuwvn (mgr.14180) 254 : cluster 2023-11-30T22:22:37.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:37 smithi071 conmon[83797]: [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:37.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:37 smithi071 conmon[83797]: audit 2023-11-30T22:22:36.149857+0000 mgr.smithi071.nfuwvn (mgr.14180) 255 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:37.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:37 smithi203 conmon[88363]: cluster 2023-11-30T22:22:35.630574+0000 mgr.smithi071.nfuwvn (mgr.14180) 254 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:37.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:37 smithi203 conmon[88363]: 2023-11-30T22:22:37.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:37 smithi203 conmon[88363]: audit 2023-11-30T22:22:36.149857+0000 mgr.smithi071.nfuwvn (mgr.14180) 255 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:37.774 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:22:39.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:39 smithi071 conmon[83797]: cluster 2023-11-30T22:22:37.631409+0000 mgr.smithi071.nfuwvn (mgr.14180) 256 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:39.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:39 smithi071 conmon[83797]: 2023-11-30T22:22:39.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:39 smithi203 conmon[88363]: cluster 2023-11-30T22:22:37.631409+0000 mgr.smithi071.nfuwvn (mgr.14180) 256 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:39.769 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:22:39.769 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:22:40.406 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:22:41.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:41 smithi071 conmon[83797]: cluster 2023-11-30T22:22:39.631839+0000 mgr.smithi071.nfuwvn (mgr.14180) 257 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:41.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:41 smithi071 conmon[83797]: audit 2023-11-30T22:22:39.765696+0000 mgr.smithi071.nfuwvn (mgr.14180) 258 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:41.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:41 smithi203 conmon[88363]: cluster 2023-11-30T22:22:39.631839+0000 mgr.smithi071.nfuwvn (mgr.14180) 257 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:41.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:41 smithi203 conmon[88363]: audit 2023-11-30T22:22:39.765696+0000 mgr.smithi071.nfuwvn (mgr.14180) 258 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:41.406 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:22:43.293 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:22:43.293 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:22:43.318 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:43 smithi071 conmon[83797]: cluster 2023-11-30T22:22:41.632460+0000 mgr.smithi071.nfuwvn (mgr.14180) 259 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:43.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:43 smithi203 conmon[88363]: cluster 2023-11-30T22:22:41.632460+0000 mgr.smithi071.nfuwvn (mgr.14180) 259 : 2023-11-30T22:22:43.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:43 smithi203 conmon[88363]: cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:43.930 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:22:44.930 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:22:45.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:45 smithi071 conmon[83797]: audit 2023-11-30T22:22:43.288103+0000 mgr.smithi071.nfuwvn (mgr.14180) 260 : 2023-11-30T22:22:45.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:45 smithi071 conmon[83797]: audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:45.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:45 smithi071 conmon[83797]: cluster 2023-11-30T22:22:43.632996+0000 mgr.smithi071.nfuwvn (mgr.14180) 261 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:45.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:45 smithi203 conmon[88363]: audit 2023-11-30T22:22:43.288103+0000 mgr.smithi071.nfuwvn (mgr.14180) 260 : audit 2023-11-30T22:22:45.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:45 smithi203 conmon[88363]: [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:45.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:45 smithi203 conmon[88363]: cluster 2023-11-30T22:22:43.632996+0000 mgr.smithi071.nfuwvn (mgr.14180) 261 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:46.856 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:22:46.856 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:22:47.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:47 smithi071 conmon[83797]: cluster 2023-11-30T22:22:45.633416+0000 mgr.smithi071.nfuwvn (mgr.14180) 262 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:47.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:47 smithi203 conmon[88363]: cluster 2023-11-30T22:22:45.633416+0000 mgr.smithi071.nfuwvn (mgr.14180) 262 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:47.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:47 smithi203 conmon[88363]: 2023-11-30T22:22:47.486 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:22:48.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:48 smithi203 conmon[88363]: audit 2023-11-30T22:22:46.852174+0000 mgr.smithi071.nfuwvn (mgr.14180) 263 : audit 2023-11-30T22:22:48.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:48 smithi203 conmon[88363]: [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:48.487 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:22:48.517 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:48 smithi071 conmon[83797]: audit 2023-11-30T22:22:46.852174+0000 mgr.smithi071.nfuwvn (mgr.14180) 263 : audit [DBG] 2023-11-30T22:22:48.518 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:48 smithi071 conmon[83797]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:49.312 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:49 smithi071 conmon[83797]: cluster 2023-11-30T22:22:47.633948+0000 mgr.smithi071.nfuwvn 2023-11-30T22:22:49.312 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:49 smithi071 conmon[83797]: (mgr.14180) 264 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:49.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:49 smithi203 conmon[88363]: cluster 2023-11-30T22:22:47.633948+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:22:49.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:49 smithi203 conmon[88363]: .14180) 264 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:50.359 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:22:50.360 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:22:50.987 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:22:51.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:51 smithi071 conmon[83797]: cluster 2023-11-30T22:22:49.634443+0000 mgr.smithi071.nfuwvn (mgr.14180) 265 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:51.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:51 smithi203 conmon[88363]: cluster 2023-11-30T22:22:49.634443+0000 mgr.smithi071.nfuwvn (mgr.14180) 265 : cluster [DBG] 2023-11-30T22:22:51.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:51 smithi203 conmon[88363]: pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:51.988 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:22:52.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:52 smithi071 conmon[83797]: audit 2023-11-30T22:22:50.355798+0000 mgr.smithi071.nfuwvn (mgr.14180) 266 : audit [DBG] 2023-11-30T22:22:52.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:52 smithi071 conmon[83797]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:52.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:52 smithi203 conmon[88363]: audit 2023-11-30T22:22:50.355798+0000 mgr.smithi071.nfuwvn (mgr.14180) 266 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:53.497 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:53 smithi071 conmon[83797]: cluster 2023-11-30T22:22:51.635231+0000 mgr.smithi071.nfuwvn (mgr.14180) 267 2023-11-30T22:22:53.497 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:53 smithi071 conmon[83797]: : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:53.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:53 smithi203 conmon[88363]: cluster 2023-11-30T22:22:51.635231+0000 mgr.smithi071.nfuwvn (mgr.14180) 267 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:53.875 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:22:53.876 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:22:54.461 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:22:55.462 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:22:55.488 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:55 smithi071 conmon[83797]: cluster 2023-11-30T22:22:53.635728+0000 mgr.smithi071.nfuwvn (mgr.14180) 268 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:55.488 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:55 smithi071 conmon[83797]: audit 2023-11-30T22:22:53.871915+0000 mgr.smithi071.nfuwvn (mgr.14180) 269 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:55.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:55 smithi203 conmon[88363]: cluster 2023-11-30T22:22:53.635728+0000 mgr.smithi071.nfuwvn (mgr.14180) 268 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:55.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:55 smithi203 conmon[88363]: audit 2023-11-30T22:22: 2023-11-30T22:22:55.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:55 smithi203 conmon[88363]: 53.871915+0000 mgr.smithi071.nfuwvn (mgr.14180) 269 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:57.401 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:22:57.401 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:22:57.422 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:57 smithi071 conmon[83797]: cluster 2023-11-30T22:22:55.636142+0000 mgr.smithi071.nfuwvn (mgr.14180) 270 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:57.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:57 smithi203 conmon[88363]: cluster 2023-11-30T22:22:55.636142+0000 mgr.smithi071.nfuwvn (mgr.14180) 270 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:58.018 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:22:59.018 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:22:59.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:59 smithi071 conmon[83797]: audit 2023-11-30T22:22:57.396884+0000 mgr.smithi071.nfuwvn (mgr.14180) 271 : audit 2023-11-30T22:22:59.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:59 smithi071 conmon[83797]: [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:59.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:22:59 smithi071 conmon[83797]: cluster 2023-11-30T22:22:57.636737+0000 mgr.smithi071.nfuwvn (mgr.14180) 272 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:22:59.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:59 smithi203 conmon[88363]: audit 2023-11-30T22:22:57.396884+0000 mgr.smithi071.nfuwvn (mgr.14180) 271 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:22:59.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:22:59 smithi203 conmon[88363]: cluster 2023-11-30T22:22:57.636737+0000 mgr.smithi071.nfuwvn (mgr.14180) 272 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:00.877 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:23:00.877 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:23:01.427 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:01 smithi071 conmon[83797]: cluster 2023-11-30T22:22:59.637124+0000 mgr.smithi071.nfuwvn (mgr.14180) 273 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:01.443 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:23:01.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:01 smithi203 conmon[88363]: cluster 2023-11-30T22:22:59.637124+0000 mgr.smithi071.nfuwvn (mgr.14180) 273 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:01.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:01 smithi203 conmon[88363]: 2023-11-30T22:23:02.444 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:23:02.472 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:02 smithi071 conmon[83797]: audit 2023-11-30T22:23:00.870793+0000 mgr.smithi071.nfuwvn (mgr.14180) 274 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:02.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:02 smithi203 conmon[88363]: audit 2023-11-30T22:23:00.870793+0000 mgr.smithi071.nfuwvn (mgr.14180) 274 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:03.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:03 smithi071 conmon[83797]: cluster 2023-11-30T22:23:01.637756+0000 mgr.smithi071.nfuwvn (mgr.14180) 275 2023-11-30T22:23:03.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:03 smithi071 conmon[83797]: : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:03.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:03 smithi203 conmon[88363]: cluster 2023-11-30T22:23:01.637756+0000 mgr.smithi071.nfuwvn (mgr.14180) 275 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:04.372 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:23:04.372 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:23:04.974 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:23:05.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:05 smithi071 conmon[83797]: cluster 2023-11-30T22:23:03.638341+0000 mgr.smithi071.nfuwvn (mgr.14180) 276 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:05.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:05 smithi203 conmon[88363]: cluster 2023-11-30T22:23:03.638341+0000 mgr.smithi071.nfuwvn (mgr.14180) 276 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:05.975 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:23:06.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:06 smithi071 conmon[83797]: audit 2023-11-30T22:23:04.367889+0000 mgr.smithi071.nfuwvn (mgr.14180) 277 2023-11-30T22:23:06.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:06 smithi071 conmon[83797]: : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:06.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:06 smithi203 conmon[88363]: audit 2023-11-30T22:23:04.367889+0000 mgr.smithi071.nfuwvn (mgr.14180) 277 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:07.486 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:07 smithi071 conmon[83797]: cluster 2023-11-30T22:23:05.639021+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:23:07.486 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:07 smithi071 conmon[83797]: 278 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:07.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:07 smithi203 conmon[88363]: cluster 2023-11-30T22:23:05.639021+0000 mgr.smithi071.nfuwvn (mgr.14180) 278 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:07.878 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:23:07.878 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:23:08.456 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:23:09.458 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:23:09.483 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:09 smithi071 conmon[83797]: cluster 2023-11-30T22:23:07.639619+0000 mgr.smithi071.nfuwvn (mgr.14180) 279 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:09.484 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:09 smithi071 conmon[83797]: audit 2023-11-30T22:23:07.874951+0000 mgr.smithi071.nfuwvn (mgr.14180) 280 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:09.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:09 smithi203 conmon[88363]: cluster 2023-11-30T22:23:07.639619+0000 mgr.smithi071.nfuwvn (mgr.14180) 279 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:11.208 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:09 smithi203 conmon[88363]: audit 2023-11-30T22:23 2023-11-30T22:23:11.208 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:09 smithi203 conmon[88363]: :07.874951+0000 mgr.smithi071.nfuwvn (mgr.14180) 280 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:11.357 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:23:11.357 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:23:11.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:11 smithi071 conmon[83797]: cluster 2023-11-30T22:23:09.640096+0000 mgr.smithi071.nfuwvn (mgr.14180) 281 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:11.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:11 smithi203 conmon[88363]: cluster 2023-11-30T22:23:09.640096+0000 mgr.smithi071.nfuwvn (mgr.14180) 281 : cluster 2023-11-30T22:23:11.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:11 smithi203 conmon[88363]: [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:12.005 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:23:17.080 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:13 smithi203 conmon[88363]: audit 2023-11-30T22:23:11.353077+0000 mgr.smithi071.nfuwvn (mgr.14180) 282 : audit [DBG] 2023-11-30T22:23:17.080 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:13 smithi203 conmon[88363]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:17.080 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:13 smithi203 conmon[88363]: cluster 2023-11-30T22:23:11.640854+0000 mgr.smithi071.nfuwvn (mgr.14180) 283 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:17.080 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:15 smithi203 conmon[88363]: cluster 2023-11-30T22:23:13.641383+0000 mgr.smithi071.nfuwvn (mgr.14180) 284 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:17.080 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:15 smithi203 conmon[88363]: 2023-11-30T22:23:17.080 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:13 smithi071 conmon[83797]: audit 2023-11-30T22:23:11.353077+0000 mgr.smithi071.nfuwvn (mgr.14180) 282 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:17.081 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:13 smithi071 conmon[83797]: cluster 2023-11-30T22:23:11.640854+0000 mgr.smithi071.nfuwvn (mgr.14180) 283 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:17.081 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:15 smithi071 conmon[83797]: cluster 2023-11-30T22:23:13.641383+0000 mgr.smithi071.nfuwvn (mgr.14180) 284 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:17.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:17 smithi071 conmon[83797]: cluster 2023-11-30T22:23:15.641909+0000 mgr.smithi071.nfuwvn (mgr.14180) 285 : 2023-11-30T22:23:17.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:17 smithi071 conmon[83797]: cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:17.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:17 smithi203 conmon[88363]: cluster 2023-11-30T22:23:15.641909+0000 mgr.smithi071.nfuwvn (mgr.14180) 285 : cluster [DBG] 2023-11-30T22:23:17.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:17 smithi203 conmon[88363]: pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:18.080 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:23:19.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:19 smithi203 conmon[88363]: cluster 2023-11-30T22:23:17.642500+0000 mgr.smithi071.nfuwvn (mgr.14180) 286 : cluster [DBG] 2023-11-30T22:23:19.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:19 smithi203 conmon[88363]: pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:19.591 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:19 smithi071 conmon[83797]: cluster 2023-11-30T22:23:17.642500+0000 mgr.smithi071.nfuwvn (mgr.14180) 286 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:19.973 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:23:19.973 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:23:20.655 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:23:21.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:21 smithi071 conmon[83797]: cluster 2023-11-30T22:23:19.642905+0000 mgr.smithi071.nfuwvn (mgr.14180) 287 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:21.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:21 smithi071 conmon[83797]: audit 2023-11-30T22:23:19.968694+0000 mgr.smithi071.nfuwvn (mgr.14180) 288 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:21.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:21 smithi203 conmon[88363]: cluster 2023-11-30T22:23:19.642905+0000 mgr.smithi071.nfuwvn (mgr.14180) 287 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:21.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:21 smithi203 conmon[88363]: audit 2023-11-30T22:23:19.968694+0000 mgr.smithi071.nfuwvn (mgr.14180) 288 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:21.656 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:23:23.574 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:23:23.574 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:23:23.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:23 smithi071 conmon[83797]: cluster 2023-11-30T22:23:21.643655+0000 mgr.smithi071.nfuwvn (mgr.14180) 289 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:23.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:23 smithi203 conmon[88363]: cluster 2023-11-30T22:23:21.643655+0000 mgr.smithi071.nfuwvn (mgr.14180) 289 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:24.203 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:23:25.204 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:23:25.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:25 smithi071 conmon[83797]: audit 2023-11-30T22:23:23.569764+0000 mgr.smithi071.nfuwvn (mgr.14180) 290 : audit 2023-11-30T22:23:25.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:25 smithi071 conmon[83797]: [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:25.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:25 smithi071 conmon[83797]: cluster 2023-11-30T22:23:23.644176+0000 mgr.smithi071.nfuwvn (mgr.14180) 291 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:25.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:25 smithi203 conmon[88363]: audit 2023-11-30T22:23:23.569764+0000 mgr.smithi071.nfuwvn (mgr.14180) 290 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:25.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:25 smithi203 conmon[88363]: cluster 2023-11-30T22:23: 2023-11-30T22:23:25.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:25 smithi203 conmon[88363]: 23.644176+0000 mgr.smithi071.nfuwvn (mgr.14180) 291 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:27.082 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:23:27.082 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:23:27.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:27 smithi071 conmon[83797]: cluster 2023-11-30T22:23:25.644665+0000 mgr.smithi071.nfuwvn (mgr.14180) 292 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:27.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:27 smithi203 conmon[88363]: cluster 2023-11-30T22:23:25.644665+0000 mgr.smithi071.nfuwvn (mgr.14180) 292 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:27.694 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:23:28.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:28 smithi071 conmon[83797]: audit 2023-11-30T22:23:27.078263+0000 mgr.smithi071.nfuwvn (mgr.14180) 293 2023-11-30T22:23:28.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:28 smithi071 conmon[83797]: : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:28.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:28 smithi203 conmon[88363]: audit 2023-11-30T22:23:27.078263+0000 mgr.smithi071.nfuwvn (mgr.14180) 293 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:28.695 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:23:29.511 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:29 smithi071 conmon[83797]: cluster 2023-11-30T22:23:27.645358+0000 mgr.smithi071.nfuwvn 2023-11-30T22:23:29.512 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:29 smithi071 conmon[83797]: (mgr.14180) 294 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:29.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:29 smithi203 conmon[88363]: cluster 2023-11-30T22:23:27.645358+0000 mgr.smithi071.nfuwvn (mgr.14180) 294 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:30.557 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:23:30.557 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:23:31.135 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:23:31.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:31 smithi071 conmon[83797]: cluster 2023-11-30T22:23:29.645776+0000 mgr.smithi071.nfuwvn (mgr.14180) 295 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:31.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:31 smithi203 conmon[88363]: cluster 2023-11-30T22:23:29.645776+0000 mgr.smithi071.nfuwvn (mgr.14180) 295 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:32.137 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:23:32.586 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:32 smithi071 conmon[83797]: audit 2023-11-30T22:23:30.553133+0000 mgr.smithi071.nfuwvn (mgr.14180) 296 : audit [DBG] 2023-11-30T22:23:32.586 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:32 smithi071 conmon[83797]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:32.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:32 smithi203 conmon[88363]: audit 2023-11-30T22:23:30.553133+0000 mgr.smithi071.nfuwvn (mgr.14180) 296 : audit 2023-11-30T22:23:32.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:32 smithi203 conmon[88363]: [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:33.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:33 smithi071 conmon[83797]: cluster 2023-11-30T22:23:31.646353+0000 mgr.smithi071.nfuwvn (mgr.14180) 297 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:33.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:33 smithi203 conmon[88363]: cluster 2023-11-30T22:23:31.646353+0000 mgr.smithi071.nfuwvn (mgr.14180) 297 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:34.021 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:23:34.021 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:23:34.659 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:23:35.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:35 smithi071 conmon[83797]: cluster 2023-11-30T22:23:33.646830+0000 mgr.smithi071.nfuwvn (mgr.14180) 298 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:35.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:35 smithi071 conmon[83797]: 2023-11-30T22:23:35.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:35 smithi071 conmon[83797]: audit 2023-11-30T22:23:34.017249+0000 mgr.smithi071.nfuwvn (mgr.14180) 299 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:35.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:35 smithi203 conmon[88363]: cluster 2023-11-30T22:23:33.646830+0000 mgr.smithi071.nfuwvn (mgr.14180) 298 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:35.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:35 smithi203 conmon[88363]: audit 2023-11-30T22:23:34.017249 2023-11-30T22:23:35.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:35 smithi203 conmon[88363]: +0000 mgr.smithi071.nfuwvn (mgr.14180) 299 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:35.659 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:23:37.504 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:23:37.504 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:23:37.524 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:37 smithi071 conmon[83797]: cluster 2023-11-30T22:23:35.647370+0000 mgr.smithi071.nfuwvn (mgr.14180) 300 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:37.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:37 smithi203 conmon[88363]: cluster 2023-11-30T22:23:35.647370+0000 mgr.smithi071.nfuwvn (mgr.14180) 300 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:38.143 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:23:38.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:38 smithi071 conmon[83797]: audit 2023-11-30T22:23:37.500277+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:23:38.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:38 smithi071 conmon[83797]: 301 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:38.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:38 smithi071 conmon[83797]: cluster 2023-11-30T22:23:37.647957+0000 mgr.smithi071.nfuwvn (mgr.14180) 302 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:38.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:38 smithi203 conmon[88363]: audit 2023-11-30T22:23:37.500277+0000 mgr.smithi071.nfuwvn (mgr.14180) 301 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:38.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:38 smithi203 conmon[88363]: cluster 2023-11-30T22:23:37.647957+0000 mgr.smithi071.nfuwvn (mgr.14180) 302 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:39.144 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:23:40.946 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:23:40.947 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:23:41.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:40 smithi071 conmon[83797]: cluster 2023-11-30T22:23:39.648415+0000 mgr.smithi071.nfuwvn (mgr.14180) 303 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:41.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:40 smithi203 conmon[88363]: cluster 2023-11-30T22:23:39.648415+0000 mgr.smithi071.nfuwvn (mgr.14180) 303 : cluster [DBG] 2023-11-30T22:23:41.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:40 smithi203 conmon[88363]: pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:41.567 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:23:42.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:41 smithi071 conmon[83797]: audit 2023-11-30T22:23:40.943000+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:23:42.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:41 smithi071 conmon[83797]: 304 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:42.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:41 smithi203 conmon[88363]: audit 2023-11-30T22:23:40.943000+0000 mgr.smithi071.nfuwvn (mgr.14180) 304 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:42.568 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:23:43.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:42 smithi071 conmon[83797]: cluster 2023-11-30T22:23:41.649035+0000 mgr.smithi071.nfuwvn (mgr.14180) 305 : cluster 2023-11-30T22:23:43.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:42 smithi071 conmon[83797]: [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:43.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:42 smithi203 conmon[88363]: cluster 2023-11-30T22:23:41.649035+0000 mgr.smithi071.nfuwvn (mgr.14180) 305 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:44.388 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:23:44.388 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:23:44.981 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:23:45.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:44 smithi071 conmon[83797]: cluster 2023-11-30T22:23:43.649599+0000 mgr.smithi071.nfuwvn (mgr.14180) 306 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:45.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:44 smithi203 conmon[88363]: cluster 2023-11-30T22:23:43.649599+0000 mgr.smithi071.nfuwvn (mgr.14180) 306 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:45.982 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:23:46.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: audit 2023-11-30T22:23:44.384799+0000 mgr.smithi071.nfuwvn (mgr.14180) 307 : audit 2023-11-30T22:23:46.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:46.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: cephadm 2023-11-30T22:23:45.059621+0000 mgr.smithi071.nfuwvn (mgr.14180) 308 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn 2023-11-30T22:23:46.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn 2023-11-30T22:23:46.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn 2023-11-30T22:23:46.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn 2023-11-30T22:23:46.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi203.zauoqn ... 2023-11-30T22:23:46.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:23:46.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:23:46.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:21:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:23:46.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:22:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:23:46.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:23:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:23:46.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: stat: stderr toomanyrequests: 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-30T22:23:46.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: 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-30T22:23:46.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:23:46.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: Traceback (most recent call last): 2023-11-30T22:23:46.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-30T22:23:46.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: yield (conn, connr) 2023-11-30T22:23:46.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-30T22:23:46.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: code, '\n'.join(err))) 2023-11-30T22:23:46.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: 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-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn 2023-11-30T22:23:46.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn 2023-11-30T22:23:46.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn 2023-11-30T22:23:46.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn 2023-11-30T22:23:46.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi203.zauoqn ... 2023-11-30T22:23:46.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:23:46.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:23:46.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:21:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:23:46.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:22:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:23:46.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:23:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:23:46.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: stat: stderr toomanyrequests: 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-30T22:23:46.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: 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. 2023-11-30T22:23:46.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: 3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:23:46.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:23:46.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: cephadm 2023-11-30T22:23:45.059791+0000 mgr.smithi071.nfuwvn (mgr.14180) 309 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi203.zauoqn 2023-11-30T22:23:46.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: audit 2023-11-30T22:23:45.060124+0000 mon.smithi071 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi203.zauoqn"}]: dispatch 2023-11-30T22:23:46.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: cephadm 2023-11-30T22:23:45.060722+0000 mgr.smithi071.nfuwvn (mgr.14180) 310 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn 2023-11-30T22:23:46.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn 2023-11-30T22:23:46.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn 2023-11-30T22:23:46.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn 2023-11-30T22:23:46.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi203.zauoqn ... 2023-11-30T22:23:46.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:23:46.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:23:46.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:21:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:23:46.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:22:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:23:46.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:23:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:23:46.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: stat: stderr toomanyrequests: 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-30T22:23:46.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: 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-30T22:23:46.371 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:23:46.371 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:45 smithi071 conmon[83797]: cephadm 2023-11-30T22:23:45.062481+0000 mgr.smithi071.nfuwvn (mgr.14180) 311 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi071.hbhbmd on smithi071 2023-11-30T22:23:46.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: audit 2023-11-30T22:23:44.384799+0000 mgr.smithi071.nfuwvn (mgr.14180) 307 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:46.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: cephadm 2023-11-30T22:23:45.059621+0000 mgr.smithi071.nfuwvn (mgr.14180) 308 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn 2023-11-30T22:23:46.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn 2023-11-30T22:23:46.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn 2023-11-30T22:23:46.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn 2023-11-30T22:23:46.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: Deploy daemon haproxy.rgw.foo.smithi203.zauoqn ... 2023-11-30T22:23:46.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:23:46.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:23:46.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:21:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:23:46.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:22:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:23:46.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:23:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:23:46.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: stat: stderr toomanyrequests: 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-30T22:23:46.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: 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-30T22:23:46.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:23:46.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: Traceback (most recent call last): 2023-11-30T22:23:46.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-30T22:23:46.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: yield (conn, connr) 2023-11-30T22:23:46.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-30T22:23:46.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: code, '\n'.join(err))) 2023-11-30T22:23:46.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: 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-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn 2023-11-30T22:23:46.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn 2023-11-30T22:23:46.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn 2023-11-30T22:23:46.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn 2023-11-30T22:23:46.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: Deploy daemon haproxy.rgw.foo.smithi203.zauoqn ... 2023-11-30T22:23:46.384 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:23:46.384 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:23:46.384 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:21:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:23:46.384 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:22:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:23:46.384 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:23:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:23:46.384 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: stat: stderr toomanyrequests: 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-30T22:23:46.385 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: 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 t 2023-11-30T22:23:46.385 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-30T22:23:46.385 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:23:46.385 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: cephadm 2023-11-30T22:23:45.059791+0000 mgr.smithi071.nfuwvn (mgr.14180) 309 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi203.zauoqn 2023-11-30T22:23:46.385 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: audit 2023-11-30T22:23:45.060124+0000 mon.smithi071 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi203.zauoqn"}]: dispatch 2023-11-30T22:23:46.385 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: cephadm 2023-11-30T22:23:45.060722 2023-11-30T22:23:46.385 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: +0000 mgr.smithi071.nfuwvn (mgr.14180) 310 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn 2023-11-30T22:23:46.386 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn 2023-11-30T22:23:46.386 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn 2023-11-30T22:23:46.386 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn 2023-11-30T22:23:46.386 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: Deploy daemon haproxy.rgw.foo.smithi203.zauoqn ... 2023-11-30T22:23:46.386 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:23:46.386 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:23:46.387 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:21:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:23:46.387 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:22:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:23:46.387 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:23:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:23:46.387 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: stat: stderr toomanyrequests: 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-30T22:23:46.387 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: 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-30T22:23:46.387 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:23:46.388 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:45 smithi203 conmon[88363]: cephadm 2023-11-30T22:23:45.062481+0000 mgr.smithi071.nfuwvn (mgr.14180) 311 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi071.hbhbmd on smithi071 2023-11-30T22:23:47.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:46 smithi071 conmon[83797]: cluster 2023-11-30T22:23:45.650142+0000 mgr.smithi071.nfuwvn (mgr.14180) 312 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:47.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:46 smithi203 conmon[88363]: cluster 2023-11-30T22:23:45.650142+0000 mgr.smithi071.nfuwvn (mgr.14180) 312 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:47.919 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:23:47.919 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:23:48.505 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:23:49.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:48 smithi071 conmon[83797]: cluster 2023-11-30T22:23:47.650737+0000 mgr.smithi071.nfuwvn (mgr.14180) 313 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:49.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:48 smithi071 conmon[83797]: audit 2023 2023-11-30T22:23:49.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:48 smithi071 conmon[83797]: -11-30T22:23:47.915322+0000 mgr.smithi071.nfuwvn (mgr.14180) 314 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:49.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:48 smithi203 conmon[88363]: cluster 2023-11-30T22:23:47.650737+0000 mgr.smithi071.nfuwvn (mgr.14180) 313 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:49.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:48 smithi203 conmon[88363]: audit 2023-11-30T22:23:47.915322+0000 mgr.smithi071.nfuwvn (mgr.14180) 314 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:49.507 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:23:51.323 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:23:51.323 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:23:51.354 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:50 smithi071 conmon[83797]: cluster 2023-11-30T22:23:49.651159+0000 mgr.smithi071.nfuwvn (mgr.14180) 315 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:51.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:50 smithi203 conmon[88363]: cluster 2023-11-30T22:23:49.651159+0000 mgr.smithi071.nfuwvn (mgr.14180) 315 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:51.964 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:23:52.965 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:23:53.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:52 smithi071 conmon[83797]: audit 2023-11-30T22:23:51.319172+0000 2023-11-30T22:23:53.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:52 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 316 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:53.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:52 smithi071 conmon[83797]: cluster 2023-11-30T22:23:51.651779+0000 mgr.smithi071.nfuwvn (mgr.14180) 317 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:53.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:52 smithi203 conmon[88363]: audit 2023-11-30T22:23:51.319172+0000 mgr.smithi071.nfuwvn (mgr.14180) 316 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:53.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:52 smithi203 conmon[88363]: cluster 2023-11-30T22:23:51.651779+0000 mgr.smithi071.nfuwvn (mgr.14180) 317 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:54.866 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:23:54.866 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:23:55.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:54 smithi071 conmon[83797]: cluster 2023-11-30T22:23:53.652355+0000 mgr.smithi071.nfuwvn (mgr.14180) 318 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:55.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:54 smithi203 conmon[88363]: cluster 2023-11-30T22:23:53.652355+0000 mgr.smithi071.nfuwvn (mgr.14180) 318 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:55.514 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:23:56.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:55 smithi071 conmon[83797]: audit 2023-11-30T22:23:54.862549+0000 mgr.smithi071.nfuwvn (mgr.14180) 319 2023-11-30T22:23:56.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:55 smithi071 conmon[83797]: : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:56.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:55 smithi203 conmon[88363]: audit 2023-11-30T22:23:54.862549+0000 mgr.smithi071.nfuwvn (mgr.14180) 319 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:23:56.516 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:23:57.288 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:56 smithi071 conmon[83797]: cluster 2023-11-30T22:23:55.652886+0000 mgr.smithi071.nfuwvn (mgr.14180) 320 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:57.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:56 smithi203 conmon[88363]: cluster 2023-11-30T22:23:55.652886+0000 mgr.smithi071.nfuwvn (mgr.14180) 320 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:58.350 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:23:58.351 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:23:58.946 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:23:59.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:23:59 smithi071 conmon[83797]: cluster 2023-11-30T22:23:57.653600+0000 mgr.smithi071.nfuwvn (mgr.14180) 321 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:59.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:23:59 smithi203 conmon[88363]: cluster 2023-11-30T22:23:57.653600+0000 mgr.smithi071.nfuwvn (mgr.14180) 321 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:23:59.948 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:24:00.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:00 smithi071 conmon[83797]: audit 2023-11-30T22:23:58.346672+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:24:00.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:00 smithi071 conmon[83797]: ) 322 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:00.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:00 smithi203 conmon[88363]: audit 2023-11-30T22:23:58.346672+0000 mgr.smithi071.nfuwvn (mgr.14180) 322 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:01.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:01 smithi071 conmon[83797]: cluster 2023-11-30T22:23:59.654026+0000 mgr.smithi071.nfuwvn 2023-11-30T22:24:01.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:01 smithi071 conmon[83797]: (mgr.14180) 323 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:01.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:01 smithi203 conmon[88363]: cluster 2023-11-30T22:23:59.654026+0000 mgr.smithi071.nfuwvn (mgr.14180) 323 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:01.806 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:24:01.806 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:24:02.463 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:24:03.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:03 smithi071 conmon[83797]: cluster 2023-11-30T22:24:01.654525+0000 mgr.smithi071.nfuwvn (mgr.14180) 324 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:03.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:03 smithi071 conmon[83797]: audit 2023-11-30T22:24:01.802589+0000 mgr.smithi071.nfuwvn (mgr.14180) 325 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:03.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:03 smithi203 conmon[88363]: cluster 2023-11-30T22:24:01.654525+0000 mgr.smithi071.nfuwvn (mgr.14180) 324 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:03.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:03 smithi203 conmon[88363]: audit 2023-11-30T22:24:01.802589+0000 mgr.smithi071.nfuwvn (mgr.14180) 325 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:03.463 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:24:05.320 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:24:05.321 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:24:05.351 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:05 smithi071 conmon[83797]: cluster 2023-11-30T22:24:03.655009+0000 mgr.smithi071.nfuwvn (mgr.14180) 326 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:05.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:05 smithi203 conmon[88363]: cluster 2023-11-30T22:24:03.655009+0000 mgr.smithi071.nfuwvn (mgr.14180) 326 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:05.953 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:24:06.954 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:24:07.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:07 smithi071 conmon[83797]: audit 2023-11-30T22:24:05.316963+0000 mgr.smithi071.nfuwvn (mgr.14180) 327 : audit 2023-11-30T22:24:07.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:07 smithi071 conmon[83797]: [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:07.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:07 smithi071 conmon[83797]: cluster 2023-11-30T22:24:05.655415+0000 mgr.smithi071.nfuwvn (mgr.14180) 328 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:07.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:07 smithi203 conmon[88363]: audit 2023-11-30T22:24:05.316963+0000 mgr.smithi071.nfuwvn (mgr.14180) 327 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:07.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:07 smithi203 conmon[88363]: cluster 2023-11-30T22:24:05.655415+0000 mgr.smithi071.nfuwvn (mgr.14180) 328 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:08.980 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:24:08.980 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:24:09.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:09 smithi071 conmon[83797]: cluster 2023-11-30T22:24:07.656035+0000 mgr.smithi071.nfuwvn (mgr.14180) 329 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:09.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:09 smithi203 conmon[88363]: cluster 2023-11-30T22:24:07.656035+0000 mgr.smithi071.nfuwvn (mgr.14180) 329 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:09.578 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:24:10.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:10 smithi071 conmon[83797]: audit 2023-11-30T22:24:08.976330+0000 mgr.smithi071.nfuwvn (mgr.14180) 330 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:10.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:10 smithi203 conmon[88363]: audit 2023-11-30T22:24:08.976330+0000 mgr.smithi071.nfuwvn (mgr.14180) 330 : audit 2023-11-30T22:24:10.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:10 smithi203 conmon[88363]: [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:10.579 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:24:11.301 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:11 smithi071 conmon[83797]: cluster 2023-11-30T22:24:09.656415+0000 mgr.smithi071.nfuwvn (mgr.14180) 331 2023-11-30T22:24:11.302 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:11 smithi071 conmon[83797]: : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:11.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:11 smithi203 conmon[88363]: cluster 2023-11-30T22:24:09.656415+0000 mgr.smithi071.nfuwvn (mgr.14180) 331 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:12.578 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:24:12.578 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:24:13.135 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:24:13.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:13 smithi071 conmon[83797]: cluster 2023-11-30T22:24:11.657039+0000 mgr.smithi071.nfuwvn (mgr.14180) 332 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:13.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:13 smithi203 conmon[88363]: cluster 2023-11-30T22:24:11.657039+0000 mgr.smithi071.nfuwvn (mgr.14180) 332 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:14.136 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:24:14.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:14 smithi071 conmon[83797]: audit 2023-11-30T22:24:12.573564+0000 mgr.smithi071.nfuwvn (mgr.14180) 333 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:14.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:14 smithi203 conmon[88363]: audit 2023-11-30T22:24:12.573564+0000 mgr.smithi071.nfuwvn (mgr.14180) 333 : audit 2023-11-30T22:24:14.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:14 smithi203 conmon[88363]: [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:15.347 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:15 smithi071 conmon[83797]: cluster 2023-11-30T22:24:13.657731+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:24:15.347 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:15 smithi071 conmon[83797]: ) 334 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:15.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:15 smithi203 conmon[88363]: cluster 2023-11-30T22:24:13.657731+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:24:15.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:15 smithi203 conmon[88363]: 334 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:15.915 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:24:15.915 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:24:16.517 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:24:17.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:17 smithi071 conmon[83797]: cluster 2023-11-30T22:24:15.658174+0000 mgr.smithi071.nfuwvn (mgr.14180) 335 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:17.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:17 smithi071 conmon[83797]: audit 2023-11-30T22:24:15.911033+0000 mgr.smithi071.nfuwvn (mgr.14180) 336 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:17.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:17 smithi203 conmon[88363]: cluster 2023-11-30T22:24:15.658174+0000 mgr.smithi071.nfuwvn (mgr.14180) 335 2023-11-30T22:24:17.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:17 smithi203 conmon[88363]: : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:17.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:17 smithi203 conmon[88363]: audit 2023-11-30T22:24:15.911033+0000 mgr.smithi071.nfuwvn (mgr.14180) 336 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:17.518 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:24:19.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:19 smithi071 conmon[83797]: cluster 2023-11-30T22:24:17.658891 2023-11-30T22:24:19.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:19 smithi071 conmon[83797]: +0000 mgr.smithi071.nfuwvn (mgr.14180) 337 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:19.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:19 smithi203 conmon[88363]: cluster 2023-11-30T22:24:17.658891+0000 mgr.smithi071.nfuwvn (mgr.14180) 337 : cluster 2023-11-30T22:24:19.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:19 smithi203 conmon[88363]: [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:19.406 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:24:19.406 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:24:20.017 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:24:21.018 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:24:21.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:21 smithi071 conmon[83797]: audit 2023-11-30T22:24:19.402661+0000 mgr.smithi071.nfuwvn (mgr.14180) 338 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:21.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:21 smithi071 conmon[83797]: cluster 2023-11-30T22:24:19.659300+0000 mgr.smithi071.nfuwvn (mgr.14180) 339 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:21.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:21 smithi203 conmon[88363]: audit 2023-11-30T22:24:19.402661+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:24:21.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:21 smithi203 conmon[88363]: 14180) 338 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:21.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:21 smithi203 conmon[88363]: cluster 2023-11-30T22:24:19.659300+0000 mgr.smithi071.nfuwvn (mgr.14180) 339 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:21.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:21 smithi203 conmon[88363]: 2023-11-30T22:24:22.908 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:24:22.908 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:24:23.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:23 smithi071 conmon[83797]: cluster 2023-11-30T22:24:21.659834+0000 mgr.smithi071.nfuwvn (mgr.14180) 340 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:23.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:23 smithi203 conmon[88363]: cluster 2023-11-30T22:24:21.659834+0000 mgr.smithi071.nfuwvn (mgr.14180) 340 : 2023-11-30T22:24:23.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:23 smithi203 conmon[88363]: cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:23.541 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:24:24.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:24 smithi071 conmon[83797]: audit 2023-11-30T22:24:22.904061+0000 2023-11-30T22:24:24.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:24 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 341 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:24.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:24 smithi203 conmon[88363]: audit 2023-11-30T22:24:22.904061+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:24:24.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:24 smithi203 conmon[88363]: .14180) 341 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:24.541 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:24:25.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:25 smithi071 conmon[83797]: cluster 2023-11-30T22:24:23.660352+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:24:25.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:25 smithi071 conmon[83797]: 342 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:25.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:25 smithi203 conmon[88363]: cluster 2023-11-30T22:24:23.660352+0000 mgr.smithi071.nfuwvn (mgr.14180) 342 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:26.427 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:24:26.427 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:24:27.031 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:24:27.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:27 smithi071 conmon[83797]: cluster 2023-11-30T22:24:25.661071+0000 mgr.smithi071.nfuwvn (mgr.14180) 343 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:27.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:27 smithi203 conmon[88363]: cluster 2023-11-30T22:24:25.661071+0000 mgr.smithi071.nfuwvn (mgr.14180) 343 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:28.031 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:24:28.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:28 smithi071 conmon[83797]: audit 2023-11-30T22:24:26.422703+0000 mgr.smithi071.nfuwvn (mgr.14180) 344 : 2023-11-30T22:24:28.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:28 smithi071 conmon[83797]: audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:28.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:28 smithi203 conmon[88363]: audit 2023-11-30T22:24:26.422703+0000 mgr.smithi071.nfuwvn (mgr.14180) 344 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:29.329 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:29 smithi071 conmon[83797]: cluster 2023-11-30T22:24:27.661572+0000 2023-11-30T22:24:29.329 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:29 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 345 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:29.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:29 smithi203 conmon[88363]: cluster 2023-11-30T22:24:27.661572+0000 mgr.smithi071.nfuwvn (mgr.14180) 345 : cluster 2023-11-30T22:24:29.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:29 smithi203 conmon[88363]: [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:29.947 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:24:29.947 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:24:30.589 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:24:31.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:31 smithi071 conmon[83797]: cluster 2023-11-30T22:24:29.662012+0000 mgr.smithi071.nfuwvn (mgr.14180) 346 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:31.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:31 smithi071 conmon[83797]: audit 2023-11-30T22:24:29.942927+0000 mgr.smithi071.nfuwvn (mgr.14180) 347 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:31.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:31 smithi203 conmon[88363]: cluster 2023-11-30T22:24:29.662012+0000 mgr.smithi071.nfuwvn (mgr.14180) 346 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:31.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:31 smithi203 conmon[88363]: audit 2023-11-30T22:24:29.942927+0000 mgr.smithi071.nfuwvn (mgr.14180) 347 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:31.590 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:24:33.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:33 smithi071 conmon[83797]: cluster 2023-11-30T22:24 2023-11-30T22:24:33.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:33 smithi071 conmon[83797]: :31.662635+0000 mgr.smithi071.nfuwvn (mgr.14180) 348 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:33.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:33 smithi203 conmon[88363]: cluster 2023-11-30T22:24:31.662635+0000 mgr.smithi071.nfuwvn (mgr.14180) 348 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:33.429 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:24:33.429 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:24:34.063 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:24:35.063 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:24:35.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:35 smithi071 conmon[83797]: audit 2023-11-30T22:24:33.425781+0000 mgr.smithi071.nfuwvn (mgr.14180) 349 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:35.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:35 smithi071 conmon[83797]: cluster 2023-11-30T22:24:33.663322+0000 mgr.smithi071.nfuwvn (mgr.14180) 350 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:35.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:35 smithi203 conmon[88363]: audit 2023-11-30T22:24:33.425781+0000 mgr.smithi071.nfuwvn (mgr.14180) 349 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:35.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:35 smithi203 conmon[88363]: cluster 2023-11-30T22:24:33.663322+0000 mgr.smithi071.nfuwvn (mgr.14180) 350 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:37.031 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:24:37.032 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:24:37.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:37 smithi071 conmon[83797]: cluster 2023-11-30T22:24:35.663830+0000 mgr.smithi071.nfuwvn (mgr.14180) 351 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:37.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:37 smithi203 conmon[88363]: cluster 2023-11-30T22:24:35.663830+0000 mgr.smithi071.nfuwvn (mgr.14180) 351 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:37.630 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:24:38.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:38 smithi071 conmon[83797]: audit 2023-11-30T22:24:37.027306+0000 mgr.smithi071.nfuwvn (mgr.14180) 352 : audit 2023-11-30T22:24:38.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:38 smithi071 conmon[83797]: [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:38.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:38 smithi203 conmon[88363]: audit 2023-11-30T22:24:37.027306+0000 mgr.smithi071.nfuwvn (mgr.14180) 352 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:38.632 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:24:39.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:39 smithi071 conmon[83797]: cluster 2023-11-30T22:24:37.664406+0000 mgr.smithi071.nfuwvn (mgr.14180) 353 2023-11-30T22:24:39.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:39 smithi071 conmon[83797]: : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:39.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:39 smithi203 conmon[88363]: cluster 2023-11-30T22:24:37.664406+0000 mgr.smithi071.nfuwvn (mgr.14180) 353 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:40.498 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:24:40.498 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:24:41.087 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:24:41.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:41 smithi071 conmon[83797]: cluster 2023-11-30T22:24:39.664759+0000 mgr.smithi071.nfuwvn (mgr.14180) 354 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:41.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:41 smithi203 conmon[88363]: cluster 2023-11-30T22:24:39.664759+0000 mgr.smithi071.nfuwvn (mgr.14180) 354 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:42.088 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:24:42.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:42 smithi071 conmon[83797]: audit 2023-11-30T22:24:40.494109+0000 mgr.smithi071.nfuwvn (mgr.14180) 355 2023-11-30T22:24:42.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:42 smithi071 conmon[83797]: : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:42.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:42 smithi203 conmon[88363]: audit 2023-11-30T22:24:40.494109+0000 mgr.smithi071.nfuwvn (mgr.14180) 355 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:43.351 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:43 smithi071 conmon[83797]: cluster 2023-11-30T22:24:41.665488+0000 mgr.smithi071.nfuwvn (mgr.14180) 356 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:43.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:43 smithi203 conmon[88363]: cluster 2023-11-30T22:24:41.665488+0000 mgr.smithi071.nfuwvn (mgr.14180) 356 : cluster 2023-11-30T22:24:43.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:43 smithi203 conmon[88363]: [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:44.000 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:24:44.000 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:24:44.594 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:24:45.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:45 smithi203 conmon[88363]: cluster 2023-11-30T22:24:43.666201+0000 mgr.smithi071.nfuwvn (mgr.14180) 357 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:45.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:45 smithi203 conmon[88363]: audit 2023-11-30T22:24:43.996732+0000 mgr.smithi071.nfuwvn (mgr.14180) 358 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:45.594 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:24:45.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:45 smithi071 conmon[83797]: cluster 2023-11-30T22:24:43.666201+0000 mgr.smithi071.nfuwvn (mgr.14180) 357 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:45.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:45 smithi071 conmon[83797]: audit 2023-11-30T22:24:43.996732+0000 mgr.smithi071.nfuwvn (mgr.14180) 358 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:47.139 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:47 smithi071 conmon[83797]: cluster 2023-11-30T22:24:45 2023-11-30T22:24:47.139 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:47 smithi071 conmon[83797]: .666682+0000 mgr.smithi071.nfuwvn (mgr.14180) 359 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:47.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:47 smithi203 conmon[88363]: cluster 2023-11-30T22:24:45.666682+0000 mgr.smithi071.nfuwvn (mgr.14180) 359 : cluster [DBG] 2023-11-30T22:24:47.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:47 smithi203 conmon[88363]: pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:47.549 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:24:47.550 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:24:48.151 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:24:49.153 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:24:49.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:49 smithi203 conmon[88363]: audit 2023-11-30T22:24:47.545976+0000 mgr.smithi071.nfuwvn (mgr.14180) 360 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:49.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:49 smithi203 conmon[88363]: cluster 2023-11-30T22:24:47.667212+0000 mgr.smithi071.nfuwvn (mgr.14180) 361 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:49.595 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:49 smithi071 conmon[83797]: audit 2023-11-30T22:24:47.545976+0000 mgr.smithi071.nfuwvn (mgr.14180) 360 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:49.595 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:49 smithi071 conmon[83797]: cluster 2023-11-30T22:24:47.667212+0000 mgr.smithi071.nfuwvn (mgr.14180) 361 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:51.088 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:24:51.088 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:24:51.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:51 smithi203 conmon[88363]: cluster 2023-11-30T22:24:49.667585+0000 mgr.smithi071.nfuwvn (mgr.14180) 362 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:51.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:51 smithi071 conmon[83797]: cluster 2023-11-30T22:24:49.667585+0000 mgr.smithi071.nfuwvn (mgr.14180) 362 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:51.733 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:24:52.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:52 smithi203 conmon[88363]: audit 2023-11-30T22:24:51.084461+0000 mgr.smithi071.nfuwvn (mgr.14180) 363 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:52.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:52 smithi071 conmon[83797]: audit 2023-11-30T22:24:51.084461+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:24:52.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:52 smithi071 conmon[83797]: ) 363 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:52.735 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:24:53.400 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:53 smithi071 conmon[83797]: cluster 2023-11-30T22:24:51.668126+0000 mgr.smithi071.nfuwvn 2023-11-30T22:24:53.401 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:53 smithi071 conmon[83797]: (mgr.14180) 364 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:53.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:53 smithi203 conmon[88363]: cluster 2023-11-30T22:24:51.668126+0000 mgr.smithi071.nfuwvn (mgr.14180) 364 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:54.617 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:24:54.617 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:24:55.218 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:24:55.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:55 smithi071 conmon[83797]: cluster 2023-11-30T22:24:53.668553+0000 mgr.smithi071.nfuwvn (mgr.14180) 365 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:55.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:55 smithi203 conmon[88363]: cluster 2023-11-30T22:24:53.668553+0000 mgr.smithi071.nfuwvn (mgr.14180) 365 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:56.219 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:24:56.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:56 smithi071 conmon[83797]: audit 2023-11-30T22:24:54.613418+0000 mgr.smithi071.nfuwvn (mgr.14180) 366 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:56.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:56 smithi071 conmon[83797]: 2023-11-30T22:24:56.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:56 smithi203 conmon[88363]: audit 2023-11-30T22:24:54.613418+0000 mgr.smithi071.nfuwvn (mgr.14180) 366 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:57.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:57 smithi071 conmon[83797]: cluster 2023-11-30T22:24:55.668982+0000 mgr.smithi071.nfuwvn (mgr.14180) 367 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:57.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:57 smithi203 conmon[88363]: cluster 2023-11-30T22:24:55.668982+0000 mgr.smithi071.nfuwvn (mgr.14180) 367 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:58.055 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:24:58.055 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:24:58.699 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:24:59.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:59 smithi203 conmon[88363]: cluster 2023-11-30T22:24:57.669541+0000 mgr.smithi071.nfuwvn (mgr.14180) 368 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:59.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:59 smithi203 conmon[88363]: audit 2023-11-30T22: 2023-11-30T22:24:59.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:24:59 smithi203 conmon[88363]: 24:58.051762+0000 mgr.smithi071.nfuwvn (mgr.14180) 369 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:59.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:59 smithi071 conmon[83797]: cluster 2023-11-30T22:24:57.669541+0000 mgr.smithi071.nfuwvn (mgr.14180) 368 2023-11-30T22:24:59.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:59 smithi071 conmon[83797]: : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:24:59.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:24:59 smithi071 conmon[83797]: audit 2023-11-30T22:24:58.051762+0000 mgr.smithi071.nfuwvn (mgr.14180) 369 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:24:59.700 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:25:01.261 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:01 smithi071 conmon[83797]: cluster 2023-11-30T22:24:59.669981+0000 mgr.smithi071.nfuwvn (mgr.14180) 370 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:01.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:01 smithi203 conmon[88363]: cluster 2023-11-30T22:24:59.669981+0000 mgr.smithi071.nfuwvn (mgr.14180) 370 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:01.645 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:25:01.645 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:25:02.291 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:25:03.291 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:25:03.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:03 smithi071 conmon[83797]: audit 2023-11-30T22:25:01.640927+0000 mgr.smithi071.nfuwvn (mgr.14180) 371 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:03.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:03 smithi071 conmon[83797]: cluster 2023-11-30T22:25:01.670773 2023-11-30T22:25:03.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:03 smithi071 conmon[83797]: +0000 mgr.smithi071.nfuwvn (mgr.14180) 372 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:03.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:03 smithi203 conmon[88363]: audit 2023-11-30T22:25:01.640927+0000 mgr.smithi071.nfuwvn (mgr.14180) 371 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:03.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:03 smithi203 conmon[88363]: cluster 2023-11-30T22:25:01.670773+0000 mgr.smithi071.nfuwvn (mgr.14180) 372 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:05.181 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:25:05.181 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:25:05.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:05 smithi071 conmon[83797]: cluster 2023-11-30T22:25:03.671291+0000 mgr.smithi071.nfuwvn (mgr.14180) 373 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:05.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:05 smithi203 conmon[88363]: cluster 2023-11-30T22:25:03.671291+0000 mgr.smithi071.nfuwvn (mgr.14180) 373 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:05.798 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:25:06.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:06 smithi071 conmon[83797]: audit 2023-11-30T22:25:05.177215+0000 mgr.smithi071.nfuwvn (mgr.14180) 374 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:06.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:06 smithi203 conmon[88363]: audit 2023-11-30T22:25:05.177215+0000 mgr.smithi071.nfuwvn (mgr.14180) 374 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:06.800 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:25:07.460 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:07 smithi071 conmon[83797]: cluster 2023-11-30T22:25:05.671866+0000 mgr.smithi071.nfuwvn (mgr.14180) 375 2023-11-30T22:25:07.460 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:07 smithi071 conmon[83797]: : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:07.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:07 smithi203 conmon[88363]: cluster 2023-11-30T22:25:05.671866+0000 mgr.smithi071.nfuwvn (mgr.14180) 375 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:08.681 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:25:08.681 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:25:09.313 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:25:09.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:09 smithi203 conmon[88363]: cluster 2023-11-30T22:25:07.672420+0000 mgr.smithi071.nfuwvn (mgr.14180) 376 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:09.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:09 smithi071 conmon[83797]: cluster 2023-11-30T22:25:07.672420+0000 mgr.smithi071.nfuwvn (mgr.14180) 376 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:10.314 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:25:10.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:10 smithi071 conmon[83797]: audit 2023-11-30T22:25:08.677409+0000 mgr.smithi071.nfuwvn (mgr.14180) 377 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:10.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:10 smithi203 conmon[88363]: audit 2023-11-30T22:25:08.677409+0000 mgr.smithi071.nfuwvn (mgr.14180) 377 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:11.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:11 smithi071 conmon[83797]: cluster 2023-11-30T22:25:09.672861+0000 mgr.smithi071.nfuwvn (mgr.14180) 378 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:11.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:11 smithi203 conmon[88363]: cluster 2023-11-30T22:25:09.672861+0000 mgr.smithi071.nfuwvn (mgr.14180) 378 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:12.125 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:25:12.125 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:25:12.779 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:25:13.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:13 smithi071 conmon[83797]: cluster 2023-11-30T22:25:11.673355+0000 mgr.smithi071.nfuwvn (mgr.14180) 379 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:13.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:13 smithi071 conmon[83797]: audit 2023-11-30T22:25:12.121765+0000 mgr.smithi071.nfuwvn (mgr.14180) 380 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:13.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:13 smithi203 conmon[88363]: cluster 2023-11-30T22:25:11.673355+0000 mgr.smithi071.nfuwvn (mgr.14180) 379 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:13.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:13 smithi203 conmon[88363]: audit 2023-11-30T22:25:12.121765+0000 mgr.smithi071.nfuwvn (mgr.14180) 380 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:13.781 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:25:15.298 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:15 smithi071 conmon[83797]: cluster 2023-11-30T22:25:13.674007+0000 mgr.smithi071.nfuwvn (mgr.14180) 381 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:15.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:15 smithi203 conmon[88363]: cluster 2023-11-30T22:25:13.674007+0000 mgr.smithi071.nfuwvn (mgr.14180) 381 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:15.672 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:25:15.673 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:25:16.287 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:25:17.288 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:25:17.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:17 smithi071 conmon[83797]: audit 2023-11-30T22:25:15.668864+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:25:17.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:17 smithi071 conmon[83797]: 382 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:17.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:17 smithi071 conmon[83797]: cluster 2023-11-30T22:25:15.674394+0000 mgr.smithi071.nfuwvn (mgr.14180) 383 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:17.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:17 smithi203 conmon[88363]: audit 2023-11-30T22:25:15.668864+0000 mgr.smithi071.nfuwvn (mgr.14180) 382 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:17.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:17 smithi203 conmon[88363]: cluster 2023-11-30T22:25:15.674394+0000 mgr.smithi071.nfuwvn (mgr.14180) 383 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:19.159 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:25:19.159 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:25:19.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:19 smithi203 conmon[88363]: cluster 2023-11-30T22:25:17.675251+0000 mgr.smithi071.nfuwvn (mgr.14180) 384 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:19.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:19 smithi203 conmon[88363]: 2023-11-30T22:25:19.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:19 smithi071 conmon[83797]: cluster 2023-11-30T22:25:17.675251+0000 mgr.smithi071.nfuwvn (mgr.14180) 384 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:19.761 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:25:20.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:20 smithi071 conmon[83797]: audit 2023-11-30T22:25:19.155843+0000 mgr.smithi071.nfuwvn (mgr.14180) 385 : audit 2023-11-30T22:25:20.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:20 smithi071 conmon[83797]: [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:20.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:20 smithi203 conmon[88363]: audit 2023-11-30T22:25:19.155843+0000 mgr.smithi071.nfuwvn (mgr.14180) 385 : audit 2023-11-30T22:25:20.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:20 smithi203 conmon[88363]: [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:20.762 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:25:21.446 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:21 smithi071 conmon[83797]: cluster 2023-11-30T22:25:19.675690+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:25:21.446 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:21 smithi071 conmon[83797]: ) 386 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:21.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:21 smithi203 conmon[88363]: cluster 2023-11-30T22:25:19.675690+0000 mgr.smithi071.nfuwvn (mgr.14180) 386 2023-11-30T22:25:21.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:21 smithi203 conmon[88363]: : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:22.618 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:25:22.619 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:25:23.221 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:25:23.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:23 smithi071 conmon[83797]: cluster 2023-11-30T22:25:21.676255+0000 mgr.smithi071.nfuwvn (mgr.14180) 387 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:23.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:23 smithi203 conmon[88363]: cluster 2023-11-30T22:25:21.676255+0000 mgr.smithi071.nfuwvn (mgr.14180) 387 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:24.222 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:25:24.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:24 smithi071 conmon[83797]: audit 2023-11-30T22:25:22.613935+0000 mgr.smithi071.nfuwvn (mgr.14180) 388 : audit 2023-11-30T22:25:24.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:24 smithi071 conmon[83797]: [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:24.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:24 smithi203 conmon[88363]: audit 2023-11-30T22:25:22.613935+0000 mgr.smithi071.nfuwvn (mgr.14180) 388 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:25.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:25 smithi071 conmon[83797]: cluster 2023-11-30T22:25:23.676803+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:25:25.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:25 smithi071 conmon[83797]: ) 389 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:25.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:25 smithi203 conmon[88363]: cluster 2023-11-30T22:25:23.676803+0000 mgr.smithi071.nfuwvn (mgr.14180) 389 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:26.096 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:25:26.096 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:25:26.703 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:25:27.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:27 smithi071 conmon[83797]: cluster 2023-11-30T22:25:25.677238+0000 mgr.smithi071.nfuwvn (mgr.14180) 390 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:27.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:27 smithi071 conmon[83797]: audit 2023-11-30T22:25:26.091766+0000 mgr.smithi071.nfuwvn (mgr.14180) 391 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:27.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:27 smithi203 conmon[88363]: cluster 2023-11-30T22:25:25.677238+0000 mgr.smithi071.nfuwvn (mgr.14180) 390 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:27.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:27 smithi203 conmon[88363]: audit 2023-11-30T22:25:26.091766+0000 mgr.smithi071.nfuwvn (mgr.14180) 391 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:27.704 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:25:29.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:29 smithi203 conmon[88363]: cluster 2023-11-30T22:25:27.678041+0000 mgr.smithi071.nfuwvn (mgr.14180) 392 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:29.526 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:25:29.526 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:25:29.555 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:29 smithi071 conmon[83797]: cluster 2023-11-30T22:25:27.678041+0000 mgr.smithi071.nfuwvn 2023-11-30T22:25:29.556 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:29 smithi071 conmon[83797]: (mgr.14180) 392 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:30.235 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:25:31.236 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:25:31.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:31 smithi071 conmon[83797]: audit 2023-11-30T22:25:29.520796+0000 mgr.smithi071.nfuwvn (mgr.14180) 393 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:31.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:31 smithi071 conmon[83797]: cluster 2023-11-30T22:25:29.678401+0000 mgr.smithi071.nfuwvn (mgr.14180) 394 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:31.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:31 smithi203 conmon[88363]: audit 2023-11-30T22:25:29.520796+0000 mgr.smithi071.nfuwvn (mgr.14180) 393 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:31.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:31 smithi203 conmon[88363]: cluster 2023-11-30T22:25:29.678401+0000 mgr.smithi071.nfuwvn (mgr.14180) 394 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:33.208 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:25:33.208 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:25:33.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:33 smithi071 conmon[83797]: cluster 2023-11-30T22:25:31.679358+0000 mgr.smithi071.nfuwvn (mgr.14180) 395 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:33.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:33 smithi203 conmon[88363]: cluster 2023-11-30T22:25:31.679358+0000 mgr.smithi071.nfuwvn (mgr.14180) 395 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:33.883 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:25:34.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:34 smithi071 conmon[83797]: audit 2023-11-30T22:25:33.203446+0000 2023-11-30T22:25:34.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:34 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 396 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:34.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:34 smithi203 conmon[88363]: audit 2023-11-30T22:25:33.203446+0000 mgr.smithi071.nfuwvn (mgr.14180) 396 : audit [DBG] 2023-11-30T22:25:34.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:34 smithi203 conmon[88363]: from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:34.884 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:25:35.575 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:35 smithi071 conmon[83797]: cluster 2023-11-30T22:25:33.679778+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:25:35.576 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:35 smithi071 conmon[83797]: .14180) 397 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:35.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:35 smithi203 conmon[88363]: cluster 2023-11-30T22:25:33.679778+0000 mgr.smithi071.nfuwvn (mgr.14180) 397 : cluster [DBG] 2023-11-30T22:25:35.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:35 smithi203 conmon[88363]: pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:36.888 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:25:36.890 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:25:37.497 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:37 smithi071 conmon[83797]: cluster 2023-11-30T22:25:35.680279+0000 mgr.smithi071.nfuwvn (mgr.14180) 398 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:37.517 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:25:37.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:37 smithi203 conmon[88363]: cluster 2023-11-30T22:25:35.680279+0000 mgr.smithi071.nfuwvn (mgr.14180) 398 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:37.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:37 smithi203 conmon[88363]: 2023-11-30T22:25:38.518 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:25:38.547 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:38 smithi071 conmon[83797]: audit 2023-11-30T22:25:36.884168+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:25:38.547 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:38 smithi071 conmon[83797]: 399 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:38.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:38 smithi203 conmon[88363]: audit 2023-11-30T22:25:36.884168+0000 mgr.smithi071.nfuwvn (mgr.14180) 399 : audit 2023-11-30T22:25:38.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:38 smithi203 conmon[88363]: [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:39.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:39 smithi071 conmon[83797]: cluster 2023-11-30T22:25: 2023-11-30T22:25:39.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:39 smithi071 conmon[83797]: 37.680957+0000 mgr.smithi071.nfuwvn (mgr.14180) 400 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:39.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:39 smithi203 conmon[88363]: cluster 2023-11-30T22:25:37.680957+0000 mgr.smithi071.nfuwvn (mgr.14180) 400 : cluster 2023-11-30T22:25:39.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:39 smithi203 conmon[88363]: [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:40.384 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:25:40.384 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:25:41.024 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:25:41.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:41 smithi071 conmon[83797]: cluster 2023-11-30T22:25:39.681311+0000 mgr.smithi071.nfuwvn (mgr.14180) 401 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:41.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:41 smithi203 conmon[88363]: cluster 2023-11-30T22:25:39.681311+0000 mgr.smithi071.nfuwvn (mgr.14180) 401 : cluster [DBG] 2023-11-30T22:25:41.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:41 smithi203 conmon[88363]: pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:42.025 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:25:42.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:42 smithi071 conmon[83797]: audit 2023-11-30T22:25:40.379894+0000 2023-11-30T22:25:42.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:42 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 402 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:42.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:42 smithi203 conmon[88363]: audit 2023-11-30T22:25:40.379894+0000 mgr.smithi071.nfuwvn (mgr.14180) 402 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:42.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:42 smithi203 conmon[88363]: 2023-11-30T22:25:43.559 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:43 smithi071 conmon[83797]: cluster 2023-11-30T22:25:41.681866+0000 mgr.smithi071.nfuwvn (mgr.14180) 403 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:43.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:43 smithi203 conmon[88363]: cluster 2023-11-30T22:25:41.681866+0000 mgr.smithi071.nfuwvn (mgr.14180) 403 : cluster [DBG] 2023-11-30T22:25:43.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:43 smithi203 conmon[88363]: pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:43.935 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:25:43.935 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:25:44.523 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:25:45.524 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:25:45.555 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:45 smithi071 conmon[83797]: cluster 2023-11-30T22:25:43.682301+0000 mgr.smithi071.nfuwvn (mgr.14180) 404 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:45.555 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:45 smithi071 conmon[83797]: audit 2023-11-30T22:25:43.931099+0000 mgr.smithi071.nfuwvn (mgr.14180) 405 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:45.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:45 smithi203 conmon[88363]: cluster 2023-11-30T22:25:43.682301+0000 mgr.smithi071.nfuwvn (mgr.14180) 404 : 2023-11-30T22:25:45.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:45 smithi203 conmon[88363]: cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:45.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:45 smithi203 conmon[88363]: audit 2023-11-30T22:25:43.931099+0000 mgr.smithi071.nfuwvn (mgr.14180) 405 : 2023-11-30T22:25:45.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:45 smithi203 conmon[88363]: audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:47.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:47 smithi071 conmon[83797]: cluster 2023-11-30T22:25:45.682697+0000 mgr.smithi071.nfuwvn (mgr.14180) 406 : cluster [DBG] 2023-11-30T22:25:47.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:47 smithi071 conmon[83797]: pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:47.466 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:25:47.466 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:25:47.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:47 smithi203 conmon[88363]: cluster 2023-11-30T22:25:45.682697+0000 mgr.smithi071.nfuwvn (mgr.14180) 406 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:47.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:47 smithi203 conmon[88363]: 2023-11-30T22:25:48.071 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:25:49.072 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:25:49.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:49 smithi071 conmon[83797]: audit 2023-11-30T22:25:47.462481+0000 mgr.smithi071.nfuwvn (mgr.14180) 407 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:49.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:49 smithi071 conmon[83797]: cluster 2023-11-30T22:25:47.683281+0000 mgr.smithi071.nfuwvn (mgr.14180) 408 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:49.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:49 smithi203 conmon[88363]: audit 2023-11-30T22:25:47.462481+0000 mgr.smithi071.nfuwvn (mgr.14180) 407 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:49.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:49 smithi203 conmon[88363]: 2023-11-30T22:25:49.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:49 smithi203 conmon[88363]: cluster 2023-11-30T22:25:47.683281+0000 mgr.smithi071.nfuwvn (mgr.14180) 408 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:50.971 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:25:50.971 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:25:51.595 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:51 smithi071 conmon[83797]: cluster 2023-11-30T22:25:49.683672+0000 mgr.smithi071.nfuwvn (mgr.14180) 409 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:51.613 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:25:51.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:51 smithi203 conmon[88363]: cluster 2023-11-30T22:25:49.683672+0000 mgr.smithi071.nfuwvn (mgr.14180) 409 : cluster 2023-11-30T22:25:51.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:51 smithi203 conmon[88363]: [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:52.614 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:25:52.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:52 smithi071 conmon[83797]: audit 2023-11-30T22:25:50.966688+0000 mgr.smithi071.nfuwvn (mgr.14180) 410 2023-11-30T22:25:52.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:52 smithi071 conmon[83797]: : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:52.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:52 smithi203 conmon[88363]: audit 2023-11-30T22:25:50.966688+0000 mgr.smithi071.nfuwvn (mgr.14180) 410 2023-11-30T22:25:52.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:52 smithi203 conmon[88363]: : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:53.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:53 smithi071 conmon[83797]: cluster 2023-11-30T22:25:51.684235+0000 mgr.smithi071.nfuwvn (mgr.14180) 411 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:53.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:53 smithi203 conmon[88363]: cluster 2023-11-30T22:25:51.684235+0000 mgr.smithi071.nfuwvn (mgr.14180) 411 : cluster 2023-11-30T22:25:53.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:53 smithi203 conmon[88363]: [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:54.493 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:25:54.493 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:25:55.146 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:25:55.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:55 smithi071 conmon[83797]: cluster 2023-11-30T22:25:53.684901+0000 mgr.smithi071.nfuwvn (mgr.14180) 412 : 2023-11-30T22:25:55.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:55 smithi071 conmon[83797]: cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:55.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:55 smithi203 conmon[88363]: cluster 2023-11-30T22:25:53.684901+0000 mgr.smithi071.nfuwvn (mgr.14180) 412 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:56.147 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:25:56.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:56 smithi071 conmon[83797]: audit 2023-11-30T22:25:54.487105+0000 mgr.smithi071.nfuwvn (mgr.14180) 413 : audit [DBG] 2023-11-30T22:25:56.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:56 smithi071 conmon[83797]: from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:56.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:56 smithi203 conmon[88363]: audit 2023-11-30T22:25:54.487105+0000 mgr.smithi071.nfuwvn (mgr.14180) 413 : 2023-11-30T22:25:56.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:56 smithi203 conmon[88363]: audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:57.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:57 smithi071 conmon[83797]: cluster 2023-11-30T22:25:55.685327+0000 mgr.smithi071.nfuwvn (mgr.14180) 414 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:57.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:57 smithi203 conmon[88363]: cluster 2023-11-30T22:25:55.685327+0000 mgr.smithi071.nfuwvn (mgr.14180) 414 : cluster [DBG] 2023-11-30T22:25:57.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:57 smithi203 conmon[88363]: pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:58.064 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:25:58.064 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:25:58.656 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:25:59.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:59 smithi071 conmon[83797]: cluster 2023-11-30T22:25:57.686122+0000 mgr.smithi071.nfuwvn (mgr.14180) 415 2023-11-30T22:25:59.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:59 smithi071 conmon[83797]: : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:59.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:25:59 smithi071 conmon[83797]: audit 2023-11-30T22:25:58.060572+0000 mgr.smithi071.nfuwvn (mgr.14180) 416 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:59.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:59 smithi203 conmon[88363]: cluster 2023-11-30T22:25:57.686122+0000 mgr.smithi071.nfuwvn (mgr.14180) 415 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:25:59.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:59 smithi203 conmon[88363]: audit 2023-11-30T22: 2023-11-30T22:25:59.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:25:59 smithi203 conmon[88363]: 25:58.060572+0000 mgr.smithi071.nfuwvn (mgr.14180) 416 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:25:59.657 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:26:01.147 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:01 smithi071 conmon[83797]: cluster 2023-11-30T22:25:59.686544+0000 mgr.smithi071.nfuwvn (mgr.14180) 417 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:01.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:01 smithi203 conmon[88363]: cluster 2023-11-30T22:25:59.686544+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:26:01.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:01 smithi203 conmon[88363]: 417 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:01.536 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:26:01.536 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:26:02.127 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:26:03.128 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:26:03.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:03 smithi071 conmon[83797]: audit 2023-11-30T22:26:01.532525+0000 mgr.smithi071.nfuwvn (mgr.14180) 418 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:03.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:03 smithi071 conmon[83797]: cluster 2023-11-30T22:26:01 2023-11-30T22:26:03.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:03 smithi071 conmon[83797]: .687289+0000 mgr.smithi071.nfuwvn (mgr.14180) 419 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:03.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:03 smithi203 conmon[88363]: audit 2023-11-30T22:26:01.532525+0000 mgr.smithi071.nfuwvn (mgr.14180) 418 : audit 2023-11-30T22:26:03.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:03 smithi203 conmon[88363]: [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:03.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:03 smithi203 conmon[88363]: cluster 2023-11-30T22:26:01.687289+0000 mgr.smithi071.nfuwvn (mgr.14180) 419 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:05.012 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:26:05.012 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:26:05.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:05 smithi071 conmon[83797]: cluster 2023-11-30T22:26:03.687735+0000 mgr.smithi071.nfuwvn (mgr.14180) 420 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:05.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:05 smithi203 conmon[88363]: cluster 2023-11-30T22:26:03.687735+0000 mgr.smithi071.nfuwvn (mgr.14180) 420 : cluster 2023-11-30T22:26:05.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:05 smithi203 conmon[88363]: [DBG] pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:05.644 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:26:06.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:06 smithi071 conmon[83797]: audit 2023-11-30T22:26:05.007961+0000 mgr.smithi071.nfuwvn (mgr.14180) 421 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:06.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:06 smithi203 conmon[88363]: audit 2023-11-30T22:26:05.007961+0000 mgr.smithi071.nfuwvn (mgr.14180) 421 : audit [DBG] 2023-11-30T22:26:06.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:06 smithi203 conmon[88363]: from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:06.645 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:26:07.286 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:07 smithi071 conmon[83797]: cluster 2023-11-30T22:26:05.688234+0000 mgr.smithi071.nfuwvn (mgr.14180) 422 : 2023-11-30T22:26:07.286 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:07 smithi071 conmon[83797]: cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:07.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:07 smithi203 conmon[88363]: cluster 2023-11-30T22:26:05.688234+0000 mgr.smithi071.nfuwvn (mgr.14180) 422 2023-11-30T22:26:07.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:07 smithi203 conmon[88363]: : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:08.497 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:26:08.497 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:26:09.100 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:26:09.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:09 smithi071 conmon[83797]: cluster 2023-11-30T22:26:07.689075+0000 mgr.smithi071.nfuwvn (mgr.14180) 423 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:09.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:09 smithi203 conmon[88363]: cluster 2023-11-30T22:26:07.689075+0000 mgr.smithi071.nfuwvn (mgr.14180) 423 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:09.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:09 smithi203 conmon[88363]: 2023-11-30T22:26:10.102 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:26:10.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:10 smithi071 conmon[83797]: audit 2023-11-30T22:26:08.494032+0000 mgr.smithi071.nfuwvn (mgr.14180) 424 : audit 2023-11-30T22:26:10.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:10 smithi071 conmon[83797]: [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:10.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:10 smithi203 conmon[88363]: audit 2023-11-30T22:26:08.494032+0000 mgr.smithi071.nfuwvn (mgr.14180) 424 : audit [DBG] 2023-11-30T22:26:10.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:10 smithi203 conmon[88363]: from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:11.323 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:11 smithi071 conmon[83797]: cluster 2023-11-30T22:26:09.689684+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:26:11.323 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:11 smithi071 conmon[83797]: .14180) 425 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:11.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:11 smithi203 conmon[88363]: cluster 2023-11-30T22:26:09.689684+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:26:11.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:11 smithi203 conmon[88363]: .14180) 425 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:11.978 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:26:11.979 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:26:12.591 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:26:13.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:13 smithi071 conmon[83797]: cluster 2023-11-30T22:26:11.690375+0000 mgr.smithi071.nfuwvn (mgr.14180) 426 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:13.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:13 smithi071 conmon[83797]: audit 2023-11-30T22:26:11.974736+0000 mgr.smithi071.nfuwvn (mgr.14180) 427 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:13.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:13 smithi203 conmon[88363]: cluster 2023-11-30T22:26:11.690375+0000 mgr.smithi071.nfuwvn (mgr.14180) 426 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:13.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:13 smithi203 conmon[88363]: 2023-11-30T22:26:13.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:13 smithi203 conmon[88363]: audit 2023-11-30T22:26:11.974736+0000 mgr.smithi071.nfuwvn (mgr.14180) 427 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:13.591 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:26:15.093 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:15 smithi071 conmon[83797]: cluster 2023-11-30T22:26:13.690884+0000 mgr.smithi071.nfuwvn (mgr.14180) 428 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:15.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:15 smithi203 conmon[88363]: cluster 2023-11-30T22:26:13.690884+0000 mgr.smithi071.nfuwvn (mgr.14180) 428 : cluster [DBG] 2023-11-30T22:26:15.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:15 smithi203 conmon[88363]: pgmap v309: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:15.418 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:26:15.418 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:26:16.042 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:26:17.043 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:26:17.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:17 smithi071 conmon[83797]: audit 2023-11-30T22:26:15.415104+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:26:17.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:17 smithi071 conmon[83797]: .14180) 429 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:17.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:17 smithi071 conmon[83797]: cluster 2023-11-30T22:26:15.691521+0000 mgr.smithi071.nfuwvn (mgr.14180) 430 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:17.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:17 smithi203 conmon[88363]: audit 2023-11-30T22:26:15.415104+0000 mgr.smithi071.nfuwvn (mgr.14180) 429 : audit 2023-11-30T22:26:17.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:17 smithi203 conmon[88363]: [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:17.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:17 smithi203 conmon[88363]: cluster 2023-11-30T22:26:15.691521+0000 mgr.smithi071.nfuwvn (mgr.14180) 430 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:18.947 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:26:18.948 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:50.091258Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:50.091396Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:50.091465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:50.091527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:50.091587Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-30T22:26:19.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:19 smithi071 conmon[83797]: cluster 2023-11-30T22:26:17.692435+0000 mgr.smithi071.nfuwvn (mgr.14180) 431 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:19.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:19 smithi071 conmon[83797]: audit 2023-11-30T22:26:18.407932+0000 mon.smithi071 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi071.hbhbmd"}]: dispatch 2023-11-30T22:26:19.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:19 smithi071 conmon[83797]: audit 2023-11-30T22:26:18.414884+0000 mon.smithi071 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:26:19.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:19 smithi071 conmon[83797]: audit 2023-11-30T22:26:18.416904+0000 mon.smithi071 (mon.0) 673 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:26:19.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:19 smithi071 conmon[83797]: audit 2023-11-30T22:26:18.749181+0000 mon.smithi071 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:26:19.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:19 smithi203 conmon[88363]: cluster 2023-11-30T22:26:17.692435+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:26:19.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:19 smithi203 conmon[88363]: mgr.14180) 431 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:19.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:19 smithi203 conmon[88363]: audit 2023-11-30T22:26:18.407932+0000 mon.smithi071 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi071.hbhbmd"}]: dispatch 2023-11-30T22:26:19.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:19 smithi203 conmon[88363]: audit 2023-11-30T22:26:18.414884+0000 mon.smithi071 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:26:19.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:19 smithi203 conmon[88363]: audit 2023-11-30T22:26:18.416904+0000 mon.smithi071 (mon.0) 673 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:26:19.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:19 smithi203 conmon[88363]: audit 2023-11-30T22:26:18.749181+0000 mon.smithi071 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:26:19.820 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-30T22:26:20.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: cephadm 2023-11-30T22:26:18.407431+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:26:20.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: ) 432 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd 2023-11-30T22:26:20.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd 2023-11-30T22:26:20.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd 2023-11-30T22:26:20.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd 2023-11-30T22:26:20.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi071.hbhbmd ... 2023-11-30T22:26:20.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:26:20.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:26:20.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:24:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:26:20.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:24:59Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:26:20.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:25:37Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:26:20.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: stat: stderr toomanyrequests: 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-30T22:26:20.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: 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-30T22:26:20.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:26:20.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: Traceback (most recent call last): 2023-11-30T22:26:20.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-30T22:26:20.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: yield (conn, connr) 2023-11-30T22:26:20.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-30T22:26:20.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: code, '\n'.join(err))) 2023-11-30T22:26:20.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: 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-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd 2023-11-30T22:26:20.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd 2023-11-30T22:26:20.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd 2023-11-30T22:26:20.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd 2023-11-30T22:26:20.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi071.hbhbmd ... 2023-11-30T22:26:20.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:26:20.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:26:20.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:24:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:26:20.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:24:59Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:26:20.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:25:37Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:26:20.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: stat: stderr toomanyrequests: 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-30T22:26:20.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: 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/increa 2023-11-30T22:26:20.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: se-rate-limit 2023-11-30T22:26:20.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:26:20.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: cephadm 2023-11-30T22:26:18.407577+0000 mgr.smithi071.nfuwvn (mgr.14180) 433 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi071.hbhbmd 2023-11-30T22:26:20.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: cephadm 2023-11-30T22:26:18.408497+0000 mgr.smithi071.nfuwvn (mgr.14180) 434 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd 2023-11-30T22:26:20.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd 2023-11-30T22:26:20.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd 2023-11-30T22:26:20.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd 2023-11-30T22:26:20.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi071.hbhbmd ... 2023-11-30T22:26:20.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:26:20.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:26:20.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:24:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:26:20.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:24:59Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:26:20.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:25:37Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:26:20.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: stat: stderr toomanyrequests: 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-30T22:26:20.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: 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-30T22:26:20.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:26:20.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: cephadm 2023-11-30T22:26:18.415155+0000 mgr.smithi071.nfuwvn (mgr.14180) 435 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-30T22:26:20.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: cephadm 2023-11-30T22:26:18.416196+0000 mgr.smithi071.nfuwvn (mgr.14180) 436 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-30T22:26:20.371 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: cluster 2023-11-30T22:26:18.416828+0000 mgr.smithi071.nfuwvn (mgr.14180) 437 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:20.371 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: audit 2023-11-30T22:26:18.942945+0000 mgr.smithi071.nfuwvn (mgr.14180) 438 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:20.371 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:20 smithi071 conmon[83797]: cluster 2023-11-30T22:26:19.413026+0000 mon.smithi071 (mon.0) 675 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-30T22:26:20.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: cephadm 2023-11-30T22:26:18.407431+0000 2023-11-30T22:26:20.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: mgr.smithi071.nfuwvn (mgr.14180) 432 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd 2023-11-30T22:26:20.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd 2023-11-30T22:26:20.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd 2023-11-30T22:26:20.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd 2023-11-30T22:26:20.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: Deploy daemon haproxy.rgw.foo.smithi071.hbhbmd ... 2023-11-30T22:26:20.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:26:20.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:26:20.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:24:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:26:20.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:24:59Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:26:20.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:25:37Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:26:20.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: stat: stderr toomanyrequests: 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-30T22:26:20.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: 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-30T22:26:20.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:26:20.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: Traceback (most recent call last): 2023-11-30T22:26:20.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-30T22:26:20.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: yield (conn, connr) 2023-11-30T22:26:20.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-30T22:26:20.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: code, '\n'.join(err))) 2023-11-30T22:26:20.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: 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-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd 2023-11-30T22:26:20.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd 2023-11-30T22:26:20.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd 2023-11-30T22:26:20.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd 2023-11-30T22:26:20.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: Deploy daemon haproxy.rgw.foo.smithi071.hbhbmd ... 2023-11-30T22:26:20.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:26:20.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:26:20.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:24:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:26:20.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:24:59Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:26:20.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:25:37Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:26:20.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: stat: stderr toomanyrequests: 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-30T22:26:20.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: 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 upgradin 2023-11-30T22:26:20.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: g: https://www.docker.com/increase-rate-limit 2023-11-30T22:26:20.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:26:20.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: cephadm 2023-11-30T22:26:18.407577+0000 mgr.smithi071.nfuwvn (mgr.14180) 433 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi071.hbhbmd 2023-11-30T22:26:20.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: cephadm 2023-11-30T22:26:18.408497+0000 mgr.smithi071.nfuwvn (mgr.14180) 434 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd 2023-11-30T22:26:20.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd 2023-11-30T22:26:20.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd 2023-11-30T22:26:20.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd 2023-11-30T22:26:20.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: Deploy daemon haproxy.rgw.foo.smithi071.hbhbmd ... 2023-11-30T22:26:20.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:26:20.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:26:20.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:24:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:26:20.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:24:59Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:26:20.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:25:37Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:26:20.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: stat: stderr toomanyrequests: 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-30T22:26:20.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: 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-30T22:26:20.384 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:26:20.384 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: cephadm 2023-11-30T22:26:18.415155+0000 mgr.smithi071.nfuwvn (mgr.14180) 435 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-30T22:26:20.384 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: cephadm 2023-11-30T22:26:18.416196+0000 mgr.smithi071.nfuwvn (mgr.14180) 436 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-30T22:26:20.384 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: cluster 2023-11-30T22:26:18.416828+0000 mgr.smithi071.nfuwvn (mgr.14180) 437 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:20.384 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: audit 2023-11-30T22:26:18.942945+0000 mgr.smithi071.nfuwvn (mgr.14180) 438 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:20.384 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:20 smithi203 conmon[88363]: cluster 2023-11-30T22:26:19.413026+0000 mon.smithi071 (mon.0) 675 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-30T22:26:20.821 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:26:21.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:21 smithi071 conmon[83797]: cluster 2023-11-30T22:26:20.417336+0000 mgr.smithi071.nfuwvn (mgr.14180) 439 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:21.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:21 smithi071 conmon[83797]: audit 2023-11-30T22:26:20.518779+0000 mon.smithi071 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:26:21.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:21 smithi203 conmon[88363]: cluster 2023-11-30T22:26:20.417336 2023-11-30T22:26:21.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:21 smithi203 conmon[88363]: +0000 mgr.smithi071.nfuwvn (mgr.14180) 439 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:21.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:21 smithi203 conmon[88363]: audit 2023-11-30T22:26:20.518779+0000 mon.smithi071 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:26:23.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:23 smithi071 conmon[83797]: audit 2023-11-30T22:26:22.029558+0000 mon.smithi071 2023-11-30T22:26:23.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:23 smithi071 conmon[83797]: (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:26:23.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:23 smithi203 conmon[88363]: audit 2023-11-30T22:26:22.029558+0000 mon.smithi071 (mon.0) 677 : audit 2023-11-30T22:26:23.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:23 smithi203 conmon[88363]: [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:26:23.401 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:26:23.402 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:20:53.866769Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:20:53.866858Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:20:53.866922Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:20:53.866701Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:20:53.866565Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:20:53.866989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:20:53.867117Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:20:53.867057Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 2, "size": 4}}] 2023-11-30T22:26:24.028 INFO:tasks.cephadm:rgw.foo has 2/4 2023-11-30T22:26:24.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:24 smithi071 conmon[83797]: cluster 2023-11-30T22:26:22.418177+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:26:24.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:24 smithi071 conmon[83797]: 14180) 440 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:24.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:24 smithi203 conmon[88363]: cluster 2023-11-30T22:26:22.418177+0000 mgr.smithi071.nfuwvn (mgr.14180) 440 : cluster [DBG] 2023-11-30T22:26:24.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:24 smithi203 conmon[88363]: pgmap v314: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:25.030 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:26:25.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:25 smithi071 conmon[83797]: audit 2023-11-30T22:26:23.395801+0000 mgr.smithi071.nfuwvn (mgr.14180) 441 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:25.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:25 smithi071 conmon[83797]: audit 2023-11-30T22:26:24.215138+0000 mon.smithi071 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:26:25.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:25 smithi071 conmon[83797]: audit 2023-11-30T22:26:24.533977+0000 mon.smithi071 (mon.0) 679 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:26:25.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:25 smithi071 conmon[83797]: audit 2023-11-30T22:26:24.534613+0000 mon.smithi071 (mon.0) 2023-11-30T22:26:25.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:25 smithi071 conmon[83797]: 680 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-30T22:26:25.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:25 smithi071 conmon[83797]: audit 2023-11-30T22:26:24.789273+0000 mon.smithi071 ( 2023-11-30T22:26:25.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:25 smithi071 conmon[83797]: mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:26:25.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:25 smithi071 conmon[83797]: audit 2023-11-30T22:26:25.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:25 smithi071 conmon[83797]: 2023-11-30T22:26:24.794571+0000 mon.smithi071 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:26:25.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:25 smithi071 conmon[83797]: audit 2023-11-30T22 2023-11-30T22:26:25.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:25 smithi071 conmon[83797]: :26:24.799062+0000 mon.smithi071 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:26:25.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:25 smithi071 conmon[83797]: audit 2023-11-30T22 2023-11-30T22:26:25.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:25 smithi071 conmon[83797]: :26:24.804704+0000 mon.smithi071 (mon.0) 684 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-30T22:26:25.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:25 smithi203 conmon[88363]: audit 2023-11-30T22:26:23.395801+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:26:25.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:25 smithi203 conmon[88363]: 14180) 441 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:25.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:25 smithi203 conmon[88363]: audit 2023-11-30T22:26:24.215138+0000 mon.smithi071 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:26:25.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:25 smithi203 conmon[88363]: audit 2023-11-30T22:26:24.533977+0000 mon.smithi071 (mon.0) 679 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:26:25.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:25 smithi203 conmon[88363]: audit 2023-11-30T22:26:24.534613+0000 mon.smithi071 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-30T22:26:25.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:25 smithi203 conmon[88363]: audit 2023-11-30T22:26:24.789273+0000 mon.smithi071 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:26:25.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:25 smithi203 conmon[88363]: audit 2023-11-30T22:26:24.794571+0000 mon.smithi071 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:26:25.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:25 smithi203 conmon[88363]: audit 2023-11-30T22 2023-11-30T22:26:25.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:25 smithi203 conmon[88363]: :26:24.799062+0000 mon.smithi071 (mon.0) 683 2023-11-30T22:26:25.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:25 smithi203 conmon[88363]: : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:26:25.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:25 smithi203 conmon[88363]: audit 2023-11-30T22 2023-11-30T22:26:25.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:25 smithi203 conmon[88363]: :26:24.804704+0000 mon.smithi071 (mon.0) 2023-11-30T22:26:25.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:25 smithi203 conmon[88363]: 684 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-30T22:26:26.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:26 smithi071 conmon[83797]: cluster 2023-11-30T22:26:24.418641+0000 mgr.smithi071.nfuwvn (mgr.14180) 442 : 2023-11-30T22:26:26.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:26 smithi071 conmon[83797]: cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:26.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:26 smithi071 conmon[83797]: cephadm 2023-11-30T22:26:24.538006+0000 mgr.smithi071.nfuwvn (mgr.14180) 443 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-30T22:26:26.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:26 smithi071 conmon[83797]: cluster 2023-11-30T22:26:24.799992+0000 mgr.smithi071.nfuwvn (mgr.14180) 444 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:26.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:26 smithi071 conmon[83797]: cephadm 2023-11-30T22:26:24.813347+0000 mgr.smithi071.nfuwvn (mgr.14180) 445 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi203.pkyngw on smithi203 2023-11-30T22:26:26.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:26 smithi071 conmon[83797]: cluster 2023-11-30T22:26:25.213326+0000 mon.smithi071 (mon.0) 685 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-30T22:26:26.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:26 smithi071 conmon[83797]: cluster 2023-11-30T22:26:25.213354+0000 mon.smithi071 (mon.0) 686 : cluster [INF] Cluster is now healthy 2023-11-30T22:26:26.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:26 smithi203 conmon[88363]: cluster 2023-11-30T22:26:24.418641+0000 mgr.smithi071.nfuwvn (mgr.14180) 442 2023-11-30T22:26:26.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:26 smithi203 conmon[88363]: : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:26.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:26 smithi203 conmon[88363]: cephadm 2023-11-30T22:26:24.538006+0000 mgr.smithi071.nfuwvn (mgr.14180) 443 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-30T22:26:26.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:26 smithi203 conmon[88363]: cluster 2023-11-30T22:26:24.799992+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:26:26.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:26 smithi203 conmon[88363]: 14180) 444 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:26.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:26 smithi203 conmon[88363]: cephadm 2023-11 2023-11-30T22:26:26.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:26 smithi203 conmon[88363]: -30T22:26:24.813347+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:26:26.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:26 smithi203 conmon[88363]: 445 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi203.pkyngw on smithi203 2023-11-30T22:26:26.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:26 smithi203 conmon[88363]: cluster 2023-11- 2023-11-30T22:26:26.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:26 smithi203 conmon[88363]: 30T22:26:25.213326+0000 mon.smithi071 (mon.0 2023-11-30T22:26:26.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:26 smithi203 conmon[88363]: ) 685 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-30T22:26:26.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:26 smithi203 conmon[88363]: cluster 2023-11 2023-11-30T22:26:26.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:26 smithi203 conmon[88363]: -30T22:26:25.213354+0000 mon.smithi071 (mon.0 2023-11-30T22:26:26.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:26 smithi203 conmon[88363]: ) 686 : cluster [INF] Cluster is now healthy 2023-11-30T22:26:27.001 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:26:27.002 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:26:27.582 INFO:tasks.cephadm:rgw.foo has 4/4 2023-11-30T22:26:27.582 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-30T22:26:27.595 INFO:tasks.cephadm:Waiting for ceph service ingress.rgw.foo to start (timeout 300)... 2023-11-30T22:26:27.596 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:26:28.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:28 smithi071 conmon[83797]: cluster 2023-11-30T22:26:26.800684+0000 mgr.smithi071.nfuwvn 2023-11-30T22:26:28.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:28 smithi071 conmon[83797]: (mgr.14180) 446 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 449 B/s rd, 0 op/s 2023-11-30T22:26:28.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:28 smithi071 conmon[83797]: audit 2023-11-30T22:26:26.997309+0000 mgr.smithi071.nfuwvn (mgr.14180) 447 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:28.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:28 smithi203 conmon[88363]: cluster 2023-11-30T22:26:26.800684+0000 mgr.smithi071.nfuwvn (mgr.14180) 446 : 2023-11-30T22:26:28.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:28 smithi203 conmon[88363]: cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 449 B/s rd, 0 op/s 2023-11-30T22:26:28.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:28 smithi203 conmon[88363]: audit 2023-11-30T22:26:26.997309+0000 mgr.smithi071.nfuwvn (mgr.14180) 447 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:29.419 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:26:29.419 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:26:30.064 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:26:30.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:30 smithi071 conmon[83797]: cluster 2023-11-30T22:26:28.801182+0000 2023-11-30T22:26:30.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:30 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 448 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 197 B/s wr, 1 op/s 2023-11-30T22:26:30.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:30 smithi203 conmon[88363]: cluster 2023-11-30T22:26:28.801182+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:26:30.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:30 smithi203 conmon[88363]: 448 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 197 B/s wr, 1 op/s 2023-11-30T22:26:31.066 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:26:31.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:31 smithi071 conmon[83797]: audit 2023-11-30T22:26:29.414903+0000 mgr.smithi071.nfuwvn (mgr.14180) 449 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:31.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:31 smithi203 conmon[88363]: audit 2023-11-30T22:26:29.414903+0000 mgr.smithi071.nfuwvn (mgr.14180) 449 2023-11-30T22:26:31.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:31 smithi203 conmon[88363]: : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:32.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:32 smithi071 conmon[83797]: cluster 2023-11-30T22:26:30.801827+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:26:32.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:32 smithi071 conmon[83797]: ) 450 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 197 B/s wr, 2 op/s 2023-11-30T22:26:32.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:32 smithi203 conmon[88363]: cluster 2023-11-30T22:26:30.801827+0000 mgr.smithi071.nfuwvn (mgr.14180) 450 2023-11-30T22:26:32.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:32 smithi203 conmon[88363]: : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 197 B/s wr, 2 op/s 2023-11-30T22:26:32.993 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:26:32.993 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:26:33.596 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:26:34.597 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:26:34.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:34 smithi071 conmon[83797]: cluster 2023-11-30T22:26:32.802447+0000 mgr.smithi071.nfuwvn (mgr.14180) 451 : 2023-11-30T22:26:34.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:34 smithi071 conmon[83797]: cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 197 B/s wr, 2 op/s 2023-11-30T22:26:34.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:34 smithi071 conmon[83797]: audit 2023-11-30T22:26:32.989198+0000 mgr.smithi071.nfuwvn (mgr.14180) 452 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:34.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:34 smithi203 conmon[88363]: cluster 2023-11-30T22:26:32.802447+0000 mgr.smithi071.nfuwvn (mgr.14180) 451 : cluster [DBG] 2023-11-30T22:26:34.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:34 smithi203 conmon[88363]: pgmap v320: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 197 B/s wr, 2 op/s 2023-11-30T22:26:34.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:34 smithi203 conmon[88363]: audit 2023-11-30T22:26:32.989198+0000 mgr.smithi071.nfuwvn (mgr.14180) 452 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:36.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:36 smithi071 conmon[83797]: cluster 2023-11-30T22:26:34.802867+0000 mgr.smithi071.nfuwvn (mgr.14180) 453 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 197 B/s wr, 2 op/s 2023-11-30T22:26:36.474 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:26:36.474 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:26:36.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:36 smithi203 conmon[88363]: cluster 2023-11-30T22:26:34.802867+0000 mgr.smithi071.nfuwvn (mgr.14180) 453 2023-11-30T22:26:36.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:36 smithi203 conmon[88363]: : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 197 B/s wr, 2 op/s 2023-11-30T22:26:37.120 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:26:38.121 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:26:38.579 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:38 smithi071 conmon[83797]: audit 2023-11-30T22:26:36.469641+0000 mgr.smithi071.nfuwvn (mgr.14180) 454 : audit 2023-11-30T22:26:38.579 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:38 smithi071 conmon[83797]: [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:38.579 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:38 smithi071 conmon[83797]: cluster 2023-11-30T22:26:36.803529+0000 mgr.smithi071.nfuwvn (mgr.14180) 455 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2023-11-30T22:26:38.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:38 smithi203 conmon[88363]: audit 2023-11-30T22:26:36.469641+0000 mgr.smithi071.nfuwvn (mgr.14180) 454 : audit 2023-11-30T22:26:38.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:38 smithi203 conmon[88363]: [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:38.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:38 smithi203 conmon[88363]: cluster 2023-11-30T22:26:36.803529+0000 mgr.smithi071.nfuwvn (mgr.14180) 455 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2023-11-30T22:26:39.953 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:26:39.953 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:26:40.571 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:40 smithi071 conmon[83797]: cluster 2023-11-30T22:26:38.804004+0000 mgr.smithi071.nfuwvn (mgr.14180) 456 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 170 B/s wr, 1 op/s 2023-11-30T22:26:40.587 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:26:40.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:40 smithi203 conmon[88363]: cluster 2023-11-30T22:26:38.804004+0000 mgr.smithi071.nfuwvn (mgr.14180) 456 2023-11-30T22:26:40.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:40 smithi203 conmon[88363]: : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 170 B/s wr, 1 op/s 2023-11-30T22:26:41.588 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:26:41.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:41 smithi071 conmon[83797]: audit 2023-11-30T22:26:39.949499+0000 mgr.smithi071.nfuwvn (mgr.14180) 457 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:41.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:41 smithi203 conmon[88363]: audit 2023-11-30T22:26:39.949499+0000 mgr.smithi071.nfuwvn (mgr.14180) 457 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:42.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:42 smithi071 conmon[83797]: cluster 2023-11-30T22:26:40.804694+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:26:42.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:42 smithi071 conmon[83797]: mgr.14180) 458 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2023-11-30T22:26:42.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:42 smithi203 conmon[88363]: cluster 2023-11-30T22:26:40.804694+0000 mgr.smithi071.nfuwvn (mgr.14180) 458 2023-11-30T22:26:42.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:42 smithi203 conmon[88363]: : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2023-11-30T22:26:43.501 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:26:43.502 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:26:44.219 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:26:44.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:44 smithi071 conmon[83797]: cluster 2023-11-30T22:26:42.805419+0000 mgr.smithi071.nfuwvn (mgr.14180) 459 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:44.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:44 smithi203 conmon[88363]: cluster 2023-11-30T22:26:42.805419+0000 mgr.smithi071.nfuwvn (mgr.14180) 459 : cluster 2023-11-30T22:26:44.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:44 smithi203 conmon[88363]: [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:45.220 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:26:45.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:45 smithi071 conmon[83797]: audit 2023-11-30T22:26:43.497650+0000 2023-11-30T22:26:45.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:45 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 460 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:45.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:45 smithi203 conmon[88363]: audit 2023-11-30T22:26:43.497650+0000 mgr.smithi071.nfuwvn (mgr.14180) 460 : audit 2023-11-30T22:26:45.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:45 smithi203 conmon[88363]: [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:46.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:46 smithi071 conmon[83797]: cluster 2023-11-30T22:26:44.806117+0000 mgr.smithi071.nfuwvn (mgr.14180) 461 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:46.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:46 smithi203 conmon[88363]: cluster 2023-11-30T22:26:44.806117+0000 mgr.smithi071.nfuwvn (mgr.14180) 461 2023-11-30T22:26:46.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:46 smithi203 conmon[88363]: : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:47.102 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:26:47.103 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:26:47.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:47 smithi071 conmon[83797]: cluster 2023-11-30T22:26:46. 2023-11-30T22:26:47.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:47 smithi071 conmon[83797]: 806903+0000 mgr.smithi071.nfuwvn (mgr.14180) 462 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:47.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:47 smithi071 conmon[83797]: audit 2023-11-30T22:26:47.098586+0000 mgr.smithi071.nfuwvn (mgr.14180) 463 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:47.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:47 smithi203 conmon[88363]: cluster 2023-11-30T22:26:46.806903+0000 mgr.smithi071.nfuwvn (mgr.14180) 462 2023-11-30T22:26:47.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:47 smithi203 conmon[88363]: : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:47.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:47 smithi203 conmon[88363]: audit 2023-11-30T22:26:47.098586+0000 mgr.smithi071.nfuwvn (mgr.14180) 463 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:47.701 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:26:48.702 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:26:50.238 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:50 smithi071 conmon[83797]: cluster 2023-11-30T22:26:48.807447+0000 mgr.smithi071.nfuwvn (mgr.14180) 464 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:50.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:50 smithi203 conmon[88363]: cluster 2023-11-30T22:26:48.807447+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:26:50.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:50 smithi203 conmon[88363]: 464 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:50.576 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:26:50.577 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:26:51.177 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:26:52.179 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:26:52.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:52 smithi071 conmon[83797]: audit 2023-11-30T22:26:50.571157+0000 mgr.smithi071.nfuwvn (mgr.14180) 465 2023-11-30T22:26:52.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:52 smithi071 conmon[83797]: : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:52.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:52 smithi071 conmon[83797]: cluster 2023-11-30T22:26:50.807931+0000 mgr.smithi071.nfuwvn (mgr.14180) 466 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:52.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:52 smithi203 conmon[88363]: audit 2023-11-30T22:26:50.571157+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:26:52.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:52 smithi203 conmon[88363]: ) 465 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:52.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:52 smithi203 conmon[88363]: cluster 2023-11-30T22:26:50.807931+0000 mgr.smithi071.nfuwvn (mgr.14180) 466 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:54.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:54 smithi071 conmon[83797]: cluster 2023-11-30T22:26:52.808542+0000 mgr.smithi071.nfuwvn (mgr.14180) 467 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:54.151 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:26:54.151 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:26:54.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:54 smithi203 conmon[88363]: cluster 2023-11-30T22:26:52.808542+0000 mgr.smithi071.nfuwvn (mgr.14180) 467 : cluster 2023-11-30T22:26:54.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:54 smithi203 conmon[88363]: [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:54.732 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:26:55.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:55 smithi071 conmon[83797]: audit 2023-11-30T22:26:54.146689+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:26:55.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:55 smithi071 conmon[83797]: .14180) 468 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:55.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:55 smithi203 conmon[88363]: audit 2023-11-30T22:26:54.146689+0000 mgr.smithi071.nfuwvn (mgr.14180) 468 : audit [DBG] 2023-11-30T22:26:55.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:55 smithi203 conmon[88363]: from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:55.733 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:26:56.285 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:56 smithi071 conmon[83797]: cluster 2023-11-30T22:26:54.808980+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:26:56.285 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:56 smithi071 conmon[83797]: mgr.14180) 469 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:56.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:56 smithi203 conmon[88363]: cluster 2023-11-30T22:26:54.808980+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:26:56.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:56 smithi203 conmon[88363]: 469 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:57.631 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:26:57.632 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:26:58.317 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:58 smithi071 conmon[83797]: cluster 2023-11-30T22:26:56.809496+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:26:58.317 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:58 smithi071 conmon[83797]: 470 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:58.332 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:26:58.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:58 smithi203 conmon[88363]: cluster 2023-11-30T22:26:56.809496+0000 mgr.smithi071.nfuwvn (mgr.14180) 470 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:26:59.333 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:26:59.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:59 smithi071 conmon[83797]: audit 2023-11-30T22:26:57. 2023-11-30T22:26:59.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:26:59 smithi071 conmon[83797]: 627847+0000 mgr.smithi071.nfuwvn (mgr.14180) 471 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:26:59.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:26:59 smithi203 conmon[88363]: audit 2023-11-30T22:26:57.627847+0000 mgr.smithi071.nfuwvn (mgr.14180) 471 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:00.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:00 smithi071 conmon[83797]: cluster 2023-11-30T22:26:58.810221+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:27:00.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:00 smithi071 conmon[83797]: 14180) 472 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:00.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:00 smithi203 conmon[88363]: cluster 2023-11-30T22:26:58.810221+0000 mgr.smithi071.nfuwvn (mgr.14180) 472 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:01.204 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:27:01.204 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:27:01.933 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:27:02.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:02 smithi071 conmon[83797]: cluster 2023-11-30T22:27:00.810711+0000 mgr.smithi071.nfuwvn (mgr.14180) 473 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:02.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:02 smithi071 conmon[83797]: audit 2023-11-30T22:27:01.200074+0000 mgr.smithi071.nfuwvn (mgr.14180) 474 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:02.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:02 smithi203 conmon[88363]: cluster 2023-11-30T22:27:00.810711+0000 mgr.smithi071.nfuwvn (mgr.14180) 473 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:02.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:02 smithi203 conmon[88363]: audit 2023-11-30T22:27:01.200074+0000 mgr.smithi071.nfuwvn (mgr.14180) 474 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:02.933 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:27:04.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:04 smithi071 conmon[83797]: cluster 2023-11-30T22:27:02.811414+0000 mgr.smithi071.nfuwvn (mgr.14180) 475 : cluster 2023-11-30T22:27:04.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:04 smithi071 conmon[83797]: [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:04.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:04 smithi203 conmon[88363]: cluster 2023-11-30T22:27:02.811414+0000 mgr.smithi071.nfuwvn 2023-11-30T22:27:04.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:04 smithi203 conmon[88363]: (mgr.14180) 475 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:04.893 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:27:04.893 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:27:05.588 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:27:06.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:06 smithi071 conmon[83797]: cluster 2023-11-30T22:27:04.811820+0000 mgr.smithi071.nfuwvn (mgr.14180) 476 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:06.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:06 smithi071 conmon[83797]: audit 2023-11-30T22:27:04.888459+0000 mgr.smithi071.nfuwvn (mgr.14180) 477 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:06.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:06 smithi203 conmon[88363]: cluster 2023-11-30T22:27:04.811820+0000 mgr.smithi071.nfuwvn (mgr.14180) 476 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:06.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:06 smithi203 conmon[88363]: audit 2023-11-30T22:27:04.888459+0000 mgr.smithi071.nfuwvn (mgr.14180) 477 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:06.590 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:27:08.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:08 smithi071 conmon[83797]: cluster 2023-11-30T22:27:06.812325+0000 mgr.smithi071.nfuwvn (mgr.14180) 478 : cluster 2023-11-30T22:27:08.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:08 smithi071 conmon[83797]: [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:08.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:08 smithi203 conmon[88363]: cluster 2023-11-30T22:27:06.812325+0000 mgr.smithi071.nfuwvn (mgr.14180) 478 : cluster [DBG] 2023-11-30T22:27:08.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:08 smithi203 conmon[88363]: pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:08.572 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:27:08.572 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:27:09.221 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:27:10.225 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:27:10.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:10 smithi071 conmon[83797]: audit 2023-11-30T22:27:08.567471+0000 mgr.smithi071.nfuwvn (mgr.14180) 479 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:10.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:10 smithi071 conmon[83797]: cluster 2023-11-30T22:27:08.812909+0000 mgr.smithi071.nfuwvn (mgr.14180) 480 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:10.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:10 smithi203 conmon[88363]: audit 2023-11-30T22:27:08.567471+0000 mgr.smithi071.nfuwvn (mgr.14180) 479 : audit [DBG] 2023-11-30T22:27:10.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:10 smithi203 conmon[88363]: from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:10.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:10 smithi203 conmon[88363]: cluster 2023-11-30T22:27:08.812909+0000 mgr.smithi071.nfuwvn (mgr.14180) 480 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:12.177 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:27:12.177 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:27:12.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:12 smithi071 conmon[83797]: cluster 2023-11-30T22:27:10.813294+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:27:12.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:12 smithi071 conmon[83797]: 481 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:12.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:12 smithi203 conmon[88363]: cluster 2023-11-30T22:27:10.813294+0000 mgr.smithi071.nfuwvn (mgr.14180) 481 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:12.879 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:27:13.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:13 smithi071 conmon[83797]: audit 2023-11-30T22:27:12.173127 2023-11-30T22:27:13.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:13 smithi071 conmon[83797]: +0000 mgr.smithi071.nfuwvn (mgr.14180) 482 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:13.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:13 smithi203 conmon[88363]: audit 2023-11-30T22:27:12.173127+0000 mgr.smithi071.nfuwvn (mgr.14180) 482 : audit 2023-11-30T22:27:13.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:13 smithi203 conmon[88363]: [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:13.880 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:27:14.355 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:14 smithi071 conmon[83797]: cluster 2023-11-30T22:27:12.813893+0000 mgr.smithi071.nfuwvn (mgr.14180) 483 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:14.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:14 smithi203 conmon[88363]: cluster 2023-11-30T22:27:12.813893+0000 mgr.smithi071.nfuwvn (mgr.14180) 483 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:15.766 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:27:15.766 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:27:16.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:16 smithi071 conmon[83797]: cluster 2023-11-30T22:27:14.814283+0000 mgr.smithi071.nfuwvn (mgr.14180) 484 2023-11-30T22:27:16.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:16 smithi071 conmon[83797]: : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:16.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:16 smithi203 conmon[88363]: cluster 2023-11-30T22:27:14.814283+0000 mgr.smithi071.nfuwvn (mgr.14180) 484 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:16.394 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:27:17.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:17 smithi071 conmon[83797]: audit 2023-11-30T22:27:15.761449+0000 mgr.smithi071.nfuwvn (mgr.14180) 485 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:17.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:17 smithi071 conmon[83797]: 2023-11-30T22:27:17.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:17 smithi203 conmon[88363]: audit 2023-11-30T22:27:15.761449+0000 mgr.smithi071.nfuwvn (mgr.14180) 485 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:17.396 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:27:18.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:18 smithi071 conmon[83797]: cluster 2023-11-30T22:27:16.814832+0000 mgr.smithi071.nfuwvn (mgr.14180) 486 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:18.382 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:18 smithi203 conmon[88363]: cluster 2023-11-30T22:27:16.814832+0000 mgr.smithi071.nfuwvn (mgr.14180) 486 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:18.385 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:18 smithi203 conmon[88363]: 2023-11-30T22:27:19.212 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:27:19.212 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:27:19.802 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:27:20.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:20 smithi071 conmon[83797]: cluster 2023-11-30T22:27:18.815242+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:27:20.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:20 smithi071 conmon[83797]: 487 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:20.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:20 smithi071 conmon[83797]: audit 2023-11-30T22:27:19.207971+0000 mgr.smithi071.nfuwvn (mgr.14180) 488 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:20.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:20 smithi203 conmon[88363]: cluster 2023-11-30T22:27:18.815242+0000 mgr.smithi071.nfuwvn (mgr.14180) 487 : cluster 2023-11-30T22:27:20.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:20 smithi203 conmon[88363]: [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:20.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:20 smithi203 conmon[88363]: audit 2023-11-30T22:27:19.207971+0000 mgr.smithi071.nfuwvn (mgr.14180) 488 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:20.805 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:27:22.310 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:22 smithi071 conmon[83797]: cluster 2023-11-30T22:27:20.815690+0000 mgr.smithi071.nfuwvn (mgr.14180) 489 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:22.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:22 smithi203 conmon[88363]: cluster 2023-11-30T22:27:20.815690+0000 mgr.smithi071.nfuwvn (mgr.14180) 489 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:22.689 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:27:22.689 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:27:23.368 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:27:24.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:24 smithi071 conmon[83797]: audit 2023-11-30T22:27:22.685160+0000 mgr.smithi071.nfuwvn (mgr.14180) 490 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:24.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:24 smithi071 conmon[83797]: cluster 2023-11- 2023-11-30T22:27:24.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:24 smithi071 conmon[83797]: 30T22:27:22.816250+0000 mgr.smithi071.nfuwvn (mgr.14180) 491 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:24.369 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:27:24.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:24 smithi203 conmon[88363]: audit 2023-11-30T22:27:22.685160+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:27:24.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:24 smithi203 conmon[88363]: mgr.14180) 490 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:24.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:24 smithi203 conmon[88363]: cluster 2023-11-30T22:27:22.816250+0000 mgr.smithi071.nfuwvn (mgr.14180) 491 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:26.271 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:27:26.271 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:27:26.292 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:26 smithi071 conmon[83797]: cluster 2023-11-30T22:27:24.816585+0000 mgr.smithi071.nfuwvn (mgr.14180) 492 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:26.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:26 smithi203 conmon[88363]: cluster 2023-11-30T22:27:24.816585+0000 mgr.smithi071.nfuwvn (mgr.14180) 492 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:26.909 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:27:27.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:27 smithi071 conmon[83797]: audit 2023-11-30T22:27:26.266566+0000 mgr.smithi071.nfuwvn (mgr.14180) 493 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:27.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:27 smithi203 conmon[88363]: audit 2023-11-30T22:27:26.266566+0000 mgr.smithi071.nfuwvn (mgr.14180) 493 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:27.910 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:27:28.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:28 smithi071 conmon[83797]: cluster 2023-11-30T22:27:26.817170 2023-11-30T22:27:28.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:28 smithi071 conmon[83797]: +0000 mgr.smithi071.nfuwvn (mgr.14180) 494 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:28.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:28 smithi203 conmon[88363]: cluster 2023-11-30T22:27:26.817170+0000 mgr.smithi071.nfuwvn (mgr.14180) 494 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:28.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:28 smithi203 conmon[88363]: 2023-11-30T22:27:29.809 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:27:29.809 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:27:30.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:30 smithi071 conmon[83797]: cluster 2023-11-30T22:27:28.817579+0000 mgr.smithi071.nfuwvn (mgr.14180) 495 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:30.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:30 smithi203 conmon[88363]: cluster 2023-11-30T22:27:28.817579+0000 mgr.smithi071.nfuwvn (mgr.14180) 495 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:30.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:30 smithi203 conmon[88363]: 2023-11-30T22:27:30.517 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:27:31.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:31 smithi071 conmon[83797]: audit 2023-11-30T22:27:29.805493+0000 mgr.smithi071.nfuwvn (mgr.14180) 496 : 2023-11-30T22:27:31.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:31 smithi071 conmon[83797]: audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:31.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:31 smithi203 conmon[88363]: audit 2023-11-30T22:27:29.805493+0000 mgr.smithi071.nfuwvn (mgr.14180) 496 2023-11-30T22:27:31.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:31 smithi203 conmon[88363]: : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:31.519 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:27:32.359 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:32 smithi071 conmon[83797]: cluster 2023-11-30T22:27:30.818177+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:27:32.359 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:32 smithi071 conmon[83797]: .14180) 497 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:32.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:32 smithi203 conmon[88363]: cluster 2023-11-30T22:27:30.818177+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:27:32.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:32 smithi203 conmon[88363]: ) 497 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:33.418 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:27:33.418 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:27:34.091 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:27:34.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:34 smithi071 conmon[83797]: cluster 2023-11-30T22:27:32.818740+0000 mgr.smithi071.nfuwvn (mgr.14180) 498 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:34.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:34 smithi203 conmon[88363]: cluster 2023-11-30T22:27:32.818740+0000 mgr.smithi071.nfuwvn (mgr.14180) 498 : cluster 2023-11-30T22:27:34.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:34 smithi203 conmon[88363]: [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:35.093 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:27:35.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:35 smithi203 conmon[88363]: audit 2023-11-30T22:27:33.414310+0000 mgr.smithi071.nfuwvn (mgr.14180) 499 : audit [DBG] 2023-11-30T22:27:35.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:35 smithi203 conmon[88363]: from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:35.576 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:35 smithi071 conmon[83797]: audit 2023-11-30T22:27:33.414310+0000 mgr.smithi071.nfuwvn (mgr.14180) 499 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:36.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:36 smithi071 conmon[83797]: cluster 2023-11-30T22:27:34.819063+0000 mgr.smithi071.nfuwvn (mgr.14180) 500 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:36.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:36 smithi203 conmon[88363]: cluster 2023-11-30T22:27:34.819063+0000 mgr.smithi071.nfuwvn (mgr.14180) 500 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:37.010 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:27:37.011 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:27:37.607 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:27:38.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:38 smithi203 conmon[88363]: cluster 2023-11-30T22:27:36.819583+0000 mgr.smithi071.nfuwvn (mgr.14180) 501 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:38.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:38 smithi203 conmon[88363]: audit 2023-11-30T22:27:37.006840+0000 mgr.smithi071.nfuwvn (mgr.14180) 502 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:38.608 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:27:38.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:38 smithi071 conmon[83797]: cluster 2023-11-30T22:27:36.819583+0000 mgr.smithi071.nfuwvn (mgr.14180) 501 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:38.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:38 smithi071 conmon[83797]: audit 2023-11-30T22:27:37.006840+0000 mgr.smithi071.nfuwvn (mgr.14180) 502 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:40.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:40 smithi203 conmon[88363]: cluster 2023-11-30T22:27:38.820046+0000 mgr.smithi071.nfuwvn (mgr.14180) 503 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:40.484 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:27:40.484 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:27:40.516 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:40 smithi071 conmon[83797]: cluster 2023-11-30T22:27:38.820046+0000 mgr.smithi071.nfuwvn (mgr.14180) 503 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:41.115 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:27:42.116 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:27:42.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:42 smithi071 conmon[83797]: audit 2023-11-30T22:27:40.479841+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:27:42.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:42 smithi071 conmon[83797]: ) 504 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:42.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:42 smithi071 conmon[83797]: cluster 2023-11-30T22:27:40.820498+0000 mgr.smithi071.nfuwvn (mgr.14180) 505 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:42.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:42 smithi203 conmon[88363]: audit 2023-11-30T22:27:40.479841+0000 mgr.smithi071.nfuwvn (mgr.14180) 504 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:42.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:42 smithi203 conmon[88363]: cluster 2023-11-30T22:27:40.820498+0000 mgr.smithi071.nfuwvn (mgr.14180) 505 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:44.074 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:27:44.074 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:27:44.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:44 smithi071 conmon[83797]: cluster 2023-11-30T22:27:42.821213+0000 mgr.smithi071.nfuwvn (mgr.14180) 506 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:44.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:44 smithi203 conmon[88363]: cluster 2023-11-30T22:27:42.821213+0000 mgr.smithi071.nfuwvn (mgr.14180) 506 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:44.747 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:27:45.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:45 smithi071 conmon[83797]: audit 2023-11-30T22:27:44.069773+0000 mgr.smithi071.nfuwvn (mgr.14180) 507 : audit 2023-11-30T22:27:45.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:45 smithi071 conmon[83797]: [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:45.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:45 smithi203 conmon[88363]: audit 2023-11-30T22:27:44.069773+0000 mgr.smithi071.nfuwvn (mgr.14180) 507 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:45.748 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:27:46.394 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:46 smithi071 conmon[83797]: cluster 2023-11-30T22:27:44.821701+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:27:46.394 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:46 smithi071 conmon[83797]: 14180) 508 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:46.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:46 smithi203 conmon[88363]: cluster 2023-11-30T22:27:44.821701+0000 mgr.smithi071.nfuwvn (mgr.14180) 508 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:47.640 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:27:47.640 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:27:48.321 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:27:48.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:48 smithi071 conmon[83797]: cluster 2023-11-30T22:27:46.822223+0000 mgr.smithi071.nfuwvn (mgr.14180) 509 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:48.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:48 smithi203 conmon[88363]: cluster 2023-11-30T22:27:46.822223+0000 mgr.smithi071.nfuwvn (mgr.14180) 509 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:49.322 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:27:49.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:49 smithi203 conmon[88363]: audit 2023-11-30T22:27:47.636009+0000 mgr.smithi071.nfuwvn (mgr.14180) 510 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:49.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:49 smithi203 conmon[88363]: 2023-11-30T22:27:49.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:49 smithi071 conmon[83797]: audit 2023-11-30T22:27:47.636009+0000 mgr.smithi071.nfuwvn (mgr.14180) 510 : 2023-11-30T22:27:49.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:49 smithi071 conmon[83797]: audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:50.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:50 smithi071 conmon[83797]: cluster 2023-11-30T22:27:48.822775+0000 mgr.smithi071.nfuwvn 2023-11-30T22:27:50.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:50 smithi071 conmon[83797]: (mgr.14180) 511 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:50.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:50 smithi203 conmon[88363]: cluster 2023-11-30T22:27:48.822775+0000 mgr.smithi071.nfuwvn (mgr.14180) 511 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:51.149 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:27:51.149 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:27:51.754 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:27:52.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:52 smithi071 conmon[83797]: cluster 2023-11-30T22:27:50.823193+0000 mgr.smithi071.nfuwvn (mgr.14180) 512 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:52.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:52 smithi071 conmon[83797]: audit 2023-11-30T22:27:51.145147+0000 mgr.smithi071.nfuwvn (mgr.14180) 513 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:52.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:52 smithi203 conmon[88363]: cluster 2023-11-30T22:27:50.823193+0000 mgr.smithi071.nfuwvn (mgr.14180) 512 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:52.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:52 smithi203 conmon[88363]: audit 2023-11-30T22:27:52.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:52 smithi203 conmon[88363]: 2023-11-30T22:27:51.145147+0000 mgr.smithi071.nfuwvn (mgr.14180) 513 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:52.755 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:27:54.247 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:54 smithi071 conmon[83797]: cluster 2023-11-30T22:27:52.823769+0000 2023-11-30T22:27:54.248 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:54 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 514 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:54.617 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:27:54.617 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:27:54.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:54 smithi203 conmon[88363]: cluster 2023-11-30T22:27:52.823769+0000 mgr.smithi071.nfuwvn (mgr.14180) 514 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:55.245 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:27:56.246 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:27:56.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:56 smithi071 conmon[83797]: audit 2023-11-30T22:27:54.613144+0000 mgr.smithi071.nfuwvn (mgr.14180) 515 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:56.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:56 smithi071 conmon[83797]: 2023-11-30T22:27:56.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:56 smithi071 conmon[83797]: cluster 2023-11-30T22:27:54.824221+0000 mgr.smithi071.nfuwvn (mgr.14180) 516 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:56.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:56 smithi203 conmon[88363]: audit 2023-11-30T22:27:54.613144+0000 mgr.smithi071.nfuwvn (mgr.14180) 515 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:56.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:56 smithi203 conmon[88363]: cluster 2023-11-30T22:27:54.824221+0000 mgr.smithi071.nfuwvn (mgr.14180) 516 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:58.120 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:27:58.120 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:27:58.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:58 smithi071 conmon[83797]: cluster 2023-11-30T22:27:56.824765+0000 2023-11-30T22:27:58.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:58 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 517 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:58.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:58 smithi203 conmon[88363]: cluster 2023-11-30T22:27:56.824765+0000 mgr.smithi071.nfuwvn (mgr.14180) 517 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:27:58.685 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:27:59.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:59 smithi203 conmon[88363]: audit 2023-11-30T22:27:58.116362+0000 mgr.smithi071.nfuwvn (mgr.14180) 518 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:59.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:27:59 smithi203 conmon[88363]: 2023-11-30T22:27:59.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:59 smithi071 conmon[83797]: audit 2023-11-30T22: 2023-11-30T22:27:59.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:27:59 smithi071 conmon[83797]: 27:58.116362+0000 mgr.smithi071.nfuwvn (mgr.14180) 518 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:27:59.686 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:28:00.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:00 smithi071 conmon[83797]: cluster 2023-11-30T22:27:58.825167+0000 2023-11-30T22:28:00.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:00 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 519 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:00.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:00 smithi203 conmon[88363]: cluster 2023-11-30T22:27:58.825167+0000 mgr.smithi071.nfuwvn (mgr.14180) 519 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:01.585 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:28:01.585 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:28:02.159 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:28:02.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:02 smithi071 conmon[83797]: cluster 2023-11-30T22:28:00.825690+0000 mgr.smithi071.nfuwvn (mgr.14180) 520 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:02.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:02 smithi203 conmon[88363]: cluster 2023-11-30T22:28:00.825690+0000 mgr.smithi071.nfuwvn (mgr.14180) 520 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:03.161 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:28:03.602 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:03 smithi071 conmon[83797]: audit 2023-11-30T22:28:01.580162+0000 2023-11-30T22:28:03.602 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:03 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 521 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:03.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:03 smithi203 conmon[88363]: audit 2023-11-30T22:28:01.580162+0000 mgr.smithi071.nfuwvn (mgr.14180) 521 : audit [DBG] 2023-11-30T22:28:03.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:03 smithi203 conmon[88363]: from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:04.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:04 smithi071 conmon[83797]: cluster 2023-11-30T22:28:02.826267+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:28:04.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:04 smithi071 conmon[83797]: ) 522 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:04.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:04 smithi203 conmon[88363]: cluster 2023-11-30T22:28:02.826267+0000 mgr.smithi071.nfuwvn (mgr.14180) 522 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:05.040 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:28:05.040 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:28:05.718 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:28:06.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:06 smithi071 conmon[83797]: cluster 2023-11-30T22:28:04.826642+0000 mgr.smithi071.nfuwvn (mgr.14180) 523 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:06.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:06 smithi071 conmon[83797]: audit 2023-11-30T22:28:05.035599+0000 mgr.smithi071.nfuwvn (mgr.14180) 524 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:06.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:06 smithi203 conmon[88363]: cluster 2023-11-30T22:28:04.826642+0000 mgr.smithi071.nfuwvn (mgr.14180) 523 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:06.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:06 smithi203 conmon[88363]: audit 2023-11-30T 2023-11-30T22:28:06.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:06 smithi203 conmon[88363]: 22:28:05.035599+0000 mgr.smithi071.nfuwvn (mgr.14180) 524 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:06.719 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:28:08.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:08 smithi071 conmon[83797]: cluster 2023-11-30T22:28:06.827198+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:28:08.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:08 smithi071 conmon[83797]: ) 525 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:08.623 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:28:08.623 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:28:08.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:08 smithi203 conmon[88363]: cluster 2023-11-30T22:28:06.827198+0000 mgr.smithi071.nfuwvn (mgr.14180) 525 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:09.250 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:28:10.251 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:28:10.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:10 smithi071 conmon[83797]: audit 2023-11-30T22:28:08.619465+0000 mgr.smithi071.nfuwvn (mgr.14180) 526 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:10.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:10 smithi071 conmon[83797]: cluster 2023-11-30T22:28:08.827603+0000 mgr.smithi071.nfuwvn (mgr.14180) 527 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:10.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:10 smithi203 conmon[88363]: audit 2023-11-30T22:28:08.619465+0000 mgr.smithi071.nfuwvn (mgr.14180) 526 : audit 2023-11-30T22:28:10.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:10 smithi203 conmon[88363]: [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:10.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:10 smithi203 conmon[88363]: cluster 2023-11-30T22:28:08.827603+0000 mgr.smithi071.nfuwvn (mgr.14180) 527 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:12.339 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:28:12.339 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:28:12.541 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:12 smithi071 conmon[83797]: cluster 2023-11-30T22:28 2023-11-30T22:28:12.541 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:12 smithi071 conmon[83797]: :10.828072+0000 mgr.smithi071.nfuwvn (mgr.14180) 528 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:12.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:12 smithi203 conmon[88363]: cluster 2023-11-30T22:28:10.828072+0000 mgr.smithi071.nfuwvn (mgr.14180) 528 : cluster [DBG] 2023-11-30T22:28:12.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:12 smithi203 conmon[88363]: pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:13.015 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:28:14.017 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:28:14.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:14 smithi071 conmon[83797]: audit 2023-11-30T22:28:12.334963+0000 mgr.smithi071.nfuwvn (mgr.14180) 529 : audit 2023-11-30T22:28:14.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:14 smithi071 conmon[83797]: [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:14.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:14 smithi071 conmon[83797]: cluster 2023-11-30T22:28:12.828614+0000 mgr.smithi071.nfuwvn (mgr.14180) 530 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:14.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:14 smithi203 conmon[88363]: audit 2023-11-30T22:28:12.334963+0000 mgr.smithi071.nfuwvn (mgr.14180) 529 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:14.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:14 smithi203 conmon[88363]: cluster 2023-11-30T22:28:14.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:14 smithi203 conmon[88363]: 2023-11-30T22:28:12.828614+0000 mgr.smithi071.nfuwvn (mgr.14180) 530 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:15.881 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:28:15.881 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:28:16.500 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:16 smithi071 conmon[83797]: cluster 2023-11-30T22:28:14.829018+0000 mgr.smithi071.nfuwvn (mgr.14180) 531 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:16.515 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:28:16.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:16 smithi203 conmon[88363]: cluster 2023-11-30T22:28:14.829018+0000 mgr.smithi071.nfuwvn (mgr.14180) 531 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:17.516 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:28:17.543 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:17 smithi071 conmon[83797]: audit 2023-11-30T22:28:15.876564+0000 mgr.smithi071.nfuwvn (mgr.14180) 532 : audit 2023-11-30T22:28:17.543 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:17 smithi071 conmon[83797]: [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:17.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:17 smithi203 conmon[88363]: audit 2023-11-30T22:28:15.876564+0000 mgr.smithi071.nfuwvn (mgr.14180) 532 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:18.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:18 smithi071 conmon[83797]: cluster 2023-11-30T22:28: 2023-11-30T22:28:18.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:18 smithi071 conmon[83797]: 16.829731+0000 mgr.smithi071.nfuwvn (mgr.14180) 533 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:18.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:18 smithi203 conmon[88363]: cluster 2023-11-30T22:28:16.829731+0000 mgr.smithi071.nfuwvn (mgr.14180) 533 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:19.397 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:28:19.398 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:28:19.999 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:28:20.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:20 smithi071 conmon[83797]: cluster 2023-11-30T22:28:18.830318+0000 mgr.smithi071.nfuwvn (mgr.14180) 534 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:20.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:20 smithi203 conmon[88363]: cluster 2023-11-30T22:28:18.830318+0000 mgr.smithi071.nfuwvn (mgr.14180) 534 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:21.000 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:28:21.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:21 smithi071 conmon[83797]: audit 2023-11-30T22:28:19. 2023-11-30T22:28:21.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:21 smithi071 conmon[83797]: 393339+0000 mgr.smithi071.nfuwvn (mgr.14180) 535 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:21.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:21 smithi203 conmon[88363]: audit 2023-11-30T22:28:19.393339+0000 mgr.smithi071.nfuwvn (mgr.14180) 535 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:22.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:22 smithi071 conmon[83797]: cluster 2023-11-30T22:28:20.830862+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:28:22.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:22 smithi071 conmon[83797]: 536 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:22.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:22 smithi203 conmon[88363]: cluster 2023-11-30T22:28:20.830862+0000 mgr.smithi071.nfuwvn (mgr.14180) 536 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:22.885 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:28:22.885 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:28:23.505 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:28:24.507 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:28:24.536 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:24 smithi071 conmon[83797]: cluster 2023-11-30T22:28:22.831425+0000 mgr.smithi071.nfuwvn (mgr.14180) 537 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:24.536 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:24 smithi071 conmon[83797]: audit 2023-11-30T22:28:22.878341+0000 mgr.smithi071.nfuwvn (mgr.14180) 538 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:24.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:24 smithi203 conmon[88363]: cluster 2023-11-30T22:28:22.831425+0000 mgr.smithi071.nfuwvn (mgr.14180) 537 : cluster 2023-11-30T22:28:24.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:24 smithi203 conmon[88363]: [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:24.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:24 smithi203 conmon[88363]: audit 2023-11-30T22:28:22.878341+0000 mgr.smithi071.nfuwvn (mgr.14180) 538 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:26.358 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:28:26.358 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:28:26.582 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:26 smithi071 conmon[83797]: cluster 2023-11-30T22:28:24.831975+0000 mgr.smithi071.nfuwvn (mgr.14180) 539 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:26.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:26 smithi203 conmon[88363]: cluster 2023-11-30T22:28:24.831975+0000 mgr.smithi071.nfuwvn (mgr.14180) 539 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:27.013 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:28:28.014 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:28:28.513 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:28 smithi071 conmon[83797]: audit 2023-11-30T22:28:26.353434+0000 mgr.smithi071.nfuwvn (mgr.14180) 540 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:28.514 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:28 smithi071 conmon[83797]: cluster 2023-11-30T22:28:26.832454+0000 mgr.smithi071.nfuwvn (mgr.14180) 541 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:28.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:28 smithi203 conmon[88363]: audit 2023-11-30T22:28:26.353434+0000 mgr.smithi071.nfuwvn (mgr.14180) 540 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:28.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:28 smithi203 conmon[88363]: cluster 2023-11-30T22:28:26.832454+0000 mgr.smithi071.nfuwvn (mgr.14180) 541 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:29.898 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:28:29.898 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:28:30.478 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:28:30.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:30 smithi071 conmon[83797]: cluster 2023-11-30T22:28:28.832853+0000 mgr.smithi071.nfuwvn (mgr.14180) 542 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:30.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:30 smithi203 conmon[88363]: cluster 2023-11-30T22:28:28.832853+0000 mgr.smithi071.nfuwvn (mgr.14180) 542 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:31.480 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:28:31.510 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:31 smithi071 conmon[83797]: audit 2023-11-30T22:28:29.893318+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:28:31.511 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:31 smithi071 conmon[83797]: 14180) 543 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:31.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:31 smithi203 conmon[88363]: audit 2023-11-30T22:28:29.893318+0000 mgr.smithi071.nfuwvn (mgr.14180) 543 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:32.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:32 smithi071 conmon[83797]: cluster 2023-11-30T22:28:30.833453+0000 mgr.smithi071.nfuwvn (mgr.14180) 544 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:32.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:32 smithi203 conmon[88363]: cluster 2023-11-30T22:28:30.833453+0000 mgr.smithi071.nfuwvn (mgr.14180) 544 : cluster 2023-11-30T22:28:32.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:32 smithi203 conmon[88363]: [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:33.373 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:28:33.374 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:28:33.995 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:28:34.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:34 smithi071 conmon[83797]: cluster 2023-11-30T22:28:32.834212+0000 mgr.smithi071.nfuwvn (mgr.14180) 545 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:34.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:34 smithi203 conmon[88363]: cluster 2023-11-30T22:28:32.834212+0000 mgr.smithi071.nfuwvn (mgr.14180) 545 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:34.997 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:28:35.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:35 smithi071 conmon[83797]: audit 2023-11-30T22:28:33.369246+0000 mgr.smithi071.nfuwvn (mgr.14180) 546 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:35.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:35 smithi203 conmon[88363]: audit 2023-11-30T22:28:33.369246+0000 mgr.smithi071.nfuwvn (mgr.14180) 546 : audit [DBG] 2023-11-30T22:28:35.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:35 smithi203 conmon[88363]: from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:36.613 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:36 smithi071 conmon[83797]: cluster 2023-11-30T22:28:34.834753+0000 mgr.smithi071.nfuwvn (mgr.14180) 547 2023-11-30T22:28:36.613 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:36 smithi071 conmon[83797]: : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:36.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:36 smithi203 conmon[88363]: cluster 2023-11-30T22:28:34.834753+0000 mgr.smithi071.nfuwvn (mgr.14180) 547 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:37.005 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:28:37.006 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:28:37.694 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:28:38.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:38 smithi071 conmon[83797]: cluster 2023-11-30T22:28:36.835297+0000 mgr.smithi071.nfuwvn (mgr.14180) 548 : cluster 2023-11-30T22:28:38.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:38 smithi071 conmon[83797]: [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:38.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:38 smithi071 conmon[83797]: audit 2023-11-30T22:28:37.001652+0000 mgr.smithi071.nfuwvn (mgr.14180) 549 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:38.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:38 smithi203 conmon[88363]: cluster 2023-11-30T22:28:36.835297+0000 mgr.smithi071.nfuwvn (mgr.14180) 548 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:38.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:38 smithi203 conmon[88363]: audit 2023-11-30T22:28:37.001652+0000 mgr.smithi071.nfuwvn (mgr.14180) 549 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:38.694 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:28:40.610 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:28:44.334 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:28:44.335 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:40 smithi071 conmon[83797]: cluster 2023-11-30T22:28:38.835819+0000 mgr.smithi071.nfuwvn (mgr.14180) 550 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:44.335 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:40 smithi203 conmon[88363]: cluster 2023-11-30T22:28:38.835819+0000 mgr.smithi071.nfuwvn (mgr.14180) 550 2023-11-30T22:28:44.335 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:40 smithi203 conmon[88363]: : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:44.335 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:42 smithi203 conmon[88363]: audit 2023-11-30T22:28:40.606401+0000 mgr.smithi071.nfuwvn (mgr.14180) 551 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:44.335 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:42 smithi203 conmon[88363]: cluster 2023-11-30T22:28 2023-11-30T22:28:44.335 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:42 smithi203 conmon[88363]: :40.836451+0000 mgr.smithi071.nfuwvn (mgr.14180) 552 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:44.336 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:28:44.336 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:42 smithi071 conmon[83797]: audit 2023-11-30T22:28:40.606401+0000 mgr.smithi071.nfuwvn (mgr.14180) 551 : audit 2023-11-30T22:28:44.337 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:42 smithi071 conmon[83797]: [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:44.337 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:42 smithi071 conmon[83797]: cluster 2023-11-30T22:28:40.836451+0000 mgr.smithi071.nfuwvn (mgr.14180) 552 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:44.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:44 smithi071 conmon[83797]: cluster 2023-11-30T22:28:42.837288+0000 mgr.smithi071.nfuwvn (mgr.14180) 553 2023-11-30T22:28:44.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:44 smithi071 conmon[83797]: : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:44.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:44 smithi203 conmon[88363]: cluster 2023-11-30T22:28:42.837288+0000 mgr.smithi071.nfuwvn (mgr.14180) 553 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:45.337 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:28:46.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:46 smithi071 conmon[83797]: cluster 2023-11-30T22:28:44.837981+0000 mgr.smithi071.nfuwvn (mgr.14180) 554 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:46.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:46 smithi203 conmon[88363]: cluster 2023-11-30T22:28:44.837981+0000 mgr.smithi071.nfuwvn (mgr.14180) 554 : cluster [DBG] 2023-11-30T22:28:46.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:46 smithi203 conmon[88363]: pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:47.288 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:28:47.288 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:28:47.958 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:28:48.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:48 smithi071 conmon[83797]: cluster 2023-11-30T22:28:46.838655+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:28:48.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:48 smithi071 conmon[83797]: 14180) 555 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:48.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:48 smithi203 conmon[88363]: cluster 2023-11-30T22:28:46.838655+0000 mgr.smithi071.nfuwvn (mgr.14180) 555 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:48.959 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:28:49.525 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:49 smithi071 conmon[83797]: audit 2023-11-30T22:28:47.283342+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:28:49.525 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:49 smithi071 conmon[83797]: 556 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:49.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:49 smithi203 conmon[88363]: audit 2023-11-30T22:28:47.283342+0000 mgr.smithi071.nfuwvn (mgr.14180) 556 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:49.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:49 smithi203 conmon[88363]: 2023-11-30T22:28:50.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:50 smithi071 conmon[83797]: cluster 2023-11-30T22:28:48.839148+0000 mgr.smithi071.nfuwvn (mgr.14180) 557 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:50.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:50 smithi203 conmon[88363]: cluster 2023-11-30T22:28:48.839148+0000 mgr.smithi071.nfuwvn (mgr.14180) 557 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:50.960 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:28:50.960 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:28:51.624 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:28:52.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:52 smithi071 conmon[83797]: cluster 2023-11-30T22:28:50.839660+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:28:52.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:52 smithi071 conmon[83797]: .14180) 558 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:52.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:52 smithi071 conmon[83797]: audit 2023-11-30T22:28:50.956256+0000 mgr.smithi071.nfuwvn (mgr.14180) 559 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:52.625 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:28:52.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:52 smithi203 conmon[88363]: cluster 2023-11-30T22:28:50.839660+0000 mgr.smithi071.nfuwvn (mgr.14180) 558 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:52.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:52 smithi203 conmon[88363]: audit 2023-11-30 2023-11-30T22:28:52.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:52 smithi203 conmon[88363]: T22:28:50.956256+0000 mgr.smithi071.nfuwvn (mgr.14180) 559 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:54.510 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:28:54.511 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:28:54.538 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:54 smithi071 conmon[83797]: cluster 2023-11-30T22:28:52.840203+0000 mgr.smithi071.nfuwvn (mgr.14180) 560 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:54.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:54 smithi203 conmon[88363]: cluster 2023-11-30T22:28:52.840203+0000 mgr.smithi071.nfuwvn (mgr.14180) 560 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:55.156 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:28:56.157 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:28:56.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:56 smithi071 conmon[83797]: audit 2023-11-30T22:28:54.506382+0000 mgr.smithi071.nfuwvn (mgr.14180) 561 2023-11-30T22:28:56.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:56 smithi071 conmon[83797]: : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:56.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:56 smithi071 conmon[83797]: cluster 2023-11-30T22:28:54.840624+0000 mgr.smithi071.nfuwvn (mgr.14180) 562 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:56.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:56 smithi203 conmon[88363]: audit 2023-11-30T22:28:54.506382+0000 mgr.smithi071.nfuwvn (mgr.14180) 561 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:56.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:56 smithi203 conmon[88363]: cluster 2023-11-30T22:28:54.840624+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:28:56.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:56 smithi203 conmon[88363]: .14180) 562 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:58.073 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:28:58.073 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.586173Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:28:58.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:58 smithi071 conmon[83797]: cluster 2023-11-30T22:28:56.841199+0000 mgr.smithi071.nfuwvn (mgr.14180) 563 : cluster [DBG] 2023-11-30T22:28:58.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:58 smithi071 conmon[83797]: pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:58.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:58 smithi071 conmon[83797]: audit 2023-11-30T22:28:58.098939+0000 mon.smithi071 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi203.pkyngw"}]: dispatch 2023-11-30T22:28:58.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:58 smithi203 conmon[88363]: cluster 2023-11-30T22:28:56.841199+0000 mgr.smithi071.nfuwvn (mgr.14180) 563 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:58.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:58 smithi203 conmon[88363]: audit 2023-11 2023-11-30T22:28:58.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:58 smithi203 conmon[88363]: -30T22:28:58.098939+0000 mon.smithi071 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi203.pkyngw"}]: dispatch 2023-11-30T22:28:58.721 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:28:59.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: audit 2023-11-30T22:28:58 2023-11-30T22:28:59.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: .069297+0000 mgr.smithi071.nfuwvn (mgr.14180) 564 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:59.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: cephadm 2023-11-30T22:28:58.098367+0000 mgr.smithi071.nfuwvn (mgr.14180) 565 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw 2023-11-30T22:28:59.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw 2023-11-30T22:28:59.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw 2023-11-30T22:28:59.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw 2023-11-30T22:28:59.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi203.pkyngw ... 2023-11-30T22:28:59.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:28:59.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:28:59.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:27:01Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: 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-30T22:28:59.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:27:39Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:28:59.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:28:17Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:28:59.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: stat: stderr toomanyrequests: 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-30T22:28:59.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: 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-30T22:28:59.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:28:59.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: Traceback (most recent call last): 2023-11-30T22:28:59.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-30T22:28:59.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: yield (conn, connr) 2023-11-30T22:28:59.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-30T22:28:59.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: code, '\n'.join(err))) 2023-11-30T22:28:59.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: 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-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw 2023-11-30T22:28:59.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw 2023-11-30T22:28:59.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw 2023-11-30T22:28:59.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw 2023-11-30T22:28:59.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi203.pkyngw ... 2023-11-30T22:28:59.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:28:59.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:28:59.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:27:01Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: 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-30T22:28:59.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:27:39Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:28:59.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:28:17Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:28:59.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: stat: stderr toomanyrequests: 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-30T22:28:59.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: 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-30T22:28:59.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: 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 CON 2023-11-30T22:28:59.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: TAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:28:59.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: cephadm 2023-11-30T22:28:58.098563+0000 mgr.smithi071.nfuwvn (mgr.14180) 566 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi203.pkyngw 2023-11-30T22:28:59.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: cephadm 2023-11-30T22:28:58.099657+0000 mgr.smithi071.nfuwvn (mgr.14180) 567 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw 2023-11-30T22:28:59.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw 2023-11-30T22:28:59.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw 2023-11-30T22:28:59.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw 2023-11-30T22:28:59.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi203.pkyngw ... 2023-11-30T22:28:59.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:28:59.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:28:59.620 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:27:01Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: 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-30T22:28:59.620 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:27:39Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:28:59.620 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:28:17Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:28:59.620 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: stat: stderr toomanyrequests: 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-30T22:28:59.620 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: 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-30T22:28:59.620 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:28:59.620 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: cephadm 2023-11-30T22:28:58.101539+0000 mgr.smithi071.nfuwvn (mgr.14180) 568 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi071.ivcchn on smithi071 2023-11-30T22:28:59.620 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:28:59 smithi071 conmon[83797]: cluster 2023-11-30T22:28:58.841636+0000 mgr.smithi071.nfuwvn (mgr.14180) 569 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:59.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: audit 2023-11-30T22:28:58.069297+0000 mgr.smithi071.nfuwvn (mgr.14180) 564 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:28:59.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: cephadm 2023-11-30T 2023-11-30T22:28:59.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: 22:28:58.098367+0000 mgr.smithi071.nfuwvn (mgr.14180) 565 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw 2023-11-30T22:28:59.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw 2023-11-30T22:28:59.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw 2023-11-30T22:28:59.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw 2023-11-30T22:28:59.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: Deploy daemon haproxy.rgw.foo.smithi203.pkyngw ... 2023-11-30T22:28:59.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:28:59.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:28:59.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:27:01Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: 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-30T22:28:59.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:27:39Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:28:59.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:28:17Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:28:59.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: stat: stderr toomanyrequests: 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-30T22:28:59.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: 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-30T22:28:59.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:28:59.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: Traceback (most recent call last): 2023-11-30T22:28:59.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-30T22:28:59.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: yield (conn, connr) 2023-11-30T22:28:59.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-30T22:28:59.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: code, '\n'.join(err))) 2023-11-30T22:28:59.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: 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-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw 2023-11-30T22:28:59.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw 2023-11-30T22:28:59.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw 2023-11-30T22:28:59.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw 2023-11-30T22:28:59.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: Deploy daemon haproxy.rgw.foo.smithi203.pkyngw ... 2023-11-30T22:28:59.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:28:59.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:28:59.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:27:01Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: 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-30T22:28:59.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:27:39Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:28:59.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:28:17Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:28:59.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: stat: stderr toomanyrequests: 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-30T22:28:59.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: 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-30T22:28:59.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:28:59.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: cephadm 2023-11-30T22:28:58.098563+0000 mgr.smithi071.nfuwvn (mgr.141 2023-11-30T22:28:59.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: 80) 566 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi203.pkyngw 2023-11-30T22:28:59.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: cephadm 2023-11-30T22:28:58.099657+0000 mgr.smithi071.nfuwvn (mgr.14180) 567 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw 2023-11-30T22:28:59.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw 2023-11-30T22:28:59.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw 2023-11-30T22:28:59.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw 2023-11-30T22:28:59.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: Deploy daemon haproxy.rgw.foo.smithi203.pkyngw ... 2023-11-30T22:28:59.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:28:59.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:28:59.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:27:01Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: 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-30T22:28:59.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:27:39Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:28:59.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:28:17Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:28:59.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: stat: stderr toomanyrequests: 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-30T22:28:59.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: 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-30T22:28:59.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:28:59.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: cephadm 2023-11-30T22:28:58.101539+0000 mgr.smithi071.nfuwvn (mgr.14180) 568 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi071.ivcchn on smithi071 2023-11-30T22:28:59.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:28:59 smithi203 conmon[88363]: cluster 2023-11-30T22:28:58.841636+0000 mgr.smithi071.nfuwvn (mgr.14180) 569 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:28:59.723 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:29:01.649 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:29:01.650 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:29:02.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:01 smithi071 conmon[83797]: cluster 2023-11-30T22:29:00.842083+0000 mgr.smithi071.nfuwvn (mgr.14180) 570 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:02.313 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:29:02.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:01 smithi203 conmon[88363]: cluster 2023-11-30T22:29:00.842083+0000 mgr.smithi071.nfuwvn (mgr.14180) 570 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:03.314 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:29:03.345 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:02 smithi071 conmon[83797]: audit 2023-11-30T22:29:01.644453+0000 mgr.smithi071.nfuwvn (mgr.14180) 571 : 2023-11-30T22:29:03.345 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:02 smithi071 conmon[83797]: audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:03.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:02 smithi203 conmon[88363]: audit 2023-11-30T22:29:01.644453+0000 mgr.smithi071.nfuwvn (mgr.14180) 571 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:04.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:03 smithi071 conmon[83797]: cluster 2023-11-30T22:29:02 2023-11-30T22:29:04.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:03 smithi071 conmon[83797]: .842728+0000 mgr.smithi071.nfuwvn (mgr.14180) 572 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:04.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:03 smithi203 conmon[88363]: cluster 2023-11-30T22:29:02.842728+0000 mgr.smithi071.nfuwvn (mgr.14180) 572 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:05.192 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:29:05.192 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:29:05.870 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:29:06.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:06 smithi071 conmon[83797]: cluster 2023-11-30T22:29:04.843095+0000 mgr.smithi071.nfuwvn (mgr.14180) 573 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:06.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:06 smithi071 conmon[83797]: audit 2023-11-30T22:29:05.188632+0000 mgr.smithi071.nfuwvn (mgr.14180) 574 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:06.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:06 smithi203 conmon[88363]: cluster 2023-11-30T22:29:04.843095+0000 mgr.smithi071.nfuwvn (mgr.14180) 573 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:06.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:06 smithi203 conmon[88363]: audit 2023-11-30T22:29:05.188632+0000 mgr.smithi071.nfuwvn (mgr.14180) 574 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:06.871 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:29:08.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:08 smithi071 conmon[83797]: cluster 2023-11-30T22:29:06.843836+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:29:08.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:08 smithi071 conmon[83797]: .14180) 575 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:08.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:08 smithi203 conmon[88363]: cluster 2023-11-30T22:29:06.843836+0000 mgr.smithi071.nfuwvn (mgr.14180) 575 : 2023-11-30T22:29:08.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:08 smithi203 conmon[88363]: cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:08.862 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:29:08.863 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:29:09.512 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:29:10.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:10 smithi071 conmon[83797]: cluster 2023-11-30T22:29:08.844285+0000 mgr.smithi071.nfuwvn (mgr.14180) 576 2023-11-30T22:29:10.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:10 smithi071 conmon[83797]: : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:10.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:10 smithi071 conmon[83797]: audit 2023-11-30T22:29:08.856345+0000 mgr.smithi071.nfuwvn (mgr.14180) 577 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:10.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:10 smithi203 conmon[88363]: cluster 2023-11-30T22:29:08.844285+0000 mgr.smithi071.nfuwvn (mgr.14180) 576 : cluster 2023-11-30T22:29:10.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:10 smithi203 conmon[88363]: [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:10.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:10 smithi203 conmon[88363]: audit 2023-11-30T22:29:08.856345+0000 mgr.smithi071.nfuwvn (mgr.14180) 577 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:10.513 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:29:12.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:12 smithi071 conmon[83797]: cluster 2023-11-30T22:29:10.844718+0000 mgr.smithi071.nfuwvn (mgr.14180) 578 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:12.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:12 smithi203 conmon[88363]: cluster 2023-11-30T22:29:10.844718+0000 mgr.smithi071.nfuwvn (mgr.14180) 578 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:12.453 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:29:12.453 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:29:13.036 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:29:14.038 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:29:14.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:14 smithi071 conmon[83797]: audit 2023-11-30T22:29:12.449082+0000 mgr.smithi071.nfuwvn (mgr.14180) 579 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:14.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:14 smithi071 conmon[83797]: 2023-11-30T22:29:14.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:14 smithi071 conmon[83797]: cluster 2023-11-30T22:29:12.845390+0000 mgr.smithi071.nfuwvn (mgr.14180) 580 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:14.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:14 smithi203 conmon[88363]: audit 2023-11-30T22:29:12.449082+0000 mgr.smithi071.nfuwvn (mgr.14180) 579 : audit [DBG] 2023-11-30T22:29:14.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:14 smithi203 conmon[88363]: from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:14.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:14 smithi203 conmon[88363]: cluster 2023-11-30T22:29:12.845390+0000 mgr.smithi071.nfuwvn (mgr.14180) 580 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:15.890 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:29:15.890 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:29:16.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:16 smithi071 conmon[83797]: cluster 2023-11-30T22:29:14.845760+0000 mgr.smithi071.nfuwvn (mgr.14180) 581 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:16.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:16 smithi203 conmon[88363]: cluster 2023-11-30T22:29:14.845760+0000 mgr.smithi071.nfuwvn (mgr.14180) 581 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:16.545 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:29:17.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:17 smithi071 conmon[83797]: audit 2023-11-30T22:29:15.885982+0000 mgr.smithi071.nfuwvn (mgr.14180) 582 : 2023-11-30T22:29:17.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:17 smithi071 conmon[83797]: audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:17.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:17 smithi203 conmon[88363]: audit 2023-11-30T22:29:15.885982+0000 mgr.smithi071.nfuwvn (mgr.14180) 582 2023-11-30T22:29:17.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:17 smithi203 conmon[88363]: : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:17.546 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:29:18.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:18 smithi071 conmon[83797]: cluster 2023-11-30T22:29:16.846367 2023-11-30T22:29:18.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:18 smithi071 conmon[83797]: +0000 mgr.smithi071.nfuwvn (mgr.14180) 583 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:18.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:18 smithi203 conmon[88363]: cluster 2023-11-30T22:29:16.846367+0000 mgr.smithi071.nfuwvn (mgr.14180) 583 : 2023-11-30T22:29:18.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:18 smithi203 conmon[88363]: cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:19.518 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:29:19.518 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:29:20.159 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:29:20.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:20 smithi071 conmon[83797]: cluster 2023-11-30T22:29:18.846988+0000 mgr.smithi071.nfuwvn (mgr.14180) 584 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:20.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:20 smithi203 conmon[88363]: cluster 2023-11-30T22:29:18.846988+0000 mgr.smithi071.nfuwvn (mgr.14180) 584 : 2023-11-30T22:29:20.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:20 smithi203 conmon[88363]: cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:21.160 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:29:21.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:21 smithi071 conmon[83797]: audit 2023-11-30T22:29:19.514298+0000 mgr.smithi071.nfuwvn (mgr.14180) 585 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:21.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:21 smithi203 conmon[88363]: audit 2023-11-30T22:29:19.514298+0000 mgr.smithi071.nfuwvn (mgr.14180) 585 2023-11-30T22:29:21.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:21 smithi203 conmon[88363]: : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:22.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:22 smithi071 conmon[83797]: cluster 2023-11-30T22:29:20.847594+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:29:22.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:22 smithi071 conmon[83797]: 14180) 586 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:22.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:22 smithi203 conmon[88363]: cluster 2023-11-30T22:29:20.847594+0000 mgr.smithi071.nfuwvn (mgr.14180) 586 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:23.149 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:29:23.150 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:29:23.767 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:29:24.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:24 smithi071 conmon[83797]: cluster 2023-11-30T22:29:22.848220+0000 mgr.smithi071.nfuwvn (mgr.14180) 587 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:24.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:24 smithi071 conmon[83797]: audit 2023-11-30T22:29:23.145799+0000 mgr.smithi071.nfuwvn (mgr.14180) 588 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:24.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:24 smithi203 conmon[88363]: cluster 2023-11-30T22:29:22.848220+0000 mgr.smithi071.nfuwvn (mgr.14180) 587 : cluster 2023-11-30T22:29:24.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:24 smithi203 conmon[88363]: [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:24.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:24 smithi203 conmon[88363]: audit 2023-11-30T22:29:23.145799+0000 mgr.smithi071.nfuwvn (mgr.14180) 588 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:24.768 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:29:26.240 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:26 smithi071 conmon[83797]: cluster 2023-11-30T22:29:24.848663+0000 mgr.smithi071.nfuwvn (mgr.14180) 589 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:26.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:26 smithi203 conmon[88363]: cluster 2023-11-30T22:29:24.848663+0000 mgr.smithi071.nfuwvn (mgr.14180) 589 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:26.601 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:29:26.602 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:29:27.231 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:29:28.232 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:29:28.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:28 smithi203 conmon[88363]: audit 2023-11-30T22:29:26.597800+0000 mgr.smithi071.nfuwvn (mgr.14180) 590 : audit [DBG] 2023-11-30T22:29:28.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:28 smithi203 conmon[88363]: from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:28.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:28 smithi203 conmon[88363]: cluster 2023-11-30T22:29:26.849454+0000 mgr.smithi071.nfuwvn (mgr.14180) 591 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:28.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:28 smithi071 conmon[83797]: audit 2023-11-30T22:29:26.597800+0000 mgr.smithi071.nfuwvn (mgr.14180) 590 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:28.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:28 smithi071 conmon[83797]: 2023-11-30T22:29:28.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:28 smithi071 conmon[83797]: cluster 2023-11-30T22:29:26.849454+0000 mgr.smithi071.nfuwvn (mgr.14180) 591 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:30.249 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:29:30.249 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:29:30.278 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:30 smithi071 conmon[83797]: cluster 2023-11-30T22:29:28.849876+0000 mgr.smithi071.nfuwvn (mgr.14180) 592 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:30.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:30 smithi203 conmon[88363]: cluster 2023-11-30T22:29:28.849876+0000 mgr.smithi071.nfuwvn (mgr.14180) 592 : cluster 2023-11-30T22:29:30.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:30 smithi203 conmon[88363]: [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:30.840 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:29:31.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:31 smithi203 conmon[88363]: audit 2023-11-30T22:29:30.244372+0000 mgr.smithi071.nfuwvn (mgr.14180) 593 2023-11-30T22:29:31.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:31 smithi203 conmon[88363]: : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:31.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:31 smithi071 conmon[83797]: audit 2023-11-30T22:29:30.244372+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:29:31.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:31 smithi071 conmon[83797]: 593 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:31.841 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:29:32.401 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:32 smithi071 conmon[83797]: cluster 2023-11-30T22:29:30.850317+0000 mgr.smithi071.nfuwvn (mgr.14180) 594 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:32.402 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:32 smithi071 conmon[83797]: 2023-11-30T22:29:32.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:32 smithi203 conmon[88363]: cluster 2023-11-30T22:29:30.850317+0000 mgr.smithi071.nfuwvn (mgr.14180) 594 : cluster [DBG] 2023-11-30T22:29:32.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:32 smithi203 conmon[88363]: pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:33.791 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:29:33.791 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:29:34.388 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:34 smithi071 conmon[83797]: cluster 2023-11-30T22:29:32.850916+0000 mgr.smithi071.nfuwvn (mgr.14180) 595 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:34.407 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:29:34.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:34 smithi203 conmon[88363]: cluster 2023-11-30T22:29:32.850916+0000 mgr.smithi071.nfuwvn (mgr.14180) 595 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:35.408 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:29:35.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:35 smithi071 conmon[83797]: audit 2023-11-30T22:29:33.786558+0000 mgr.smithi071.nfuwvn (mgr.14180) 596 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:35.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:35 smithi203 conmon[88363]: audit 2023-11-30T22:29:33.786558+0000 mgr.smithi071.nfuwvn (mgr.14180) 596 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:36.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:36 smithi071 conmon[83797]: cluster 2023-11-30T22:29:34.851351+0000 mgr.smithi071.nfuwvn 2023-11-30T22:29:36.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:36 smithi071 conmon[83797]: (mgr.14180) 597 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:36.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:36 smithi203 conmon[88363]: cluster 2023-11-30T22:29:34.851351+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:29:36.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:36 smithi203 conmon[88363]: 597 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:37.298 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:29:37.299 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:29:37.981 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:29:38.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:38 smithi071 conmon[83797]: cluster 2023-11-30T22:29:36.851900+0000 mgr.smithi071.nfuwvn (mgr.14180) 598 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:38.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:38 smithi203 conmon[88363]: cluster 2023-11-30T22:29:36.851900+0000 mgr.smithi071.nfuwvn (mgr.14180) 598 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:38.982 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:29:39.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:39 smithi071 conmon[83797]: audit 2023-11-30T22:29:37.294370+0000 mgr.smithi071.nfuwvn (mgr.14180) 599 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:39.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:39 smithi203 conmon[88363]: audit 2023-11-30T22:29:37.294370+0000 mgr.smithi071.nfuwvn (mgr.14180) 599 : audit [DBG] 2023-11-30T22:29:39.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:39 smithi203 conmon[88363]: from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:40.530 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:40 smithi071 conmon[83797]: cluster 2023-11-30T22:29:38.852450+0000 mgr.smithi071.nfuwvn (mgr.14180) 600 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:40.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:40 smithi203 conmon[88363]: cluster 2023-11-30T22:29:38.852450+0000 mgr.smithi071.nfuwvn (mgr.14180) 600 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:40.914 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:29:40.945 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:29:41.555 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:29:42.555 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:29:42.586 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:42 smithi071 conmon[83797]: cluster 2023-11-30T22:29:40.852893+0000 mgr.smithi071.nfuwvn (mgr.14180) 601 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:42.587 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:42 smithi071 conmon[83797]: audit 2023-11-30T22:29:40.910455+0000 mgr.smithi071.nfuwvn (mgr.14180) 602 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:42.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:42 smithi203 conmon[88363]: cluster 2023-11-30T22:29:40.852893+0000 mgr.smithi071.nfuwvn (mgr.14180) 601 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:42.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:42 smithi203 conmon[88363]: audit 2023-11-30T22:29:40.910455+0000 mgr.smithi071.nfuwvn (mgr.14180) 602 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:44.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:44 smithi071 conmon[83797]: cluster 2023-11-30T22:29:42.853582+0000 mgr.smithi071.nfuwvn (mgr.14180) 603 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:44.447 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:29:44.447 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:29:44.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:44 smithi203 conmon[88363]: cluster 2023-11-30T22:29:42.853582+0000 mgr.smithi071.nfuwvn (mgr.14180) 603 : 2023-11-30T22:29:44.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:44 smithi203 conmon[88363]: cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:45.063 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:29:46.064 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:29:46.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:46 smithi071 conmon[83797]: audit 2023-11-30T22:29:44.443108+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:29:46.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:46 smithi071 conmon[83797]: ) 604 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:46.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:46 smithi071 conmon[83797]: cluster 2023-11-30T22:29:44.854009+0000 mgr.smithi071.nfuwvn (mgr.14180) 605 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:46.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:46 smithi203 conmon[88363]: audit 2023-11-30T22:29:44.443108+0000 mgr.smithi071.nfuwvn (mgr.14180) 604 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:46.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:46 smithi203 conmon[88363]: cluster 2023-11-30T22 2023-11-30T22:29:46.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:46 smithi203 conmon[88363]: :29:44.854009+0000 mgr.smithi071.nfuwvn (mgr.14180) 605 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:48.030 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:29:48.030 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:29:48.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:48 smithi071 conmon[83797]: cluster 2023-11-30T22:29:46.854577+0000 2023-11-30T22:29:48.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:48 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 606 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:48.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:48 smithi203 conmon[88363]: cluster 2023-11-30T22:29:46.854577+0000 mgr.smithi071.nfuwvn (mgr.14180) 606 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:48.637 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:29:49.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:49 smithi203 conmon[88363]: audit 2023-11-30T22:29:48.026393+0000 mgr.smithi071.nfuwvn (mgr.14180) 607 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:49.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:49 smithi071 conmon[83797]: audit 2023-11-30T22:29:48.026393+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:29:49.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:49 smithi071 conmon[83797]: 14180) 607 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:49.638 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:29:50.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:50 smithi071 conmon[83797]: cluster 2023-11-30T22:29:48.855017+0000 mgr.smithi071.nfuwvn 2023-11-30T22:29:50.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:50 smithi071 conmon[83797]: (mgr.14180) 608 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:50.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:50 smithi203 conmon[88363]: cluster 2023-11-30T22:29:48.855017+0000 mgr.smithi071.nfuwvn (mgr.14180) 608 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:51.546 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:29:51.546 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:29:52.165 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:29:52.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:52 smithi071 conmon[83797]: cluster 2023-11-30T22:29:50.855467+0000 mgr.smithi071.nfuwvn (mgr.14180) 609 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:52.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:52 smithi203 conmon[88363]: cluster 2023-11-30T22:29:50.855467+0000 mgr.smithi071.nfuwvn (mgr.14180) 609 2023-11-30T22:29:52.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:52 smithi203 conmon[88363]: : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:53.166 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:29:53.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:53 smithi071 conmon[83797]: audit 2023-11-30T22:29:51.541541+0000 mgr.smithi071.nfuwvn (mgr.14180) 610 : audit 2023-11-30T22:29:53.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:53 smithi071 conmon[83797]: [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:53.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:53 smithi203 conmon[88363]: audit 2023-11-30T22:29:51.541541+0000 mgr.smithi071.nfuwvn (mgr.14180) 610 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:54.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:54 smithi071 conmon[83797]: cluster 2023-11-30T22:29:52.856118+0000 mgr.smithi071.nfuwvn (mgr.14180) 611 : cluster 2023-11-30T22:29:54.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:54 smithi071 conmon[83797]: [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:54.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:54 smithi203 conmon[88363]: cluster 2023-11-30T22:29:52.856118+0000 mgr.smithi071.nfuwvn (mgr.14180) 611 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:55.011 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:29:55.011 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:29:55.626 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:29:56.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:56 smithi071 conmon[83797]: cluster 2023-11-30T22:29:54.856512+0000 mgr.smithi071.nfuwvn (mgr.14180) 612 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:56.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:56 smithi071 conmon[83797]: audit 2023-11-30T22:29:55.006672+0000 mgr.smithi071.nfuwvn (mgr.14180) 613 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:56.627 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:29:56.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:56 smithi203 conmon[88363]: cluster 2023-11-30T22:29:54.856512+0000 mgr.smithi071.nfuwvn (mgr.14180) 612 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:56.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:56 smithi203 conmon[88363]: audit 2023-11-30T22:29:55.006672+0000 mgr.smithi071.nfuwvn (mgr.14180) 613 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:29:58.536 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:29:58.536 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:29:58.561 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:58 smithi071 conmon[83797]: cluster 2023-11-30T22:29:56.857056+0000 mgr.smithi071.nfuwvn 2023-11-30T22:29:58.561 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:29:58 smithi071 conmon[83797]: (mgr.14180) 614 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:58.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:29:58 smithi203 conmon[88363]: cluster 2023-11-30T22:29:56.857056+0000 mgr.smithi071.nfuwvn (mgr.14180) 614 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:29:59.244 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:30:00.246 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:30:00.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:00 smithi071 conmon[83797]: audit 2023-11-30T22:29:58.531642+0000 mgr.smithi071.nfuwvn (mgr.14180) 615 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:00.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:00 smithi071 conmon[83797]: cluster 2023-11-30T22:29:58.857670+0000 mgr.smithi071.nfuwvn (mgr.14180) 616 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:00.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:00 smithi071 conmon[83797]: cluster 2023-11-30T22:30:00.000181+0000 mon.smithi071 (mon.0) 688 : cluster [INF] overall HEALTH_OK 2023-11-30T22:30:00.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:00 smithi203 conmon[88363]: audit 2023-11-30T22:29:58.531642+0000 mgr.smithi071.nfuwvn (mgr.14180) 615 : audit 2023-11-30T22:30:00.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:00 smithi203 conmon[88363]: [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:00.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:00 smithi203 conmon[88363]: cluster 2023-11-30T22:29:58.857670+0000 mgr.smithi071.nfuwvn (mgr.14180) 616 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:00.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:00 smithi203 conmon[88363]: cluster 2023-11- 2023-11-30T22:30:00.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:00 smithi203 conmon[88363]: 30T22:30:00.000181+0000 mon.smithi071 (mon.0) 688 : cluster [INF] overall HEALTH_OK 2023-11-30T22:30:02.229 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:30:02.229 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:30:02.451 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:02 smithi071 conmon[83797]: cluster 2023-11-30T22:30:00.858130+0000 mgr.smithi071.nfuwvn (mgr.14180) 617 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:02.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:02 smithi203 conmon[88363]: cluster 2023-11-30T22:30:00.858130+0000 mgr.smithi071.nfuwvn (mgr.14180) 617 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:02.867 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:30:03.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:03 smithi071 conmon[83797]: audit 2023-11-30T22:30:02.224101+0000 mgr.smithi071.nfuwvn (mgr.14180) 618 : 2023-11-30T22:30:03.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:03 smithi071 conmon[83797]: audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:03.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:03 smithi203 conmon[88363]: audit 2023-11-30T22:30:02.224101+0000 mgr.smithi071.nfuwvn (mgr.14180) 618 : audit [DBG] 2023-11-30T22:30:03.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:03 smithi203 conmon[88363]: from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:03.868 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:30:04.517 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:04 smithi071 conmon[83797]: cluster 2023-11-30T22:30:02.858766+0000 mgr.smithi071.nfuwvn (mgr.14180) 619 : 2023-11-30T22:30:04.518 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:04 smithi071 conmon[83797]: cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:04.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:04 smithi203 conmon[88363]: cluster 2023-11-30T22:30:02.858766+0000 mgr.smithi071.nfuwvn (mgr.14180) 619 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:05.675 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:30:05.675 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:30:06.283 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:30:06.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:06 smithi071 conmon[83797]: cluster 2023-11-30T22:30:04.859134+0000 mgr.smithi071.nfuwvn (mgr.14180) 620 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:06.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:06 smithi203 conmon[88363]: cluster 2023-11-30T22:30:04.859134+0000 mgr.smithi071.nfuwvn (mgr.14180) 620 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:07.284 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:30:07.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:07 smithi071 conmon[83797]: audit 2023-11-30T22:30:05.670661+0000 mgr.smithi071.nfuwvn (mgr.14180) 621 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:07.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:07 smithi203 conmon[88363]: audit 2023-11-30T22:30:05.670661+0000 mgr.smithi071.nfuwvn (mgr.14180) 621 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:08.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:08 smithi071 conmon[83797]: cluster 2023-11-30T22:30:06.859662+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:30:08.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:08 smithi071 conmon[83797]: ) 622 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:08.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:08 smithi203 conmon[88363]: cluster 2023-11-30T22:30:06.859662+0000 mgr.smithi071.nfuwvn (mgr.14180) 622 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:09.141 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:30:09.141 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:30:09.756 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:30:10.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:10 smithi071 conmon[83797]: cluster 2023-11-30T22:30:08.860149+0000 mgr.smithi071.nfuwvn (mgr.14180) 623 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:10.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:10 smithi071 conmon[83797]: audit 2023-11-30T22:30:09.136699+0000 mgr.smithi071.nfuwvn (mgr.14180) 624 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:10.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:10 smithi203 conmon[88363]: cluster 2023-11-30T22:30:08.860149+0000 mgr.smithi071.nfuwvn (mgr.14180) 623 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:10.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:10 smithi203 conmon[88363]: audit 2023-11- 2023-11-30T22:30:10.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:10 smithi203 conmon[88363]: 30T22:30:09.136699+0000 mgr.smithi071.nfuwvn (mgr.14180) 624 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:10.757 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:30:12.281 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:12 smithi071 conmon[83797]: cluster 2023-11-30T22 2023-11-30T22:30:12.281 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:12 smithi071 conmon[83797]: :30:10.860604+0000 mgr.smithi071.nfuwvn (mgr.14180) 625 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:12.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:12 smithi203 conmon[88363]: cluster 2023-11-30T22:30:10.860604+0000 mgr.smithi071.nfuwvn (mgr.14180) 625 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:12.640 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:30:12.640 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:30:13.232 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:30:14.233 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:30:14.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:14 smithi071 conmon[83797]: audit 2023-11-30T22:30:12.635933 2023-11-30T22:30:14.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:14 smithi071 conmon[83797]: +0000 mgr.smithi071.nfuwvn (mgr.14180) 626 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:14.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:14 smithi071 conmon[83797]: cluster 2023-11-30T22:30:12.861410+0000 mgr.smithi071.nfuwvn (mgr.14180) 627 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:14.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:14 smithi203 conmon[88363]: audit 2023-11-30T22:30:12.635933+0000 mgr.smithi071.nfuwvn (mgr.14180) 626 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:14.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:14 smithi203 conmon[88363]: cluster 2023-11-30T22: 2023-11-30T22:30:14.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:14 smithi203 conmon[88363]: 30:12.861410+0000 mgr.smithi071.nfuwvn (mgr.14180) 627 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:16.149 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:30:16.149 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:30:16.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:16 smithi071 conmon[83797]: cluster 2023-11-30T22:30:14.861934+0000 mgr.smithi071.nfuwvn (mgr.14180) 628 2023-11-30T22:30:16.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:16 smithi071 conmon[83797]: : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:16.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:16 smithi203 conmon[88363]: cluster 2023-11-30T22:30:14.861934+0000 mgr.smithi071.nfuwvn (mgr.14180) 628 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:16.747 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:30:17.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:17 smithi071 conmon[83797]: audit 2023-11-30T22:30:16.145461+0000 mgr.smithi071.nfuwvn (mgr.14180) 629 2023-11-30T22:30:17.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:17 smithi071 conmon[83797]: : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:17.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:17 smithi203 conmon[88363]: audit 2023-11-30T22:30:16.145461+0000 mgr.smithi071.nfuwvn (mgr.14180) 629 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:17.747 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:30:18.564 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:18 smithi071 conmon[83797]: cluster 2023-11-30T22:30:16.862696+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:30:18.564 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:18 smithi071 conmon[83797]: ) 630 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:18.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:18 smithi203 conmon[88363]: cluster 2023-11-30T22:30:16.862696+0000 mgr.smithi071.nfuwvn (mgr.14180) 630 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:19.665 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:30:19.665 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:30:20.296 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:30:20.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:20 smithi071 conmon[83797]: cluster 2023-11-30T22:30:18.863185+0000 mgr.smithi071.nfuwvn (mgr.14180) 631 2023-11-30T22:30:20.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:20 smithi071 conmon[83797]: : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:20.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:20 smithi203 conmon[88363]: cluster 2023-11-30T22:30:18.863185+0000 mgr.smithi071.nfuwvn (mgr.14180) 631 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:21.297 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:30:21.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:21 smithi071 conmon[83797]: audit 2023-11-30T22:30:19.659741+0000 mgr.smithi071.nfuwvn (mgr.14180) 632 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:21.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:21 smithi203 conmon[88363]: audit 2023-11-30T22:30:19.659741+0000 mgr.smithi071.nfuwvn (mgr.14180) 632 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:22.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:22 smithi071 conmon[83797]: cluster 2023-11-30T22:30:20.863594+0000 mgr.smithi071.nfuwvn (mgr.14180) 633 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:22.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:22 smithi203 conmon[88363]: cluster 2023-11-30T22:30:20.863594+0000 mgr.smithi071.nfuwvn (mgr.14180) 633 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:23.275 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:30:23.276 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:30:23.987 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:30:24.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:24 smithi071 conmon[83797]: cluster 2023-11-30T22:30:22.864197+0000 mgr.smithi071.nfuwvn 2023-11-30T22:30:24.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:24 smithi071 conmon[83797]: (mgr.14180) 634 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:24.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:24 smithi071 conmon[83797]: audit 2023-11-30T22:30:23.271534+0000 mgr.smithi071.nfuwvn (mgr.14180) 635 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:24.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:24 smithi203 conmon[88363]: cluster 2023-11-30T22:30:22.864197+0000 mgr.smithi071.nfuwvn (mgr.14180) 634 : cluster [DBG] 2023-11-30T22:30:24.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:24 smithi203 conmon[88363]: pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:24.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:24 smithi203 conmon[88363]: audit 2023-11-30T22:30:23.271534+0000 mgr.smithi071.nfuwvn (mgr.14180) 635 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:24.988 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:30:26.515 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:26 smithi071 conmon[83797]: cluster 2023-11-30T22:30:24.864699+0000 mgr.smithi071.nfuwvn (mgr.14180) 636 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:26.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:26 smithi203 conmon[88363]: cluster 2023-11-30T22:30:24.864699+0000 mgr.smithi071.nfuwvn (mgr.14180) 636 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:26.902 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:30:26.902 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:30:27.572 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:30:28.573 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:30:28.603 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:28 smithi071 conmon[83797]: cluster 2023-11-30T22:30:26.865224+0000 mgr.smithi071.nfuwvn (mgr.14180) 637 : cluster [DBG] 2023-11-30T22:30:28.603 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:28 smithi071 conmon[83797]: pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:28.603 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:28 smithi071 conmon[83797]: audit 2023-11-30T22:30:26.897667+0000 mgr.smithi071.nfuwvn (mgr.14180) 638 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:28.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:28 smithi203 conmon[88363]: cluster 2023-11-30T22:30:26.865224+0000 mgr.smithi071.nfuwvn (mgr.14180) 637 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:28.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:28 smithi203 conmon[88363]: audit 2023-11-30T22:30:26.897667+0000 mgr.smithi071.nfuwvn (mgr.14180) 638 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:30.543 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:30:30.544 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:30:30.566 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:30 smithi071 conmon[83797]: cluster 2023-11-30T22:30:28.865668+0000 mgr.smithi071.nfuwvn (mgr.14180) 639 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:30.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:30 smithi203 conmon[88363]: cluster 2023-11-30T22:30:28.865668+0000 mgr.smithi071.nfuwvn (mgr.14180) 639 : cluster 2023-11-30T22:30:30.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:30 smithi203 conmon[88363]: [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:31.176 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:30:32.178 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:30:32.613 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:32 smithi071 conmon[83797]: audit 2023-11-30T22:30:30.539658+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:30:32.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:32 smithi071 conmon[83797]: 640 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:32.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:32 smithi071 conmon[83797]: cluster 2023-11-30T22:30:30.866248+0000 mgr.smithi071.nfuwvn (mgr.14180) 641 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:32.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:32 smithi203 conmon[88363]: audit 2023-11-30T22:30:30.539658+0000 mgr.smithi071.nfuwvn (mgr.14180) 640 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:32.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:32 smithi203 conmon[88363]: cluster 2023-11-30T22: 2023-11-30T22:30:32.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:32 smithi203 conmon[88363]: 30:30.866248+0000 mgr.smithi071.nfuwvn (mgr.14180) 641 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:34.050 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:30:34.050 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:30:34.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:34 smithi071 conmon[83797]: cluster 2023-11-30T22:30:32.866918+0000 mgr.smithi071.nfuwvn (mgr.14180) 642 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:34.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:34 smithi203 conmon[88363]: cluster 2023-11-30T22:30:32.866918+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:30:34.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:34 smithi203 conmon[88363]: 14180) 642 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:34.710 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:30:35.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:35 smithi071 conmon[83797]: audit 2023-11-30T22:30:34.045593+0000 mgr.smithi071.nfuwvn (mgr.14180) 643 : audit 2023-11-30T22:30:35.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:35 smithi071 conmon[83797]: [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:35.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:35 smithi203 conmon[88363]: audit 2023-11-30T22:30:34.045593+0000 mgr.smithi071.nfuwvn (mgr.14180) 643 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:35.711 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:30:36.593 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:36 smithi071 conmon[83797]: cluster 2023-11-30T22:30:34.867343+0000 mgr.smithi071.nfuwvn (mgr.14180) 644 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:36.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:36 smithi203 conmon[88363]: cluster 2023-11-30T22:30:34.867343+0000 mgr.smithi071.nfuwvn (mgr.14180) 644 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:37.680 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:30:37.680 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:30:38.301 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:30:38.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:38 smithi071 conmon[83797]: cluster 2023-11-30T22:30:36.868147+0000 mgr.smithi071.nfuwvn (mgr.14180) 645 2023-11-30T22:30:38.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:38 smithi071 conmon[83797]: : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:38.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:38 smithi203 conmon[88363]: cluster 2023-11-30T22:30:36.868147+0000 mgr.smithi071.nfuwvn (mgr.14180) 645 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:39.302 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:30:39.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:39 smithi071 conmon[83797]: audit 2023-11-30T22:30:37.675556+0000 mgr.smithi071.nfuwvn (mgr.14180) 646 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:39.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:39 smithi203 conmon[88363]: audit 2023-11-30T22:30:37.675556+0000 mgr.smithi071.nfuwvn (mgr.14180) 646 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:40.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:40 smithi071 conmon[83797]: cluster 2023-11-30T22:30:38.868660+0000 mgr.smithi071.nfuwvn (mgr.14180) 647 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:40.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:40 smithi203 conmon[88363]: cluster 2023-11-30T22:30:38.868660+0000 mgr.smithi071.nfuwvn (mgr.14180) 647 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:41.153 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:30:41.153 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:30:41.799 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:30:42.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:42 smithi071 conmon[83797]: cluster 2023-11-30T22 2023-11-30T22:30:42.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:42 smithi071 conmon[83797]: :30:40.869063+0000 mgr.smithi071.nfuwvn (mgr.14180) 648 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:42.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:42 smithi071 conmon[83797]: audit 2023-11-30T22:30:41.149438+0000 mgr.smithi071.nfuwvn (mgr.14180) 649 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:42.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:42 smithi203 conmon[88363]: cluster 2023-11-30T22:30:40.869063+0000 mgr.smithi071.nfuwvn (mgr.14180) 648 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:42.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:42 smithi203 conmon[88363]: audit 2023-11-30T22:30:41.149438+0000 mgr.smithi071.nfuwvn (mgr.14180) 649 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:42.800 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:30:44.337 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:44 smithi071 conmon[83797]: cluster 2023-11-30T22:30:42.869680+0000 mgr.smithi071.nfuwvn (mgr.14180) 650 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:44.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:44 smithi203 conmon[88363]: cluster 2023-11-30T22:30:42.869680+0000 mgr.smithi071.nfuwvn (mgr.14180) 650 : cluster 2023-11-30T22:30:44.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:44 smithi203 conmon[88363]: [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:44.666 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:30:44.666 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:30:45.267 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:30:46.268 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:30:46.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:46 smithi071 conmon[83797]: audit 2023-11-30T22:30:44.662578+0000 2023-11-30T22:30:46.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:46 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 651 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:46.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:46 smithi071 conmon[83797]: cluster 2023-11-30T22:30:44.870130+0000 mgr.smithi071.nfuwvn (mgr.14180) 652 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:46.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:46 smithi203 conmon[88363]: audit 2023-11-30T22:30:44.662578+0000 mgr.smithi071.nfuwvn (mgr.14180) 651 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:46.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:46 smithi203 conmon[88363]: 2023-11-30T22:30:46.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:46 smithi203 conmon[88363]: cluster 2023-11-30T22:30:44.870130+0000 mgr.smithi071.nfuwvn (mgr.14180) 652 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:48.141 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:30:48.141 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:30:48.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:48 smithi071 conmon[83797]: cluster 2023-11-30T22:30:46.870886+0000 mgr.smithi071.nfuwvn (mgr.14180) 653 2023-11-30T22:30:48.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:48 smithi071 conmon[83797]: : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:48.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:48 smithi203 conmon[88363]: cluster 2023-11-30T22:30:46.870886+0000 mgr.smithi071.nfuwvn (mgr.14180) 653 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:48.790 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:30:49.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:49 smithi071 conmon[83797]: audit 2023-11-30T22:30:48.137483+0000 mgr.smithi071.nfuwvn (mgr.14180) 654 2023-11-30T22:30:49.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:49 smithi071 conmon[83797]: : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:49.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:49 smithi203 conmon[88363]: audit 2023-11-30T22:30:48.137483+0000 mgr.smithi071.nfuwvn (mgr.14180) 654 : audit [DBG] 2023-11-30T22:30:49.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:49 smithi203 conmon[88363]: from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:49.792 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:30:50.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:50 smithi071 conmon[83797]: cluster 2023-11-30T22:30:48.871320+0000 mgr.smithi071.nfuwvn (mgr.14180) 655 : 2023-11-30T22:30:50.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:50 smithi071 conmon[83797]: cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:50.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:50 smithi203 conmon[88363]: cluster 2023-11-30T22:30:48.871320+0000 mgr.smithi071.nfuwvn (mgr.14180) 655 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:51.337 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:51 smithi071 conmon[83797]: cluster 2023-11-30T22:30:50.871758+0000 mgr.smithi071.nfuwvn (mgr.14180) 656 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:51.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:51 smithi203 conmon[88363]: cluster 2023-11-30T22:30:50.871758+0000 mgr.smithi071.nfuwvn (mgr.14180) 656 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:51.732 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:30:51.732 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:30:52.381 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:30:52.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:52 smithi071 conmon[83797]: audit 2023-11-30T22:30:51.728304+0000 mgr.smithi071.nfuwvn (mgr.14180) 657 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:52.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:52 smithi203 conmon[88363]: audit 2023-11-30T22:30:51.728304+0000 mgr.smithi071.nfuwvn (mgr.14180) 657 2023-11-30T22:30:52.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:52 smithi203 conmon[88363]: : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:53.382 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:30:53.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:53 smithi071 conmon[83797]: cluster 2023-11-30T22:30:52.872329+0000 mgr.smithi071.nfuwvn (mgr.14180) 658 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:53.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:53 smithi203 conmon[88363]: cluster 2023-11-30T22:30:52.872329+0000 mgr.smithi071.nfuwvn (mgr.14180) 658 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:55.235 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:30:55.236 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:30:55.897 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:30:56.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:56 smithi071 conmon[83797]: cluster 2023-11-30T22:30:54.872694+0000 mgr.smithi071.nfuwvn (mgr.14180) 659 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:56.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:56 smithi071 conmon[83797]: audit 2023-11-30T22:30:55.231239+0000 mgr.smithi071.nfuwvn (mgr.14180) 660 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:56.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:56 smithi203 conmon[88363]: cluster 2023-11-30T22:30:54.872694+0000 mgr.smithi071.nfuwvn (mgr.14180) 659 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:56.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:56 smithi203 conmon[88363]: audit 2023-11-30T22:30:55.231239+0000 mgr.smithi071.nfuwvn (mgr.14180) 660 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:30:56.898 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:30:58.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:58 smithi071 conmon[83797]: cluster 2023-11-30T22:30:56.873449+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:30:58.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:30:58 smithi071 conmon[83797]: 14180) 661 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:58.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:30:58 smithi203 conmon[88363]: cluster 2023-11-30T22:30:56.873449+0000 mgr.smithi071.nfuwvn (mgr.14180) 661 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:30:58.767 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:30:58.767 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:30:59.353 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:31:00.355 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:31:00.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:00 smithi071 conmon[83797]: audit 2023-11-30T22:30:58.763240+0000 mgr.smithi071.nfuwvn (mgr.14180) 662 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:00.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:00 smithi071 conmon[83797]: cluster 2023-11-30T22:30:58.873920+0000 mgr.smithi071.nfuwvn (mgr.14180) 663 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:00.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:00 smithi203 conmon[88363]: audit 2023-11-30T22:30:58.763240+0000 mgr.smithi071.nfuwvn (mgr.14180) 662 : audit [DBG] 2023-11-30T22:31:00.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:00 smithi203 conmon[88363]: from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:00.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:00 smithi203 conmon[88363]: cluster 2023-11-30T22:30:58.873920+0000 mgr.smithi071.nfuwvn (mgr.14180) 663 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:02.263 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:31:02.263 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:31:02.293 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:02 smithi071 conmon[83797]: cluster 2023-11-30T22:31:00.874556+0000 mgr.smithi071.nfuwvn (mgr.14180) 664 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:02.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:02 smithi203 conmon[88363]: cluster 2023-11-30T22:31:00.874556+0000 mgr.smithi071.nfuwvn (mgr.14180) 664 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:02.947 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:31:03.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:03 smithi071 conmon[83797]: audit 2023-11-30T22:31:02.258865+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:31:03.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:03 smithi071 conmon[83797]: mgr.14180) 665 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:03.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:03 smithi203 conmon[88363]: audit 2023-11-30T22:31:02.258865+0000 mgr.smithi071.nfuwvn (mgr.14180) 665 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:03.948 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:31:04.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:04 smithi071 conmon[83797]: cluster 2023-11-30T22:31:02.875274+0000 mgr.smithi071.nfuwvn (mgr.14180) 666 : 2023-11-30T22:31:04.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:04 smithi071 conmon[83797]: cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:04.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:04 smithi203 conmon[88363]: cluster 2023-11-30T22:31:02.875274+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:31:04.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:04 smithi203 conmon[88363]: 666 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:05.828 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:31:05.828 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:31:06.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:06 smithi071 conmon[83797]: cluster 2023-11-30T22:31:04.875798+0000 mgr.smithi071.nfuwvn (mgr.14180) 667 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:06.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:06 smithi203 conmon[88363]: cluster 2023-11-30T22:31:04.875798+0000 mgr.smithi071.nfuwvn (mgr.14180) 667 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:06.428 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:31:07.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:07 smithi071 conmon[83797]: audit 2023-11-30T22:31:05.824472+0000 mgr.smithi071.nfuwvn (mgr.14180) 668 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:07.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:07 smithi203 conmon[88363]: audit 2023-11-30T22:31:05.824472+0000 mgr.smithi071.nfuwvn (mgr.14180) 668 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:07.430 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:31:08.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:08 smithi071 conmon[83797]: cluster 2023-11-30T22:31:06.876323+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:31:08.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:08 smithi071 conmon[83797]: 14180) 669 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:08.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:08 smithi203 conmon[88363]: cluster 2023-11-30T22:31:06.876323+0000 mgr.smithi071.nfuwvn (mgr.14180) 669 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:09.342 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:31:09.343 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:31:09.902 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:31:10.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:10 smithi071 conmon[83797]: cluster 2023-11-30T22:31:08.876755+0000 mgr.smithi071.nfuwvn (mgr.14180) 670 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:10.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:10 smithi203 conmon[88363]: cluster 2023-11-30T22:31:08.876755+0000 mgr.smithi071.nfuwvn (mgr.14180) 670 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:10.903 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:31:11.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:11 smithi071 conmon[83797]: audit 2023-11-30T22:31:09.337997+0000 mgr.smithi071.nfuwvn 2023-11-30T22:31:11.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:11 smithi071 conmon[83797]: (mgr.14180) 671 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:11.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:11 smithi203 conmon[88363]: audit 2023-11-30T22:31:09.337997+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:31:11.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:11 smithi203 conmon[88363]: 14180) 671 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:12.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:12 smithi203 conmon[88363]: cluster 2023-11-30T22:31:10.877151+0000 mgr.smithi071.nfuwvn (mgr.14180) 672 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 0 B/s wr, 1 op/s 2023-11-30T22:31:12.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:12 smithi071 conmon[83797]: cluster 2023-11-30T22:31:10.877151+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:31:12.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:12 smithi071 conmon[83797]: mgr.14180) 672 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 0 B/s wr, 1 op/s 2023-11-30T22:31:13.031 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:31:13.031 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:31:13.652 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:31:14.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:14 smithi203 conmon[88363]: cluster 2023-11-30T22:31:12.877719+0000 mgr.smithi071.nfuwvn (mgr.14180) 673 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 74 KiB/s rd, 0 B/s wr, 122 op/s 2023-11-30T22:31:14.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:14 smithi203 conmon[88363]: audit 2023-11-30T22:31:13 2023-11-30T22:31:14.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:14 smithi203 conmon[88363]: .027028+0000 mgr.smithi071.nfuwvn (mgr.14180) 674 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:14.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:14 smithi071 conmon[83797]: cluster 2023-11-30T22:31:12.877719+0000 mgr.smithi071.nfuwvn (mgr.14180) 673 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 74 KiB/s rd, 0 B/s wr, 122 op/s 2023-11-30T22:31:14.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:14 smithi071 conmon[83797]: audit 2023-11-30T22:31:13.027028+0000 mgr.smithi071.nfuwvn (mgr.14180) 674 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:14.653 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:31:16.477 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:31:16.478 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:31:16.498 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:16 smithi071 conmon[83797]: cluster 2023-11-30T22:31:14.878163+0000 mgr.smithi071.nfuwvn 2023-11-30T22:31:16.499 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:16 smithi071 conmon[83797]: (mgr.14180) 675 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 78 KiB/s rd, 0 B/s wr, 130 op/s 2023-11-30T22:31:16.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:16 smithi203 conmon[88363]: cluster 2023-11-30T22:31:14.878163+0000 mgr.smithi071.nfuwvn (mgr.14180) 675 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 78 KiB/s rd, 0 B/s wr, 130 op/s 2023-11-30T22:31:17.110 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:31:18.112 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:31:18.602 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:18 smithi071 conmon[83797]: audit 2023-11-30T22:31:16.472883+0000 mgr.smithi071.nfuwvn (mgr.14180) 676 2023-11-30T22:31:18.602 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:18 smithi071 conmon[83797]: : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:18.602 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:18 smithi071 conmon[83797]: cluster 2023-11-30T22:31:16.878712+0000 mgr.smithi071.nfuwvn (mgr.14180) 677 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 178 op/s 2023-11-30T22:31:18.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:18 smithi203 conmon[88363]: audit 2023-11-30T22:31:16.472883+0000 mgr.smithi071.nfuwvn (mgr.14180) 676 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:18.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:18 smithi203 conmon[88363]: cluster 2023-11-30T22:31 2023-11-30T22:31:18.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:18 smithi203 conmon[88363]: :16.878712+0000 mgr.smithi071.nfuwvn (mgr.14180) 677 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 178 op/s 2023-11-30T22:31:20.085 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:31:20.085 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:31:20.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:20 smithi071 conmon[83797]: cluster 2023-11-30T22:31:18.879190+0000 2023-11-30T22:31:20.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:20 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 678 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 178 op/s 2023-11-30T22:31:20.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:20 smithi203 conmon[88363]: cluster 2023-11-30T22:31:18.879190+0000 mgr.smithi071.nfuwvn (mgr.14180) 678 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 178 op/s 2023-11-30T22:31:20.665 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:31:21.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:21 smithi071 conmon[83797]: audit 2023-11-30T22:31:20.080702+0000 mgr.smithi071.nfuwvn 2023-11-30T22:31:21.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:21 smithi071 conmon[83797]: (mgr.14180) 679 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:21.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:21 smithi203 conmon[88363]: audit 2023-11-30T22:31:20.080702+0000 mgr.smithi071.nfuwvn (mgr.14180) 679 : audit 2023-11-30T22:31:21.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:21 smithi203 conmon[88363]: [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:21.666 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:31:22.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:22 smithi071 conmon[83797]: cluster 2023-11-30T22:31:20.879755+0000 mgr.smithi071.nfuwvn (mgr.14180) 680 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 178 op/s 2023-11-30T22:31:22.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:22 smithi203 conmon[88363]: cluster 2023-11-30T22:31:20.879755+0000 mgr.smithi071.nfuwvn (mgr.14180) 680 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 178 op/s 2023-11-30T22:31:23.600 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:31:23.601 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:31:24.317 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:31:24.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:24 smithi071 conmon[83797]: cluster 2023-11-30T22:31:22.880279+0000 mgr.smithi071.nfuwvn (mgr.14180) 681 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 KiB/s rd, 0 B/s wr, 177 op/s 2023-11-30T22:31:24.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:24 smithi203 conmon[88363]: cluster 2023-11-30T22:31:22.880279+0000 mgr.smithi071.nfuwvn (mgr.14180) 681 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 KiB/s rd, 0 B/s wr, 177 op/s 2023-11-30T22:31:25.318 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:31:25.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:25 smithi071 conmon[83797]: audit 2023-11-30T22:31:23.596561+0000 mgr.smithi071.nfuwvn (mgr.14180) 682 2023-11-30T22:31:25.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:25 smithi071 conmon[83797]: : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:25.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:25 smithi203 conmon[88363]: audit 2023-11-30T22:31:23.596561+0000 mgr.smithi071.nfuwvn (mgr.14180) 682 : audit [DBG] 2023-11-30T22:31:25.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:25 smithi203 conmon[88363]: from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:26.604 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:26 smithi071 conmon[83797]: cluster 2023-11-30T22:31:24.880795+0000 mgr.smithi071.nfuwvn (mgr.14180) 683 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 55 op/s 2023-11-30T22:31:26.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:26 smithi203 conmon[88363]: cluster 2023-11-30T22:31:24.880795+0000 mgr.smithi071.nfuwvn (mgr.14180) 683 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 55 op/s 2023-11-30T22:31:27.255 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:31:27.255 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:31:27.914 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:31:28.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:28 smithi071 conmon[83797]: cluster 2023-11-30T22:31:26.881346+0000 2023-11-30T22:31:28.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:28 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 684 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 48 op/s 2023-11-30T22:31:28.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:28 smithi071 conmon[83797]: audit 2023-11-30T22:31:27. 2023-11-30T22:31:28.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:28 smithi071 conmon[83797]: 251034+0000 mgr.smithi071.nfuwvn (mgr.14180) 685 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:28.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:28 smithi203 conmon[88363]: cluster 2023-11-30T22:31:26.881346+0000 mgr.smithi071.nfuwvn (mgr.14180) 684 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 48 op/s 2023-11-30T22:31:28.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:28 smithi203 conmon[88363]: audit 2023-11-30T22:31:27.251034+0000 mgr.smithi071.nfuwvn (mgr.14180) 685 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:28.915 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:31:30.476 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:30 smithi071 conmon[83797]: cluster 2023-11-30T22:31:28.881994+0000 mgr.smithi071.nfuwvn (mgr.14180) 686 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:30.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:30 smithi203 conmon[88363]: cluster 2023-11-30T22:31:28.881994+0000 mgr.smithi071.nfuwvn (mgr.14180) 686 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:30.858 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:31:30.858 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:20.511932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:23:45.060647Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.zauoqn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-zauoqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.zauoqn\nDeploy daemon haproxy.rgw.foo.smithi203.zauoqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:21:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:22:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:23:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.408414Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.hbhbmd on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-hbhbmd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.hbhbmd\nDeploy daemon haproxy.rgw.foo.smithi071.hbhbmd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:24:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:24:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:25:37Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:26:18.415059Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.sgntnr on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:20.512076Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:20.512160Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:20.512224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:20.512283Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:20.512519Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:31:31.497 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:31:32.498 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:31:32.523 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:32 smithi071 conmon[83797]: audit 2023-11-30T 2023-11-30T22:31:32.523 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:32 smithi071 conmon[83797]: 22:31:30.853332+0000 mgr.smithi071.nfuwvn (mgr.14180) 687 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:32.523 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:32 smithi071 conmon[83797]: cluster 2023-11-30T22:31:30.882494+0000 mgr.smithi071.nfuwvn (mgr.14180) 688 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:32.523 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:32 smithi071 conmon[83797]: audit 2023-11-30T22:31:31.767569+0000 mon.smithi071 (mon.0 2023-11-30T22:31:32.523 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:32 smithi071 conmon[83797]: ) 689 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi071.ivcchn"}]: dispatch 2023-11-30T22:31:32.524 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:32 smithi071 conmon[83797]: audit 2023- 2023-11-30T22:31:32.524 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:32 smithi071 conmon[83797]: 11-30T22:31:31 2023-11-30T22:31:32.524 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:32 smithi071 conmon[83797]: .774079+0000 mon.smithi071 (mon. 2023-11-30T22:31:32.524 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:32 smithi071 conmon[83797]: 0) 690 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:31:32.524 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:32 smithi071 conmon[83797]: 2023-11-30T22:31:32.524 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:32 smithi071 conmon[83797]: audit 2023-11-30T22:31:32.524 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:32 smithi071 conmon[83797]: 2023-11-30 2023-11-30T22:31:32.524 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:32 smithi071 conmon[83797]: T22:31:32.052415+0000 2023-11-30T22:31:32.524 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:32 smithi071 conmon[83797]: mon.smithi071 (mon.0) 691 : audit 2023-11-30T22:31:32.524 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:32 smithi071 conmon[83797]: [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:31:32.524 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:32 smithi071 conmon[83797]: audit 2023 2023-11-30T22:31:32.524 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:32 smithi071 conmon[83797]: -11-30T22:31:32 2023-11-30T22:31:32.524 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:32 smithi071 conmon[83797]: .132062+0000 mon.smithi071 (mon. 2023-11-30T22:31:32.525 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:32 smithi071 conmon[83797]: 0) 692 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:31:32.525 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:32 smithi071 conmon[83797]: 2023-11-30T22:31:32.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:32 smithi203 conmon[88363]: audit 2023-11-30T22:31:30.853332+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:31:32.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:32 smithi203 conmon[88363]: 687 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:32.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:32 smithi203 conmon[88363]: cluster 2023-11-30T22:31:30.882494+0000 mgr.smithi071.nfuwvn (mgr.14180) 688 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:32.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:32 smithi203 conmon[88363]: audit 2023-11-30T22:31:31.767569+0000 mon.smithi071 (mon.0) 2023-11-30T22:31:32.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:32 smithi203 conmon[88363]: 689 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi071.ivcchn"}]: dispatch 2023-11-30T22:31:32.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:32 smithi203 conmon[88363]: audit 2023-11-30T22:31:32.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:32 smithi203 conmon[88363]: 2023-11-30T 2023-11-30T22:31:32.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:32 smithi203 conmon[88363]: 22:31:31.774079+0000 mon.smithi071 2023-11-30T22:31:32.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:32 smithi203 conmon[88363]: (mon.0) 690 : audit 2023-11-30T22:31:32.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:32 smithi203 conmon[88363]: [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:31:32.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:32 smithi203 conmon[88363]: audit 2023 2023-11-30T22:31:32.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:32 smithi203 conmon[88363]: -11-30T22:31:32. 2023-11-30T22:31:32.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:32 smithi203 conmon[88363]: 052415+0000 mon.smithi071 (mon.0 2023-11-30T22:31:32.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:32 smithi203 conmon[88363]: ) 691 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:31:32.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:32 smithi203 conmon[88363]: 2023-11-30T22:31:32.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:32 smithi203 conmon[88363]: audit 2023-11-30T22:31:32.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:32 smithi203 conmon[88363]: 2023- 2023-11-30T22:31:32.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:32 smithi203 conmon[88363]: 11-30T22:31: 2023-11-30T22:31:32.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:32 smithi203 conmon[88363]: 32.132062+0000 mon.smithi071 (mon. 2023-11-30T22:31:32.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:32 smithi203 conmon[88363]: 0) 692 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:31:32.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:32 smithi203 conmon[88363]: 2023-11-30T22:31:33.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: cephadm 2023-11-30T22:31:31.767013+0000 mgr.smithi071.nfuwvn (mgr.14180) 689 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn 2023-11-30T22:31:33.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn 2023-11-30T22:31:33.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn 2023-11-30T22:31:33.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn 2023-11-30T22:31:33.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi071.ivcchn ... 2023-11-30T22:31:33.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:31:33.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:31:33.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:29:35Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:31:33.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:30:12Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:31:33.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:30:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:31:33.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: stat: stderr toomanyrequests: 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-30T22:31:33.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: 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-30T22:31:33.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:31:33.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: Traceback (most recent call last): 2023-11-30T22:31:33.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-30T22:31:33.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: yield (conn, connr) 2023-11-30T22:31:33.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-30T22:31:33.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: code, '\n'.join(err))) 2023-11-30T22:31:33.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: 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-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn 2023-11-30T22:31:33.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn 2023-11-30T22:31:33.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn 2023-11-30T22:31:33.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn 2023-11-30T22:31:33.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi071.ivcchn ... 2023-11-30T22:31:33.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:31:33.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:31:33.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:29:35Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:31:33.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:30:12Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:31:33.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:30:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:31:33.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: stat: stderr toomanyrequests: 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-30T22:31:33.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: 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 t 2023-11-30T22:31:33.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-30T22:31:33.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:31:33.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: cephadm 2023-11-30T22:31:31.767219+0000 mgr.smithi071.nfuwvn (mgr.14180) 690 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi071.ivcchn 2023-11-30T22:31:33.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: cephadm 2023-11-30T22:31:31.768208+0000 mgr.smithi071.nfuwvn (mgr.14180) 691 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn 2023-11-30T22:31:33.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn 2023-11-30T22:31:33.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn 2023-11-30T22:31:33.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn 2023-11-30T22:31:33.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi071.ivcchn ... 2023-11-30T22:31:33.370 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:31:33.371 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:31:33.371 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:29:35Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:31:33.371 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:30:12Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:31:33.371 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:30:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:31:33.371 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: stat: stderr toomanyrequests: 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-30T22:31:33.371 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: 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-30T22:31:33.371 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:31:33.372 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: cephadm 2023-11-30T22:31:31.769344+0000 mgr.smithi071.nfuwvn (mgr.14180) 692 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-30T22:31:33.372 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: cephadm 2023-11-30T22:31:31.770363+0000 mgr.smithi071.nfuwvn (mgr.14180) 693 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-30T22:31:33.372 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: cluster 2023-11-30T22:31:31.771143+0000 mgr.smithi071.nfuwvn (mgr.14180) 694 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:33.372 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:33 smithi071 conmon[83797]: cluster 2023-11-30T22:31:32.164649+0000 mon.smithi071 (mon.0) 693 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-30T22:31:33.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: cephadm 2023-11-30T22:31:31.767013+0000 2023-11-30T22:31:33.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: mgr.smithi071.nfuwvn (mgr.14180) 689 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn 2023-11-30T22:31:33.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn 2023-11-30T22:31:33.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn 2023-11-30T22:31:33.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn 2023-11-30T22:31:33.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: Deploy daemon haproxy.rgw.foo.smithi071.ivcchn ... 2023-11-30T22:31:33.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:31:33.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:31:33.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:29:35Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:31:33.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:30:12Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:31:33.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:30:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:31:33.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: stat: stderr toomanyrequests: 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-30T22:31:33.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: 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-30T22:31:33.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:31:33.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: Traceback (most recent call last): 2023-11-30T22:31:33.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-30T22:31:33.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: yield (conn, connr) 2023-11-30T22:31:33.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-30T22:31:33.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: code, '\n'.join(err))) 2023-11-30T22:31:33.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: 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-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn 2023-11-30T22:31:33.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn 2023-11-30T22:31:33.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn 2023-11-30T22:31:33.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn 2023-11-30T22:31:33.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: Deploy daemon haproxy.rgw.foo.smithi071.ivcchn ... 2023-11-30T22:31:33.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:31:33.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:31:33.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:29:35Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:31:33.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:30:12Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:31:33.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:30:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:31:33.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: stat: stderr toomanyrequests: 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-30T22:31:33.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: 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 upgradin 2023-11-30T22:31:33.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: g: https://www.docker.com/increase-rate-limit 2023-11-30T22:31:33.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:31:33.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: cephadm 2023-11-30T22:31:31.767219+0000 mgr.smithi071.nfuwvn (mgr.14180) 690 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi071.ivcchn 2023-11-30T22:31:33.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: cephadm 2023-11-30T22:31:31.768208+0000 mgr.smithi071.nfuwvn (mgr.14180) 691 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn 2023-11-30T22:31:33.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn 2023-11-30T22:31:33.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn 2023-11-30T22:31:33.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn 2023-11-30T22:31:33.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: Deploy daemon haproxy.rgw.foo.smithi071.ivcchn ... 2023-11-30T22:31:33.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:31:33.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:31:33.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:29:35Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:31:33.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:30:12Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:31:33.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:30:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:31:33.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: stat: stderr toomanyrequests: 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-30T22:31:33.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: 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-30T22:31:33.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:31:33.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: cephadm 2023-11-30T22:31:31.769344+0000 mgr.smithi071.nfuwvn (mgr.14180) 692 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-30T22:31:33.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: cephadm 2023-11-30T22:31:31.770363+0000 mgr.smithi071.nfuwvn (mgr.14180) 693 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-30T22:31:33.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: cluster 2023-11-30T22:31:31.771143+0000 mgr.smithi071.nfuwvn (mgr.14180) 694 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:33.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:33 smithi203 conmon[88363]: cluster 2023-11-30T22:31:32.164649+0000 mon.smithi071 (mon.0) 693 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-30T22:31:34.849 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:31:34.849 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:26:24.209136Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:26:24.209215Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:26:24.209279Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:26:24.209049Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:26:24.208907Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:26:24.209341Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:26:24.209476Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:26:24.209417Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:26:24.209709Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:31:35.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:35 smithi203 conmon[88363]: cluster 2023-11-30T22:31:33.771871+0000 mgr.smithi071.nfuwvn (mgr.14180) 695 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:35.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:35 smithi203 conmon[88363]: audit 2023-11-30T22:31:34.127726+0000 mon.smithi071 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:31:35.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:35 smithi203 conmon[88363]: audit 2023-11-30T22:31:34.435371+0000 mon.smithi071 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:31:35.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:35 smithi203 conmon[88363]: audit 2023-11-30T22:31:34.436256+0000 mon.smithi071 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:31:35.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:35 smithi203 conmon[88363]: audit 2023-11-30T22:31:34.437038+0000 mon.smithi071 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:31:35.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:35 smithi203 conmon[88363]: audit 2023-11-30T22:31:34.437695+0000 mon.smithi071 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:31:35.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:35 smithi203 conmon[88363]: audit 2023-11- 2023-11-30T22:31:35.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:35 smithi203 conmon[88363]: 30T22:31:34.442125+0000 mon.smithi071 (mon 2023-11-30T22:31:35.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:35 smithi203 conmon[88363]: .0) 699 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:31:35.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:35 smithi071 conmon[83797]: cluster 2023-11-30T22:31:33.771871+0000 mgr.smithi071.nfuwvn (mgr.14180) 695 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:35.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:35 smithi071 conmon[83797]: audit 2023-11-30T22:31:34.127726+0000 mon.smithi071 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:31:35.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:35 smithi071 conmon[83797]: audit 2023-11-30T22:31:34.435371+0000 mon.smithi071 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:31:35.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:35 smithi071 conmon[83797]: audit 2023-11-30T22:31:34.436256+0000 mon.smithi071 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:31:35.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:35 smithi071 conmon[83797]: audit 2023-11-30T22:31:34.437038+0000 mon.smithi071 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:31:35.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:35 smithi071 conmon[83797]: audit 2023-11-30T22:31:34.437695+0000 mon.smithi071 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:31:35.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:35 smithi071 conmon[83797]: audit 2023-11-30T22:31:34.442125+0000 mon.smithi071 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:31:35.694 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:31:36.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:36 smithi071 conmon[83797]: cephadm 2023-11-30T22:31:34.438195+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:31:36.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:36 smithi071 conmon[83797]: .14180) 696 : cephadm [INF] Adjusting osd_memory_target on smithi203 to 3492M 2023-11-30T22:31:36.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:36 smithi071 conmon[83797]: audit 2023-11-30T22:31:34.845190+0000 mgr.smithi071.nfuwvn (mgr.14180) 697 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:36.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:36 smithi203 conmon[88363]: cephadm 2023-11-30T22:31:34.438195+0000 mgr.smithi071.nfuwvn (mgr.14180) 696 : cephadm [INF] Adjusting osd_memory_target on smithi203 to 3492M 2023-11-30T22:31:36.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:36 smithi203 conmon[88363]: audit 2023-11-30T22:31:34.845190+0000 mgr.smithi071.nfuwvn (mgr.14180) 697 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:36.695 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:31:37.387 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:37 smithi071 conmon[83797]: cluster 2023-11-30T22:31:35.772596+0000 mgr.smithi071.nfuwvn (mgr.14180) 698 : 2023-11-30T22:31:37.387 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:37 smithi071 conmon[83797]: cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:37.387 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:37 smithi071 conmon[83797]: audit 2023-11-30T22:31:36.623503+0000 mon.smithi071 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:31:37.387 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:37 smithi071 conmon[83797]: audit 2023-11-30T22:31:36.964446+0000 mon.smithi071 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:31:37.387 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:37 smithi071 conmon[83797]: audit 2023-11-30T22:31:36.965250+0000 mon.smithi071 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:31:37.387 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:37 smithi071 conmon[83797]: audit 2023-11-30T22:31:36.965966+0000 mon.smithi071 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:31:37.387 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:37 smithi071 conmon[83797]: audit 2023-11-30T22:31:36.966682+0000 mon.smithi071 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:31:37.387 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:37 smithi071 conmon[83797]: audit 2023-11-30T22:31:36.970966+0000 mon.smithi071 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:31:37.388 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:37 smithi071 conmon[83797]: audit 2023-11-30T22:31:36.971894+0000 mon.smithi071 (mon.0) 706 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:31:37.388 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:37 smithi071 conmon[83797]: audit 2023-11-30T22:31:36.972604+0000 mon.smithi071 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-30T22:31:37.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:37 smithi203 conmon[88363]: cluster 2023-11-30T22:31:35.772596+0000 mgr.smithi071.nfuwvn (mgr.14180) 698 : 2023-11-30T22:31:37.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:37 smithi203 conmon[88363]: cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:37.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:37 smithi203 conmon[88363]: audit 2023-11-30T22:31:36.623503+0000 mon.smithi071 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:31:37.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:37 smithi203 conmon[88363]: audit 2023-11-30T22:31 2023-11-30T22:31:37.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:37 smithi203 conmon[88363]: :36.964446+0000 mon.smithi071 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:31:37.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:37 smithi203 conmon[88363]: audit 2023 2023-11-30T22:31:37.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:37 smithi203 conmon[88363]: -11-30T22:31:36.965250+0000 mon.smithi071 (mon.0) 702 : 2023-11-30T22:31:37.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:37 smithi203 conmon[88363]: audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:31:37.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:37 smithi203 conmon[88363]: audit 2023-11-30T22:31: 2023-11-30T22:31:37.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:37 smithi203 conmon[88363]: 36.965966+0000 mon.smithi071 (mon.0) 703 : audit 2023-11-30T22:31:37.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:37 smithi203 conmon[88363]: [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:31:37.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:37 smithi203 conmon[88363]: audit 2023-11-30T22:31: 2023-11-30T22:31:37.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:37 smithi203 conmon[88363]: 36.966682+0000 mon.smithi071 (mon.0) 704 : audit 2023-11-30T22:31:37.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:37 smithi203 conmon[88363]: [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:31:37.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:37 smithi203 conmon[88363]: audit 2023-11-30T22:31:36 2023-11-30T22:31:37.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:37 smithi203 conmon[88363]: .970966+0000 mon.smithi071 (mon.0) 705 : audit 2023-11-30T22:31:37.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:37 smithi203 conmon[88363]: [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:31:37.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:37 smithi203 conmon[88363]: audit 2023-11-30T22:31:36 2023-11-30T22:31:37.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:37 smithi203 conmon[88363]: .971894+0000 mon.smithi071 (mon.0) 706 : audit 2023-11-30T22:31:37.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:37 smithi203 conmon[88363]: [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:31:37.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:37 smithi203 conmon[88363]: audit 2023-11-30T22:31:36. 2023-11-30T22:31:37.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:37 smithi203 conmon[88363]: 972604+0000 mon.smithi071 (mon.0) 707 : audit [INF] 2023-11-30T22:31:37.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:37 smithi203 conmon[88363]: from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-30T22:31:38.432 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:38 smithi071 conmon[83797]: cephadm 2023-11-30T22:31:36.967195+0000 mgr.smithi071.nfuwvn (mgr.14180) 699 : cephadm [INF] Adjusting osd_memory_target on smithi071 to 2724M 2023-11-30T22:31:38.432 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:38 smithi071 conmon[83797]: cephadm 2023-11-30T22:31:38.433 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:38 smithi071 conmon[83797]: 2023-11-30T22:31:36.975941+0000 mgr.smithi071.nfuwvn (mgr.14180) 700 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-30T22:31:38.433 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:38 smithi071 conmon[83797]: audit 2023-11-30T22:31:37.141618+0000 mon.smithi071 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:31:38.433 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:38 smithi071 conmon[83797]: cluster 2023-11-30T22:31:37.142368+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:31:38.433 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:38 smithi071 conmon[83797]: mgr.14180) 701 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:38.433 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:38 smithi071 conmon[83797]: audit 2023-11-30T22:31:37. 2023-11-30T22:31:38.433 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:38 smithi071 conmon[83797]: 145754+0000 mon.smithi071 (mon.0) 709 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-30T22:31:38.433 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:38 smithi071 conmon[83797]: cephadm 2023-11-30T22:31:37.151526+0000 2023-11-30T22:31:38.433 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:38 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 702 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi203.ritqga on smithi203 2023-11-30T22:31:38.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:38 smithi203 conmon[88363]: cephadm 2023-11-30T22:31:36.967195+0000 mgr.smithi071.nfuwvn (mgr.14180) 699 : cephadm [INF] Adjusting osd_memory_target on smithi071 to 2724M 2023-11-30T22:31:38.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:38 smithi203 conmon[88363]: cephadm 2023-11-30T22:31:36.975941+0000 mgr.smithi071.nfuwvn (mgr.14180) 700 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-30T22:31:38.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:38 smithi203 conmon[88363]: audit 2023-11-30T22:31:37.141618+0000 mon.smithi071 (mon.0) 708 : audit 2023-11-30T22:31:38.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:38 smithi203 conmon[88363]: [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:31:38.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:38 smithi203 conmon[88363]: cluster 2023-11-30T 2023-11-30T22:31:38.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:38 smithi203 conmon[88363]: 22:31:37.142368+0000 mgr.smithi071.nfuwvn (mgr.14180) 701 : cluster [DBG] 2023-11-30T22:31:38.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:38 smithi203 conmon[88363]: pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:38.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:38 smithi203 conmon[88363]: audit 2023-11-30T22:31: 2023-11-30T22:31:38.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:38 smithi203 conmon[88363]: 37.145754+0000 mon.smithi071 (mon.0) 709 : audit 2023-11-30T22:31:38.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:38 smithi203 conmon[88363]: [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-30T22:31:38.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:38 smithi203 conmon[88363]: cephadm 2023-11-30T22:31: 2023-11-30T22:31:38.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:38 smithi203 conmon[88363]: 37.151526+0000 mgr.smithi071.nfuwvn (mgr.14180) 702 : cephadm 2023-11-30T22:31:38.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:38 smithi203 conmon[88363]: [INF] Deploying daemon haproxy.rgw.foo.smithi203.ritqga on smithi203 2023-11-30T22:31:38.814 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:31:38.814 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:31:39.410 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:39 smithi071 conmon[83797]: cluster 2023-11-30T22:31:38.140417+0000 mon.smithi071 (mon.0) 710 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-30T22:31:39.410 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:39 smithi071 conmon[83797]: cluster 2023-11-30T22:31:38.140458+0000 mon.smithi071 (mon.0) 711 : cluster [INF] Cluster is now healthy 2023-11-30T22:31:39.411 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:31:39.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:39 smithi203 conmon[88363]: cluster 2023-11-30T22:31:38.140417+0000 mon.smithi071 (mon.0) 710 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-30T22:31:39.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:39 smithi203 conmon[88363]: cluster 2023-11-30T22:31: 2023-11-30T22:31:39.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:39 smithi203 conmon[88363]: 38.140458+0000 mon.smithi071 (mon.0) 711 : cluster [INF] Cluster is now healthy 2023-11-30T22:31:40.412 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:31:40.443 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:40 smithi071 conmon[83797]: audit 2023-11-30T22:31:38.809853+0000 mgr.smithi071.nfuwvn (mgr.14180) 703 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:40.443 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:40 smithi071 conmon[83797]: cluster 2023-11-30T22:31:39.143027+0000 mgr.smithi071.nfuwvn (mgr.14180) 704 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 997 B/s rd, 1 op/s 2023-11-30T22:31:40.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:40 smithi203 conmon[88363]: audit 2023-11-30T22:31:38.809853+0000 mgr.smithi071.nfuwvn (mgr.14180) 703 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:40.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:40 smithi203 conmon[88363]: cluster 2023-11-30T22 2023-11-30T22:31:40.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:40 smithi203 conmon[88363]: :31:39.143027+0000 mgr.smithi071.nfuwvn (mgr.14180) 704 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 997 B/s rd, 1 op/s 2023-11-30T22:31:42.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:42 smithi071 conmon[83797]: cluster 2023-11-30T22:31:41.143440+0000 mgr.smithi071.nfuwvn (mgr.14180) 705 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-11-30T22:31:42.387 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:31:42.388 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:31:42.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:42 smithi203 conmon[88363]: cluster 2023-11-30T22:31:41.143440+0000 mgr.smithi071.nfuwvn (mgr.14180) 705 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-11-30T22:31:43.020 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:31:44.022 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:31:44.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:44 smithi071 conmon[83797]: audit 2023-11-30T22:31:42.383984+0000 mgr.smithi071.nfuwvn (mgr.14180) 706 : audit [DBG] 2023-11-30T22:31:44.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:44 smithi071 conmon[83797]: from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:44.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:44 smithi071 conmon[83797]: cluster 2023-11-30T22:31:43.144261+0000 mgr.smithi071.nfuwvn (mgr.14180) 707 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-11-30T22:31:44.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:44 smithi203 conmon[88363]: audit 2023-11-30T22:31:42.383984+0000 mgr.smithi071.nfuwvn (mgr.14180) 706 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:44.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:44 smithi203 conmon[88363]: cluster 2023-11-30T22:31:43.144261+0000 mgr.smithi071.nfuwvn (mgr.14180) 707 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-11-30T22:31:45.835 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:31:45.835 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:31:46.426 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:46 smithi071 conmon[83797]: cluster 2023-11-30T22:31:45.144731+0000 mgr.smithi071.nfuwvn (mgr.14180) 708 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-11-30T22:31:46.427 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:31:46.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:46 smithi203 conmon[88363]: cluster 2023-11-30T22:31:45.144731+0000 mgr.smithi071.nfuwvn (mgr.14180) 708 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-11-30T22:31:47.429 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:31:47.460 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:47 smithi071 conmon[83797]: audit 2023-11-30T22:31:45.831309+0000 mgr.smithi071.nfuwvn (mgr.14180) 709 : audit [DBG] 2023-11-30T22:31:47.460 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:47 smithi071 conmon[83797]: from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:47.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:47 smithi203 conmon[88363]: audit 2023-11-30T22:31:45.831309+0000 mgr.smithi071.nfuwvn (mgr.14180) 709 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:48.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:48 smithi071 conmon[83797]: cluster 2023-11-30T22:31:47.145444+0000 mgr.smithi071.nfuwvn (mgr.14180) 710 2023-11-30T22:31:48.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:48 smithi071 conmon[83797]: : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-11-30T22:31:48.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:48 smithi203 conmon[88363]: cluster 2023-11-30T22:31:47.145444+0000 mgr.smithi071.nfuwvn (mgr.14180) 710 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-11-30T22:31:49.321 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:31:49.321 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:31:49.935 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:31:50.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:50 smithi071 conmon[83797]: cluster 2023-11-30T22:31:49.145891+0000 mgr.smithi071.nfuwvn (mgr.14180) 711 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-11-30T22:31:50.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:50 smithi203 conmon[88363]: cluster 2023-11-30T22:31:49.145891+0000 mgr.smithi071.nfuwvn (mgr.14180) 711 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-11-30T22:31:50.936 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:31:51.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:51 smithi071 conmon[83797]: audit 2023-11-30T22:31:49.317217+0000 mgr.smithi071.nfuwvn (mgr.14180) 712 : audit 2023-11-30T22:31:51.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:51 smithi071 conmon[83797]: [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:51.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:51 smithi203 conmon[88363]: audit 2023-11-30T22:31:49.317217+0000 mgr.smithi071.nfuwvn (mgr.14180) 712 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:52.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:52 smithi071 conmon[83797]: cluster 2023-11-30T22:31 2023-11-30T22:31:52.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:52 smithi071 conmon[83797]: :51.146317+0000 mgr.smithi071.nfuwvn (mgr.14180) 713 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2023-11-30T22:31:52.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:52 smithi203 conmon[88363]: cluster 2023-11-30T22:31:51.146317+0000 mgr.smithi071.nfuwvn (mgr.14180) 713 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2023-11-30T22:31:52.947 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:31:52.947 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:31:53.587 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:31:54.588 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:31:54.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:54 smithi071 conmon[83797]: audit 2023-11-30T22:31:52.942456+0000 mgr.smithi071.nfuwvn (mgr.14180) 714 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:54.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:54 smithi071 conmon[83797]: cluster 2023-11-30T22:31:53.147077+0000 mgr.smithi071.nfuwvn (mgr.14180) 715 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-30T22:31:54.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:54 smithi203 conmon[88363]: audit 2023-11-30T22:31:52.942456+0000 mgr.smithi071.nfuwvn (mgr.14180) 714 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:54.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:54 smithi203 conmon[88363]: cluster 2023-11-30T22:31:53.147077+0000 mgr.smithi071.nfuwvn (mgr.14180) 715 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-30T22:31:56.548 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:31:56.548 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:31:56.572 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:56 smithi071 conmon[83797]: cluster 2023-11-30T22:31:55.147489+0000 mgr.smithi071.nfuwvn (mgr.14180) 716 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:56.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:56 smithi203 conmon[88363]: cluster 2023-11-30T22:31:55.147489+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:31:56.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:56 smithi203 conmon[88363]: 14180) 716 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:57.167 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:31:58.168 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:31:58.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:58 smithi071 conmon[83797]: audit 2023-11-30T22:31:56.543206+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:31:58.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:58 smithi071 conmon[83797]: ) 717 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:58.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:31:58 smithi071 conmon[83797]: cluster 2023-11-30T22:31:57.148012+0000 mgr.smithi071.nfuwvn (mgr.14180) 718 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:31:58.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:58 smithi203 conmon[88363]: audit 2023-11-30T22:31:56.543206+0000 mgr.smithi071.nfuwvn (mgr.14180) 717 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:31:58.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:58 smithi203 conmon[88363]: cluster 2023-11-30T22 2023-11-30T22:31:58.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:31:58 smithi203 conmon[88363]: :31:57.148012+0000 mgr.smithi071.nfuwvn (mgr.14180) 718 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:00.136 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:32:00.137 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:32:00.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:00 smithi071 conmon[83797]: cluster 2023-11-30T22:31:59.148493+0000 mgr.smithi071.nfuwvn (mgr.14180) 719 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:00.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:00 smithi203 conmon[88363]: cluster 2023-11-30T22:31:59.148493+0000 mgr.smithi071.nfuwvn (mgr.14180) 719 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:00.751 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:32:01.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:01 smithi071 conmon[83797]: audit 2023-11-30T22:32:00.132248+0000 mgr.smithi071.nfuwvn (mgr.14180) 720 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:01.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:01 smithi203 conmon[88363]: audit 2023-11-30T22:32:00.132248+0000 mgr.smithi071.nfuwvn (mgr.14180) 720 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:01.753 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:32:02.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:02 smithi071 conmon[83797]: cluster 2023-11-30T22:32:01.148948+0000 mgr.smithi071.nfuwvn (mgr.14180) 721 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:02.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:02 smithi203 conmon[88363]: cluster 2023-11-30T22:32:01.148948+0000 mgr.smithi071.nfuwvn (mgr.14180) 721 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:03.801 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:32:03.801 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:32:04.411 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:32:04.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:04 smithi071 conmon[83797]: cluster 2023-11-30T22:32:03.149509+0000 mgr.smithi071.nfuwvn (mgr.14180) 722 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:04.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:04 smithi203 conmon[88363]: cluster 2023-11-30T22:32:03.149509+0000 mgr.smithi071.nfuwvn (mgr.14180) 722 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:05.412 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:32:05.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:05 smithi071 conmon[83797]: audit 2023-11-30T22:32:03.797188+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:32:05.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:05 smithi071 conmon[83797]: .14180) 723 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:05.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:05 smithi203 conmon[88363]: audit 2023-11-30T22:32:03.797188+0000 mgr.smithi071.nfuwvn (mgr.14180) 723 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:06.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:06 smithi071 conmon[83797]: cluster 2023-11-30T22:32:05.150053+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:32:06.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:06 smithi071 conmon[83797]: 14180) 724 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:06.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:06 smithi203 conmon[88363]: cluster 2023-11-30T22:32:05.150053+0000 mgr.smithi071.nfuwvn (mgr.14180) 724 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:07.419 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:32:07.419 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:32:08.064 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:32:08.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:08 smithi071 conmon[83797]: cluster 2023-11-30T22:32:07.150555+0000 mgr.smithi071.nfuwvn (mgr.14180) 725 : cluster [DBG] 2023-11-30T22:32:08.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:08 smithi071 conmon[83797]: pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:08.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:08 smithi203 conmon[88363]: cluster 2023-11-30T22:32:07.150555+0000 mgr.smithi071.nfuwvn (mgr.14180) 725 : cluster 2023-11-30T22:32:08.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:08 smithi203 conmon[88363]: [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:09.066 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:32:09.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:09 smithi071 conmon[83797]: audit 2023-11-30T22:32:07.414880+0000 mgr.smithi071.nfuwvn (mgr.14180) 726 : 2023-11-30T22:32:09.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:09 smithi071 conmon[83797]: audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:09.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:09 smithi203 conmon[88363]: audit 2023-11-30T22:32:07.414880+0000 mgr.smithi071.nfuwvn (mgr.14180) 726 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:10.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:10 smithi071 conmon[83797]: cluster 2023-11-30T22:32:09.151074+0000 mgr.smithi071.nfuwvn (mgr.14180) 727 : cluster [DBG] 2023-11-30T22:32:10.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:10 smithi071 conmon[83797]: pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:10.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:10 smithi203 conmon[88363]: cluster 2023-11-30T22:32:09.151074+0000 mgr.smithi071.nfuwvn (mgr.14180) 727 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:10.968 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:32:10.968 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:32:11.580 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:32:12.581 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:32:12.609 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:12 smithi071 conmon[83797]: audit 2023-11-30T22:32:10.964253+0000 mgr.smithi071.nfuwvn (mgr.14180) 728 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:12.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:12 smithi071 conmon[83797]: cluster 2023-11-30T22:32:11.151674+0000 mgr.smithi071.nfuwvn (mgr.14180) 729 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:12.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:12 smithi203 conmon[88363]: audit 2023-11-30T22:32:10.964253+0000 mgr.smithi071.nfuwvn (mgr.14180) 728 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:12.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:12 smithi203 conmon[88363]: cluster 2023-11 2023-11-30T22:32:12.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:12 smithi203 conmon[88363]: -30T22:32:11.151674+0000 mgr.smithi071.nfuwvn (mgr.14180) 729 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:14.496 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:32:14.496 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:32:14.524 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:14 smithi071 conmon[83797]: cluster 2023-11-30T22:32:13.152434+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:32:14.524 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:14 smithi071 conmon[83797]: 14180) 730 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:14.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:14 smithi203 conmon[88363]: cluster 2023-11-30T22:32:13.152434+0000 mgr.smithi071.nfuwvn (mgr.14180) 730 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:15.113 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:32:16.114 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:32:16.565 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:16 smithi071 conmon[83797]: audit 2023-11-30T22:32:14.490626+0000 mgr.smithi071.nfuwvn (mgr.14180) 731 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:16.565 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:16 smithi071 conmon[83797]: cluster 2023-11-30T22:32:15.153020+0000 mgr.smithi071.nfuwvn (mgr.14180) 732 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:16.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:16 smithi203 conmon[88363]: audit 2023-11-30T22:32:14.490626+0000 mgr.smithi071.nfuwvn (mgr.14180) 731 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:16.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:16 smithi203 conmon[88363]: cluster 2023- 2023-11-30T22:32:16.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:16 smithi203 conmon[88363]: 11-30T22:32:15.153020+0000 mgr.smithi071.nfuwvn (mgr.14180) 732 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:18.057 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:32:18.057 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:32:18.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:18 smithi071 conmon[83797]: cluster 2023-11-30T22:32:17.153599+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:32:18.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:18 smithi071 conmon[83797]: 733 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:18.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:18 smithi203 conmon[88363]: cluster 2023-11-30T22:32:17.153599+0000 mgr.smithi071.nfuwvn (mgr.14180) 733 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:18.678 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:32:19.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:19 smithi203 conmon[88363]: audit 2023-11-30T22:32:18.052912+0000 mgr.smithi071.nfuwvn (mgr.14180) 734 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:19.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:19 smithi071 conmon[83797]: audit 2023-11-30T22:32:18.052912+0000 mgr.smithi071.nfuwvn (mgr.14180) 734 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:19.680 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:32:20.504 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:20 smithi071 conmon[83797]: cluster 2023-11-30T22:32:19.154061+0000 mgr.smithi071.nfuwvn (mgr.14180) 735 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:20.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:20 smithi203 conmon[88363]: cluster 2023-11-30T22:32:19.154061+0000 2023-11-30T22:32:20.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:20 smithi203 conmon[88363]: mgr.smithi071.nfuwvn (mgr.14180) 735 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:21.586 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:32:21.587 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:32:22.247 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:32:22.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:22 smithi071 conmon[83797]: cluster 2023-11-30T22:32:21.154478+0000 mgr.smithi071.nfuwvn (mgr.14180) 736 : 2023-11-30T22:32:22.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:22 smithi071 conmon[83797]: cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:22.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:22 smithi203 conmon[88363]: cluster 2023-11-30T22:32:21.154478+0000 mgr.smithi071.nfuwvn (mgr.14180) 736 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:23.248 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:32:23.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:23 smithi071 conmon[83797]: audit 2023-11-30T22:32:21.582399+0000 mgr.smithi071.nfuwvn (mgr.14180) 737 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:23.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:23 smithi071 conmon[83797]: 2023-11-30T22:32:23.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:23 smithi203 conmon[88363]: audit 2023-11-30T22:32:21.582399+0000 mgr.smithi071.nfuwvn (mgr.14180) 737 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:24.578 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:24 smithi071 conmon[83797]: cluster 2023-11-30T22:32:23.155169+0000 mgr.smithi071.nfuwvn (mgr.14180) 738 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:24.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:24 smithi203 conmon[88363]: cluster 2023-11-30T22:32:23.155169+0000 mgr.smithi071.nfuwvn (mgr.14180) 738 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:25.216 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:32:25.217 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:32:25.845 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:32:26.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:26 smithi071 conmon[83797]: cluster 2023-11-30T22:32:25.155562+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:32:26.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:26 smithi071 conmon[83797]: ) 739 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:26.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:26 smithi071 conmon[83797]: audit 2023-11-30T22:32:25.212369+0000 mgr.smithi071.nfuwvn (mgr.14180) 740 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:26.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:26 smithi203 conmon[88363]: cluster 2023-11-30T22:32:25.155562+0000 mgr.smithi071.nfuwvn (mgr.14180) 739 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:26.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:26 smithi203 conmon[88363]: audit 2023-11-30 2023-11-30T22:32:26.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:26 smithi203 conmon[88363]: T22:32:25.212369+0000 mgr.smithi071.nfuwvn (mgr.14180) 740 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:26.845 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:32:28.388 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:28 smithi071 conmon[83797]: cluster 2023-11-30T22:32:27.156221+0000 mgr.smithi071.nfuwvn 2023-11-30T22:32:28.388 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:28 smithi071 conmon[83797]: (mgr.14180) 741 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:28.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:28 smithi203 conmon[88363]: cluster 2023-11-30T22:32:27.156221+0000 mgr.smithi071.nfuwvn (mgr.14180) 741 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:28.759 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:32:28.759 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:32:29.411 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:32:30.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:30 smithi071 conmon[83797]: audit 2023-11-30T22:32:28.754999+0000 mgr.smithi071.nfuwvn (mgr.14180) 742 : audit [DBG] 2023-11-30T22:32:30.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:30 smithi071 conmon[83797]: from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:30.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:30 smithi071 conmon[83797]: cluster 2023-11-30T22:32:29.156674+0000 mgr.smithi071.nfuwvn (mgr.14180) 743 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:30.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:30 smithi203 conmon[88363]: audit 2023-11-30T22:32:28.754999+0000 mgr.smithi071.nfuwvn (mgr.14180) 742 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:30.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:30 smithi203 conmon[88363]: cluster 2023-11-30T22 2023-11-30T22:32:30.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:30 smithi203 conmon[88363]: :32:29.156674+0000 mgr.smithi071.nfuwvn (mgr.14180) 743 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:30.412 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:32:32.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:32 smithi071 conmon[83797]: cluster 2023-11-30T22:32:31.157216+0000 mgr.smithi071.nfuwvn (mgr.14180) 744 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:32.460 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:32:32.460 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:32:32.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:32 smithi203 conmon[88363]: cluster 2023-11-30T22:32:31.157216+0000 mgr.smithi071.nfuwvn (mgr.14180) 744 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:33.035 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:32:34.036 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:32:34.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:34 smithi071 conmon[83797]: audit 2023-11-30T22:32:32.456263+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:32:34.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:34 smithi071 conmon[83797]: mgr.14180) 745 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:34.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:34 smithi071 conmon[83797]: cluster 2023-11-30T22:32:33.158026+0000 mgr.smithi071.nfuwvn (mgr.14180) 746 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:34.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:34 smithi203 conmon[88363]: audit 2023-11-30T22:32:32.456263+0000 mgr.smithi071.nfuwvn (mgr.14180) 745 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:34.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:34 smithi203 conmon[88363]: cluster 2023-11-30T22:32:33.158026+0000 mgr.smithi071.nfuwvn (mgr.14180) 746 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:35.971 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:32:35.972 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:32:36.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:36 smithi071 conmon[83797]: cluster 2023-11-30T22:32:35.158548+0000 mgr.smithi071.nfuwvn (mgr.14180) 747 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:36.616 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:32:36.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:36 smithi203 conmon[88363]: cluster 2023-11-30T22:32:35.158548+0000 mgr.smithi071.nfuwvn (mgr.14180) 747 : cluster 2023-11-30T22:32:36.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:36 smithi203 conmon[88363]: [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:37.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:37 smithi071 conmon[83797]: audit 2023-11-30T22:32:35.967367+0000 mgr.smithi071.nfuwvn (mgr.14180) 748 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:37.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:37 smithi071 conmon[83797]: 2023-11-30T22:32:37.617 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:32:37.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:37 smithi203 conmon[88363]: audit 2023-11-30T22:32:35.967367+0000 mgr.smithi071.nfuwvn (mgr.14180) 748 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:38.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:38 smithi071 conmon[83797]: cluster 2023-11-30T22:32:37.159100+0000 mgr.smithi071.nfuwvn (mgr.14180) 749 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:38.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:38 smithi203 conmon[88363]: cluster 2023-11-30T22:32:37.159100+0000 mgr.smithi071.nfuwvn (mgr.14180) 749 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:39.521 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:32:39.521 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:32:40.152 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:32:40.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:40 smithi071 conmon[83797]: cluster 2023-11-30T22:32:39.159559+0000 mgr.smithi071.nfuwvn (mgr.14180) 750 : cluster [DBG] 2023-11-30T22:32:40.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:40 smithi071 conmon[83797]: pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:40.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:40 smithi203 conmon[88363]: cluster 2023-11-30T22:32:39.159559+0000 mgr.smithi071.nfuwvn (mgr.14180) 750 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:41.153 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:32:41.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:41 smithi203 conmon[88363]: audit 2023-11-30T22:32:39.517119+0000 mgr.smithi071.nfuwvn (mgr.14180) 751 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:41.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:41 smithi071 conmon[83797]: audit 2023-11-30T22:32:39.517119+0000 mgr.smithi071.nfuwvn (mgr.14180) 751 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:41.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:41 smithi071 conmon[83797]: 2023-11-30T22:32:42.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:42 smithi071 conmon[83797]: cluster 2023-11-30T22:32:41.160024+0000 mgr.smithi071.nfuwvn (mgr.14180) 752 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:42.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:42 smithi203 conmon[88363]: cluster 2023-11-30T22:32:41.160024+0000 mgr.smithi071.nfuwvn (mgr.14180) 752 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:43.129 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:32:43.129 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:32:43.708 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:32:44.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:44 smithi071 conmon[83797]: audit 2023-11-30T22:32:43.125221+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:32:44.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:44 smithi071 conmon[83797]: ) 753 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:44.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:44 smithi071 conmon[83797]: cluster 2023-11-30T22:32:43.160554+0000 mgr.smithi071.nfuwvn (mgr.14180) 754 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:44.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:44 smithi203 conmon[88363]: audit 2023-11-30T22:32:43.125221+0000 mgr.smithi071.nfuwvn (mgr.14180) 753 : audit 2023-11-30T22:32:44.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:44 smithi203 conmon[88363]: [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:44.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:44 smithi203 conmon[88363]: cluster 2023-11-30T22:32:43.160554+0000 mgr.smithi071.nfuwvn (mgr.14180) 754 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:44.709 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:32:46.234 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:46 smithi071 conmon[83797]: cluster 2023-11-30T22:32:45.160973+0000 mgr.smithi071.nfuwvn (mgr.14180) 755 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:46.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:46 smithi203 conmon[88363]: cluster 2023-11-30T22:32:45.160973+0000 mgr.smithi071.nfuwvn (mgr.14180) 755 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:46.636 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:32:46.636 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:32:47.272 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:32:48.274 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:32:48.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:48 smithi071 conmon[83797]: audit 2023-11-30T22:32:46.632319+0000 mgr.smithi071.nfuwvn (mgr.14180) 756 : audit 2023-11-30T22:32:48.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:48 smithi071 conmon[83797]: [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:48.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:48 smithi071 conmon[83797]: cluster 2023-11-30T22:32:47.161524+0000 mgr.smithi071.nfuwvn (mgr.14180) 757 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:48.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:48 smithi203 conmon[88363]: audit 2023-11-30T22:32:46.632319+0000 mgr.smithi071.nfuwvn (mgr.14180) 756 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:48.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:48 smithi203 conmon[88363]: cluster 2023-11-30T22:32:47.161524+0000 mgr.smithi071.nfuwvn (mgr.14180) 757 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:50.297 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:32:50.337 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:32:50.337 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:50 smithi071 conmon[83797]: cluster 2023-11-30T22:32:49.161948+0000 mgr.smithi071.nfuwvn (mgr.14180) 758 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:50.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:50 smithi203 conmon[88363]: cluster 2023-11-30T22:32:49.161948+0000 mgr.smithi071.nfuwvn (mgr.14180) 758 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:50.956 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:32:51.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:51 smithi071 conmon[83797]: audit 2023-11-30T22:32:50.293676+0000 mgr.smithi071.nfuwvn (mgr.14180) 759 2023-11-30T22:32:51.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:51 smithi071 conmon[83797]: : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:51.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:51 smithi203 conmon[88363]: audit 2023-11-30T22:32:50.293676+0000 mgr.smithi071.nfuwvn (mgr.14180) 759 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:51.956 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:32:52.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:52 smithi071 conmon[83797]: cluster 2023-11-30T22:32:51.162477+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:32:52.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:52 smithi071 conmon[83797]: .14180) 760 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:52.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:52 smithi203 conmon[88363]: cluster 2023-11-30T22:32:51.162477+0000 mgr.smithi071.nfuwvn (mgr.14180) 760 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:52.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:52 smithi203 conmon[88363]: 2023-11-30T22:32:53.961 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:32:53.962 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:32:54.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:54 smithi071 conmon[83797]: cluster 2023-11-30T22:32:53.163063+0000 mgr.smithi071.nfuwvn (mgr.14180) 761 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:54.571 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:32:54.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:54 smithi203 conmon[88363]: cluster 2023-11-30T22:32:53.163063+0000 mgr.smithi071.nfuwvn (mgr.14180) 761 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:54.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:54 smithi203 conmon[88363]: 2023-11-30T22:32:55.572 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:32:55.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:55 smithi071 conmon[83797]: audit 2023-11-30T22:32:53.957298+0000 mgr.smithi071.nfuwvn (mgr.14180) 762 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:55.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:55 smithi203 conmon[88363]: audit 2023-11-30T22:32:53.957298+0000 mgr.smithi071.nfuwvn (mgr.14180) 762 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:56.363 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:56 smithi071 conmon[83797]: cluster 2023-11-30T22:32:55.163475+0000 mgr.smithi071.nfuwvn (mgr.14180) 763 : cluster 2023-11-30T22:32:56.363 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:56 smithi071 conmon[83797]: [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:56.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:56 smithi203 conmon[88363]: cluster 2023-11-30T22:32:55.163475+0000 mgr.smithi071.nfuwvn (mgr.14180) 763 2023-11-30T22:32:56.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:56 smithi203 conmon[88363]: : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:57.457 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:32:57.457 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:32:58.071 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:32:58.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:58 smithi071 conmon[83797]: cluster 2023-11-30T22:32:57.164083+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:32:58.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:58 smithi071 conmon[83797]: .14180) 764 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:58.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:58 smithi203 conmon[88363]: cluster 2023-11-30T22:32:57.164083+0000 mgr.smithi071.nfuwvn (mgr.14180) 764 : cluster [DBG] 2023-11-30T22:32:58.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:58 smithi203 conmon[88363]: pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:32:59.071 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:32:59.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:59 smithi071 conmon[83797]: audit 2023-11-30T22:32:57.453601+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:32:59.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:32:59 smithi071 conmon[83797]: 765 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:32:59.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:32:59 smithi203 conmon[88363]: audit 2023-11-30T22:32:57.453601+0000 mgr.smithi071.nfuwvn (mgr.14180) 765 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:00.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:00 smithi071 conmon[83797]: cluster 2023-11-30T22:32:59.164534+0000 mgr.smithi071.nfuwvn (mgr.14180) 766 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:00.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:00 smithi203 conmon[88363]: cluster 2023-11-30T22:32:59.164534+0000 mgr.smithi071.nfuwvn (mgr.14180) 766 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:01.010 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:33:01.010 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:33:01.623 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:33:02.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:02 smithi071 conmon[83797]: audit 2023-11-30T22:33:01.006389+0000 mgr.smithi071.nfuwvn (mgr.14180) 767 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:02.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:02 smithi071 conmon[83797]: cluster 2023-11-30T22:33:01.165032+0000 mgr.smithi071.nfuwvn (mgr.14180) 768 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:02.624 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:33:02.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:02 smithi203 conmon[88363]: audit 2023-11-30T22:33:01.006389+0000 mgr.smithi071.nfuwvn (mgr.14180) 767 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:02.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:02 smithi203 conmon[88363]: 2023-11-30T22:33:02.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:02 smithi203 conmon[88363]: cluster 2023-11-30T22:33:01.165032+0000 mgr.smithi071.nfuwvn (mgr.14180) 768 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:04.595 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:33:04.597 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:33:04.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:04 smithi071 conmon[83797]: cluster 2023-11-30T22:33:03.165834+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:33:04.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:04 smithi071 conmon[83797]: .14180) 769 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:04.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:04 smithi203 conmon[88363]: cluster 2023-11-30T22:33:03.165834+0000 mgr.smithi071.nfuwvn (mgr.14180) 769 : 2023-11-30T22:33:04.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:04 smithi203 conmon[88363]: cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:05.286 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:33:06.289 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:33:06.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:06 smithi071 conmon[83797]: audit 2023-11-30T22:33:04.589488+0000 mgr.smithi071.nfuwvn (mgr.14180) 770 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:06.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:06 smithi071 conmon[83797]: 2023-11-30T22:33:06.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:06 smithi071 conmon[83797]: cluster 2023-11-30T22:33:05.166217+0000 mgr.smithi071.nfuwvn (mgr.14180) 771 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:06.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:06 smithi203 conmon[88363]: audit 2023-11-30T22:33:04.589488+0000 mgr.smithi071.nfuwvn (mgr.14180) 770 : audit 2023-11-30T22:33:06.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:06 smithi203 conmon[88363]: [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:06.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:06 smithi203 conmon[88363]: cluster 2023-11-30T22:33:05.166217+0000 mgr.smithi071.nfuwvn (mgr.14180) 771 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:08.280 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:33:08.280 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:33:08.508 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:08 smithi071 conmon[83797]: cluster 2023-11-30T22:33:07.166729+0000 mgr.smithi071.nfuwvn (mgr.14180) 772 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:08.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:08 smithi203 conmon[88363]: cluster 2023-11-30T22:33:07.166729+0000 mgr.smithi071.nfuwvn (mgr.14180) 772 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:08.927 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:33:09.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:09 smithi203 conmon[88363]: audit 2023-11-30T22:33:08.276142+0000 mgr.smithi071.nfuwvn (mgr.14180) 773 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:09.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:09 smithi071 conmon[83797]: audit 2023-11-30T22:33:08.276142+0000 mgr.smithi071.nfuwvn (mgr.14180) 773 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:09.930 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:33:10.501 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:10 smithi071 conmon[83797]: cluster 2023-11-30T22:33:09.167336+0000 mgr.smithi071.nfuwvn (mgr.14180) 774 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:10.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:10 smithi203 conmon[88363]: cluster 2023-11-30T22:33:09.167336+0000 mgr.smithi071.nfuwvn (mgr.14180) 774 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:11.808 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:33:11.808 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:33:12.443 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:33:12.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:12 smithi071 conmon[83797]: cluster 2023-11-30T22:33:11.167776+0000 mgr.smithi071.nfuwvn (mgr.14180) 775 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:12.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:12 smithi203 conmon[88363]: cluster 2023-11-30T22:33:11.167776+0000 mgr.smithi071.nfuwvn (mgr.14180) 775 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:13.443 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:33:13.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:13 smithi071 conmon[83797]: audit 2023-11-30T22:33:11.803201+0000 mgr.smithi071.nfuwvn (mgr.14180) 776 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:13.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:13 smithi203 conmon[88363]: audit 2023-11-30T22:33:11.803201+0000 mgr.smithi071.nfuwvn (mgr.14180) 776 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:14.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:14 smithi071 conmon[83797]: cluster 2023-11-30T22:33:13.168450+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:33:14.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:14 smithi071 conmon[83797]: 777 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:14.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:14 smithi203 conmon[88363]: cluster 2023-11-30T22:33:13.168450+0000 mgr.smithi071.nfuwvn (mgr.14180) 777 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:15.312 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:33:15.312 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:33:15.875 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:33:16.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:16 smithi071 conmon[83797]: cluster 2023-11-30T22:33:15.168916+0000 mgr.smithi071.nfuwvn (mgr.14180) 778 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:16.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:16 smithi071 conmon[83797]: audit 2023-11-30T22:33:15.307822+0000 mgr.smithi071.nfuwvn (mgr.14180) 779 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:16.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:16 smithi203 conmon[88363]: cluster 2023-11-30T22:33:15.168916+0000 mgr.smithi071.nfuwvn (mgr.14180) 778 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:16.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:16 smithi203 conmon[88363]: audit 2023-11- 2023-11-30T22:33:16.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:16 smithi203 conmon[88363]: 30T22:33:15.307822+0000 mgr.smithi071.nfuwvn (mgr.14180) 779 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:16.929 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:33:18.426 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:18 smithi071 conmon[83797]: cluster 2023-11-30T22:33:17.169456+0000 mgr.smithi071.nfuwvn (mgr.14180) 780 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:18.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:18 smithi203 conmon[88363]: cluster 2023-11-30T22:33:17.169456+0000 mgr.smithi071.nfuwvn (mgr.14180) 780 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:18.747 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:33:18.747 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:33:19.381 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:33:20.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:20 smithi203 conmon[88363]: audit 2023-11-30T22:33:18.743225+0000 mgr.smithi071.nfuwvn (mgr.14180) 781 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:20.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:20 smithi203 conmon[88363]: cluster 2023-11-30T22:33:19.169948+0000 mgr.smithi071.nfuwvn (mgr.14180) 782 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:20.382 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:33:20.411 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:20 smithi071 conmon[83797]: audit 2023-11-30T22:33:18.743225+0000 mgr.smithi071.nfuwvn (mgr.14180) 781 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:20.412 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:20 smithi071 conmon[83797]: cluster 2023-11-30T22:33:19.169948+0000 mgr.smithi071.nfuwvn (mgr.14180) 782 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:22.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:22 smithi071 conmon[83797]: cluster 2023-11-30T22:33:21.170403+0000 mgr.smithi071.nfuwvn (mgr.14180) 783 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:22.371 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:33:22.372 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:33:22.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:22 smithi203 conmon[88363]: cluster 2023-11-30T22:33:21.170403+0000 mgr.smithi071.nfuwvn (mgr.14180) 783 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:23.039 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:33:24.040 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:33:24.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:24 smithi071 conmon[83797]: audit 2023-11-30T22:33:22.367423+0000 mgr.smithi071.nfuwvn (mgr.14180) 784 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:24.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:24 smithi071 conmon[83797]: cluster 2023-11-30T22:33:23.170936+0000 mgr.smithi071.nfuwvn (mgr.14180) 785 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:24.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:24 smithi203 conmon[88363]: audit 2023-11-30T22:33:22.367423+0000 mgr.smithi071.nfuwvn (mgr.14180) 784 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:24.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:24 smithi203 conmon[88363]: cluster 2023-11-30T22:33:23.170936+0000 mgr.smithi071.nfuwvn (mgr.14180) 785 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:25.882 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:33:25.882 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:33:26.463 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:33:26.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:26 smithi071 conmon[83797]: cluster 2023-11-30T22:33:25.171339+0000 mgr.smithi071.nfuwvn (mgr.14180) 786 : 2023-11-30T22:33:26.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:26 smithi071 conmon[83797]: cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:26.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:26 smithi203 conmon[88363]: cluster 2023-11-30T22:33:25.171339+0000 mgr.smithi071.nfuwvn (mgr.14180) 786 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:27.465 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:33:27.490 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:27 smithi071 conmon[83797]: audit 2023-11-30T22:33: 2023-11-30T22:33:27.490 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:27 smithi071 conmon[83797]: 25.877654+0000 mgr.smithi071.nfuwvn (mgr.14180) 787 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:27.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:27 smithi203 conmon[88363]: audit 2023-11-30T22:33:25.877654+0000 mgr.smithi071.nfuwvn (mgr.14180) 787 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:28.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:28 smithi071 conmon[83797]: cluster 2023-11-30T22:33:27.171925+0000 mgr.smithi071.nfuwvn (mgr.14180) 788 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:28.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:28 smithi203 conmon[88363]: cluster 2023-11-30T22:33:27.171925+0000 mgr.smithi071.nfuwvn (mgr.14180) 788 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:29.368 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:33:29.369 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:33:29.974 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:33:30.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:30 smithi071 conmon[83797]: cluster 2023-11-30T22:33:29.172323+0000 mgr.smithi071.nfuwvn (mgr.14180) 789 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:30.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:30 smithi203 conmon[88363]: cluster 2023-11-30T22:33:29.172323+0000 mgr.smithi071.nfuwvn (mgr.14180) 789 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:30.975 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:33:31.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:31 smithi071 conmon[83797]: audit 2023-11-30T22:33:29.364509+0000 mgr.smithi071.nfuwvn (mgr.14180) 790 : audit [DBG] 2023-11-30T22:33:31.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:31 smithi071 conmon[83797]: from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:31.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:31 smithi203 conmon[88363]: audit 2023-11-30T22:33:29.364509+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:33:31.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:31 smithi203 conmon[88363]: 790 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:32.508 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:32 smithi071 conmon[83797]: cluster 2023-11-30T22:33:31.172735+0000 mgr.smithi071.nfuwvn (mgr.14180) 791 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:32.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:32 smithi203 conmon[88363]: cluster 2023-11-30T22:33:31.172735+0000 mgr.smithi071.nfuwvn (mgr.14180) 791 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:32.907 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:33:32.907 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:33:33.574 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:33:34.575 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:33:34.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:34 smithi071 conmon[83797]: audit 2023-11-30T22:33:32.903284+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:33:34.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:34 smithi071 conmon[83797]: 792 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:34.607 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:34 smithi071 conmon[83797]: cluster 2023-11-30T22:33:33.173370+0000 mgr.smithi071.nfuwvn (mgr.14180) 793 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:34.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:34 smithi203 conmon[88363]: audit 2023-11-30T22:33:32.903284+0000 mgr.smithi071.nfuwvn (mgr.14180) 792 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:34.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:34 smithi203 conmon[88363]: cluster 2023-11-30T22:33:33.173370+0000 mgr.smithi071.nfuwvn (mgr.14180) 793 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:36.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:36 smithi071 conmon[83797]: cluster 2023-11-30T22:33:35.173793+0000 mgr.smithi071.nfuwvn (mgr.14180) 794 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:36.451 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:33:36.451 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:33:36.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:36 smithi203 conmon[88363]: cluster 2023-11-30T22:33:35.173793+0000 mgr.smithi071.nfuwvn (mgr.14180) 794 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:37.112 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:33:38.112 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:33:38.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:38 smithi071 conmon[83797]: audit 2023-11-30T22:33:36.446798+0000 mgr.smithi071.nfuwvn (mgr.14180) 795 : audit 2023-11-30T22:33:38.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:38 smithi071 conmon[83797]: [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:38.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:38 smithi071 conmon[83797]: cluster 2023-11-30T22:33:37.174315+0000 mgr.smithi071.nfuwvn (mgr.14180) 796 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:38.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:38 smithi203 conmon[88363]: audit 2023-11-30T22:33:36.446798+0000 mgr.smithi071.nfuwvn (mgr.14180) 795 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:38.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:38 smithi203 conmon[88363]: 2023-11-30T22:33:38.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:38 smithi203 conmon[88363]: cluster 2023-11-30T22:33:37.174315+0000 mgr.smithi071.nfuwvn (mgr.14180) 796 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:40.048 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:33:40.048 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:33:40.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:40 smithi071 conmon[83797]: cluster 2023-11-30T22:33:39.174811+0000 mgr.smithi071.nfuwvn (mgr.14180) 797 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:40.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:40 smithi203 conmon[88363]: cluster 2023-11-30T22:33:39.174811+0000 mgr.smithi071.nfuwvn (mgr.14180) 797 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:40.645 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:33:41.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:41 smithi071 conmon[83797]: audit 2023-11-30T22:33:40.043925+0000 mgr.smithi071.nfuwvn (mgr.14180) 798 2023-11-30T22:33:41.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:41 smithi071 conmon[83797]: : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:41.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:41 smithi203 conmon[88363]: audit 2023-11-30T22:33:40.043925+0000 mgr.smithi071.nfuwvn (mgr.14180) 798 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:41.646 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:33:42.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:42 smithi071 conmon[83797]: cluster 2023-11-30T22:33:41.175469+0000 mgr.smithi071.nfuwvn (mgr.14180) 799 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:42.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:42 smithi203 conmon[88363]: cluster 2023-11-30T22:33:41.175469+0000 mgr.smithi071.nfuwvn (mgr.14180) 799 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:43.502 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:33:43.502 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:33:44.146 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:33:44.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:44 smithi071 conmon[83797]: cluster 2023-11-30T22:33:43.176068+0000 mgr.smithi071.nfuwvn (mgr.14180) 800 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:44.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:44 smithi203 conmon[88363]: cluster 2023-11-30T22:33:43.176068+0000 mgr.smithi071.nfuwvn (mgr.14180) 800 : cluster 2023-11-30T22:33:44.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:44 smithi203 conmon[88363]: [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:45.147 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:33:45.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:45 smithi071 conmon[83797]: audit 2023-11-30T22:33:43.497921+0000 mgr.smithi071.nfuwvn (mgr.14180) 801 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:45.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:45 smithi203 conmon[88363]: audit 2023-11-30T22:33:43.497921+0000 mgr.smithi071.nfuwvn (mgr.14180) 801 : audit [DBG] 2023-11-30T22:33:45.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:45 smithi203 conmon[88363]: from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:46.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:46 smithi071 conmon[83797]: cluster 2023-11-30T22:33:45.176447+0000 mgr.smithi071.nfuwvn (mgr.14180) 802 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:46.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:46 smithi203 conmon[88363]: cluster 2023-11-30T22:33:45.176447+0000 mgr.smithi071.nfuwvn (mgr.14180) 802 2023-11-30T22:33:46.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:46 smithi203 conmon[88363]: : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:47.132 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:33:47.132 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:33:47.743 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:33:48.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:48 smithi071 conmon[83797]: audit 2023-11-30T22:33:47.127998+0000 mgr.smithi071.nfuwvn (mgr.14180) 803 : 2023-11-30T22:33:48.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:48 smithi071 conmon[83797]: audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:48.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:48 smithi071 conmon[83797]: cluster 2023-11-30T22:33:47.177076+0000 mgr.smithi071.nfuwvn (mgr.14180) 804 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:48.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:48 smithi203 conmon[88363]: audit 2023-11-30T22:33:47.127998+0000 mgr.smithi071.nfuwvn (mgr.14180) 803 : audit 2023-11-30T22:33:48.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:48 smithi203 conmon[88363]: [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:48.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:48 smithi203 conmon[88363]: cluster 2023-11-30T22:33:47.177076+0000 mgr.smithi071.nfuwvn (mgr.14180) 804 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:48.744 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:33:50.251 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:50 smithi071 conmon[83797]: cluster 2023-11-30T22:33:49.177551+0000 mgr.smithi071.nfuwvn (mgr.14180) 805 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:50.594 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:33:50.594 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:33:50.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:50 smithi203 conmon[88363]: cluster 2023-11-30T22:33:49.177551+0000 mgr.smithi071.nfuwvn (mgr.14180) 805 : cluster 2023-11-30T22:33:50.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:50 smithi203 conmon[88363]: [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:51.201 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:33:52.202 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:33:52.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:52 smithi071 conmon[83797]: audit 2023-11-30T22:33:50.590266+0000 mgr.smithi071.nfuwvn (mgr.14180) 806 2023-11-30T22:33:52.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:52 smithi071 conmon[83797]: : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:52.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:52 smithi071 conmon[83797]: cluster 2023-11-30T22:33:51.178009+0000 mgr.smithi071.nfuwvn (mgr.14180) 807 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:52.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:52 smithi203 conmon[88363]: audit 2023-11-30T22:33:50.590266+0000 mgr.smithi071.nfuwvn (mgr.14180) 806 : audit 2023-11-30T22:33:52.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:52 smithi203 conmon[88363]: [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:52.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:52 smithi203 conmon[88363]: cluster 2023-11-30T22:33:51.178009+0000 mgr.smithi071.nfuwvn (mgr.14180) 807 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:54.127 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:33:54.127 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:33:54.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:54 smithi071 conmon[83797]: cluster 2023-11-30T22:33:53.178551+0000 mgr.smithi071.nfuwvn (mgr.14180) 808 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:54.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:54 smithi203 conmon[88363]: cluster 2023-11-30T22:33:53.178551+0000 mgr.smithi071.nfuwvn (mgr.14180) 808 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:54.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:54 smithi203 conmon[88363]: 2023-11-30T22:33:54.749 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:33:55.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:55 smithi071 conmon[83797]: audit 2023-11-30T22:33:54.123541+0000 mgr.smithi071.nfuwvn (mgr.14180) 809 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:55.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:55 smithi071 conmon[83797]: 2023-11-30T22:33:55.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:55 smithi203 conmon[88363]: audit 2023-11-30T22:33:54.123541+0000 mgr.smithi071.nfuwvn (mgr.14180) 809 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:55.750 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:33:56.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:56 smithi071 conmon[83797]: cluster 2023-11-30T22:33:55.179125+0000 mgr.smithi071.nfuwvn (mgr.14180) 810 : 2023-11-30T22:33:56.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:56 smithi071 conmon[83797]: cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:56.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:56 smithi203 conmon[88363]: cluster 2023-11-30T22:33:55.179125+0000 mgr.smithi071.nfuwvn (mgr.14180) 810 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:57.734 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:33:57.734 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:33:58.417 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:33:58.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:58 smithi071 conmon[83797]: cluster 2023-11-30T22:33:57.179610 2023-11-30T22:33:58.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:58 smithi071 conmon[83797]: +0000 mgr.smithi071.nfuwvn (mgr.14180) 811 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:58.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:58 smithi203 conmon[88363]: cluster 2023-11-30T22:33:57.179610+0000 mgr.smithi071.nfuwvn (mgr.14180) 811 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:33:59.418 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:33:59.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:33:59 smithi203 conmon[88363]: audit 2023-11-30T22:33:57.730337+0000 mgr.smithi071.nfuwvn (mgr.14180) 812 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:33:59.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:59 smithi071 conmon[83797]: audit 2023-11-30T22:33:57.730337+0000 mgr.smithi071.nfuwvn (mgr.14180) 812 : audit 2023-11-30T22:33:59.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:33:59 smithi071 conmon[83797]: [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:00.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:00 smithi071 conmon[83797]: cluster 2023-11-30T22:33:59.180332+0000 2023-11-30T22:34:00.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:00 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 813 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:00.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:00 smithi203 conmon[88363]: cluster 2023-11-30T22:33:59.180332+0000 mgr.smithi071.nfuwvn (mgr.14180) 813 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:01.286 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:34:01.286 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:34:01.848 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:34:02.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:02 smithi071 conmon[83797]: cluster 2023-11-30T22:34:01.180789+0000 mgr.smithi071.nfuwvn (mgr.14180) 814 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:02.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:02 smithi071 conmon[83797]: audit 2023-11-30T22:34:01.281777+0000 mgr.smithi071.nfuwvn (mgr.14180) 815 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:02.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:02 smithi203 conmon[88363]: cluster 2023-11-30T22:34:01.180789+0000 mgr.smithi071.nfuwvn (mgr.14180) 814 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:02.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:02 smithi203 conmon[88363]: audit 2023-11-30T22:34:01.281777+0000 mgr.smithi071.nfuwvn (mgr.14180) 815 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:02.849 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:34:04.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:04 smithi071 conmon[83797]: cluster 2023-11-30T22:34:03.181347+0000 mgr.smithi071.nfuwvn (mgr.14180) 816 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:04.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:04 smithi203 conmon[88363]: cluster 2023-11-30T22:34:03.181347+0000 mgr.smithi071.nfuwvn (mgr.14180) 816 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:04.807 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:34:04.808 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:34:05.414 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:34:06.415 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:34:06.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:06 smithi071 conmon[83797]: audit 2023-11-30T22:34:04.803599+0000 mgr.smithi071.nfuwvn (mgr.14180) 817 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:06.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:06 smithi071 conmon[83797]: cluster 2023-11-30T22:34:05.181709+0000 mgr.smithi071.nfuwvn (mgr.14180) 818 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:06.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:06 smithi203 conmon[88363]: audit 2023-11-30T22:34:04.803599+0000 mgr.smithi071.nfuwvn (mgr.14180) 817 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:06.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:06 smithi203 conmon[88363]: cluster 2023-11-30T22:34:05.181709+0000 mgr.smithi071.nfuwvn (mgr.14180) 818 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:08.362 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:34:08.362 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:26:18.416127Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.krqnqk on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:34:08.531 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:08 smithi071 conmon[83797]: cluster 2023-11-30T22:34:07.182196+0000 mgr.smithi071.nfuwvn (mgr.14180) 819 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:08.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:08 smithi203 conmon[88363]: cluster 2023-11-30T22:34:07.182196+0000 mgr.smithi071.nfuwvn (mgr.14180) 819 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:08.972 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:34:09.972 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:34:10.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:10 smithi071 conmon[83797]: audit 2023-11-30T22:34:08.357488+0000 mgr.smithi071.nfuwvn (mgr.14180) 820 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:10.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:10 smithi071 conmon[83797]: cluster 2023-11-30T22:34:09.182761+0000 mgr.smithi071.nfuwvn (mgr.14180) 821 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:10.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:10 smithi203 conmon[88363]: audit 2023-11-30T22:34:08.357488+0000 mgr.smithi071.nfuwvn (mgr.14180) 820 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:13.912 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:10 smithi203 conmon[88363]: cluster 2023-11-30T22:34:09.182761+0000 mgr.smithi071.nfuwvn (mgr.14180) 821 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:13.913 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:11 smithi071 conmon[83797]: audit 2023-11-30T22:34:10.618933+0000 mon.smithi071 (mon.0) 712 : 2023-11-30T22:34:13.913 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:11 smithi071 conmon[83797]: audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi203.ritqga"}]: dispatch 2023-11-30T22:34:13.914 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:34:13.914 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:34:13.918 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:11 smithi203 conmon[88363]: audit 2023-11-30T22:34:10.618933+0000 mon.smithi071 (mon.0) 712 : audit [INF] 2023-11-30T22:34:13.918 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:11 smithi203 conmon[88363]: from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi203.ritqga"}]: dispatch 2023-11-30T22:34:13.918 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: cephadm 2023-11-30T22:34:10.618433+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:34:13.918 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: 822 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga 2023-11-30T22:34:13.918 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga 2023-11-30T22:34:13.918 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga 2023-11-30T22:34:13.918 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga 2023-11-30T22:34:13.918 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: Deploy daemon haproxy.rgw.foo.smithi203.ritqga ... 2023-11-30T22:34:13.918 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:34:13.919 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:34:13.919 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:32:14Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:34:13.919 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:32:51Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:34:13.919 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:33:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:34:13.919 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: stat: stderr toomanyrequests: 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-30T22:34:13.919 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: 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-30T22:34:13.919 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:34:13.919 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: Traceback (most recent call last): 2023-11-30T22:34:13.919 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-30T22:34:13.919 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: yield (conn, connr) 2023-11-30T22:34:13.919 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-30T22:34:13.919 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: code, '\n'.join(err))) 2023-11-30T22:34:13.920 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: 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-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga 2023-11-30T22:34:13.920 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga 2023-11-30T22:34:13.920 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga 2023-11-30T22:34:13.920 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga 2023-11-30T22:34:13.920 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: Deploy daemon haproxy.rgw.foo.smithi203.ritqga ... 2023-11-30T22:34:13.920 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:34:13.920 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:34:13.920 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:32:14Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:34:13.920 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:32:51Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:34:13.920 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:33:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:34:13.920 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: stat: stderr toomanyrequests: 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-30T22:34:13.921 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: 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 2023-11-30T22:34:13.921 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: -rate-limit 2023-11-30T22:34:13.921 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:34:13.921 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: cephadm 2023-11-30T22:34:10.618603+0000 mgr.smithi071.nfuwvn (mgr.14180) 823 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi203.ritqga 2023-11-30T22:34:13.921 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: cephadm 2023-11-30T22:34:10.619479+0000 mgr.smithi071.nfuwvn (mgr.14180) 824 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga 2023-11-30T22:34:13.921 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga 2023-11-30T22:34:13.921 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga 2023-11-30T22:34:13.921 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga 2023-11-30T22:34:13.921 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: Deploy daemon haproxy.rgw.foo.smithi203.ritqga ... 2023-11-30T22:34:13.921 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:34:13.921 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:34:13.921 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:32:14Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:34:13.922 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:32:51Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:34:13.922 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:33:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:34:13.922 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: stat: stderr toomanyrequests: 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-30T22:34:13.922 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: 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-30T22:34:13.922 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:34:13.922 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: cephadm 2023-11-30T22:34:10.620880+0000 mgr.smithi071.nfuwvn (mgr.14180) 825 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi071.ploaxw on smithi071 2023-11-30T22:34:13.922 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:12 smithi203 conmon[88363]: cluster 2023-11-30T22:34:11.183168+0000 mgr.smithi071.nfuwvn (mgr.14180) 826 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:13.922 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:13 smithi203 conmon[88363]: audit 2023-11-30T22:34:11.851931+0000 mgr.smithi071.nfuwvn (mgr.14180) 827 2023-11-30T22:34:13.923 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:13 smithi203 conmon[88363]: : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:13.923 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: cephadm 2023-11-30T22:34:10.618433+0000 mgr.smithi071.nfuwvn (mgr.14180) 822 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga 2023-11-30T22:34:13.923 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga 2023-11-30T22:34:13.923 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga 2023-11-30T22:34:13.923 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga 2023-11-30T22:34:13.944 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi203.ritqga ... 2023-11-30T22:34:13.944 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:34:13.944 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:34:13.944 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:32:14Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:34:13.944 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:32:51Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:34:13.944 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:33:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:34:13.944 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: stat: stderr toomanyrequests: 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-30T22:34:13.944 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: 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-30T22:34:13.944 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:34:13.944 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: Traceback (most recent call last): 2023-11-30T22:34:13.944 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-30T22:34:13.945 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: yield (conn, connr) 2023-11-30T22:34:13.945 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-30T22:34:13.945 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: code, '\n'.join(err))) 2023-11-30T22:34:13.945 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: 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-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga 2023-11-30T22:34:13.945 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga 2023-11-30T22:34:13.945 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga 2023-11-30T22:34:13.945 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga 2023-11-30T22:34:13.945 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi203.ritqga ... 2023-11-30T22:34:13.945 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:34:13.945 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:34:13.945 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:32:14Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:34:13.945 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:32:51Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:34:13.945 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:33:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:34:13.946 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: stat: stderr toomanyrequests: 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-30T22:34:13.946 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: 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 t 2023-11-30T22:34:13.946 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-30T22:34:13.946 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:34:13.946 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: cephadm 2023-11-30T22:34:10.618603+0000 mgr.smithi071.nfuwvn (mgr.14180) 823 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi203.ritqga 2023-11-30T22:34:13.946 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: cephadm 2023-11-30T22:34:10.619479+0000 mgr.smithi071.nfuwvn (mgr.14180) 824 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga 2023-11-30T22:34:13.946 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga 2023-11-30T22:34:13.946 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga 2023-11-30T22:34:13.946 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga 2023-11-30T22:34:13.946 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi203.ritqga ... 2023-11-30T22:34:13.946 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:34:13.946 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:34:13.947 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:32:14Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:34:13.947 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:32:51Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:34:13.947 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:33:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:34:13.947 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: stat: stderr toomanyrequests: 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-30T22:34:13.947 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: 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-30T22:34:13.947 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:34:13.947 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: cephadm 2023-11-30T22:34:10.620880+0000 mgr.smithi071.nfuwvn (mgr.14180) 825 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi071.ploaxw on smithi071 2023-11-30T22:34:13.947 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:12 smithi071 conmon[83797]: cluster 2023-11-30T22:34:11.183168+0000 mgr.smithi071.nfuwvn (mgr.14180) 826 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:13.948 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:34:13.948 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:13 smithi071 conmon[83797]: audit 2023-11-30T22:34:11.851931+0000 mgr.smithi071.nfuwvn (mgr.14180) 827 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:14.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:14 smithi071 conmon[83797]: cluster 2023-11-30T22:34:13.183736+0000 mgr.smithi071.nfuwvn (mgr.14180) 828 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:14.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:14 smithi203 conmon[88363]: cluster 2023-11-30T22:34:13.183736+0000 mgr.smithi071.nfuwvn (mgr.14180) 828 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:14.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:14 smithi203 conmon[88363]: 2023-11-30T22:34:14.949 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:34:16.539 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:16 smithi071 conmon[83797]: cluster 2023-11-30T22:34:15.184192+0000 mgr.smithi071.nfuwvn (mgr.14180) 829 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:16.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:16 smithi203 conmon[88363]: cluster 2023-11-30T22:34:15.184192+0000 mgr.smithi071.nfuwvn (mgr.14180) 829 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:16.901 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:34:16.902 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:34:17.527 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:34:18.528 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:34:18.557 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:18 smithi071 conmon[83797]: audit 2023-11-30T22:34:16.897044+0000 mgr.smithi071.nfuwvn (mgr.14180) 830 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:18.558 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:18 smithi071 conmon[83797]: cluster 2023-11- 2023-11-30T22:34:18.558 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:18 smithi071 conmon[83797]: 30T22:34:17.184756+0000 mgr.smithi071.nfuwvn (mgr.14180) 831 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:18.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:18 smithi203 conmon[88363]: audit 2023-11-30T22:34:16.897044+0000 mgr.smithi071.nfuwvn (mgr.14180) 830 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:18.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:18 smithi203 conmon[88363]: 2023-11-30T22:34:18.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:18 smithi203 conmon[88363]: cluster 2023-11-30T22:34:17.184756+0000 mgr.smithi071.nfuwvn (mgr.14180) 831 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:20.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:20 smithi071 conmon[83797]: cluster 2023-11-30T22:34:19.185176+0000 mgr.smithi071.nfuwvn (mgr.14180) 832 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:20.447 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:34:20.448 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:34:20.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:20 smithi203 conmon[88363]: cluster 2023-11-30T22:34:19.185176+0000 mgr.smithi071.nfuwvn (mgr.14180) 832 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:21.069 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:34:22.070 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:34:22.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:22 smithi071 conmon[83797]: audit 2023-11-30T22:34:20.443801+0000 mgr.smithi071.nfuwvn (mgr.14180) 833 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:22.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:22 smithi071 conmon[83797]: cluster 2023-11-30T22:34:22.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:22 smithi071 conmon[83797]: 2023-11-30T22:34:21.185601+0000 mgr.smithi071.nfuwvn (mgr.14180) 834 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:22.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:22 smithi203 conmon[88363]: audit 2023-11-30T22:34:20.443801+0000 mgr.smithi071.nfuwvn (mgr.14180) 833 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:22.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:22 smithi203 conmon[88363]: cluster 2023-11-30T22:34:21.185601+0000 mgr.smithi071.nfuwvn (mgr.14180) 834 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:24.075 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:34:24.076 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:34:24.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:24 smithi071 conmon[83797]: cluster 2023-11-30T22:34:23.186204+0000 mgr.smithi071.nfuwvn (mgr.14180) 835 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:24.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:24 smithi203 conmon[88363]: cluster 2023-11-30T22:34:23.186204+0000 mgr.smithi071.nfuwvn (mgr.14180) 835 : cluster [DBG] 2023-11-30T22:34:24.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:24 smithi203 conmon[88363]: pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:24.668 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:34:25.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:25 smithi071 conmon[83797]: audit 2023-11-30T22:34:24.071219+0000 mgr.smithi071.nfuwvn (mgr.14180) 836 : audit 2023-11-30T22:34:25.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:25 smithi071 conmon[83797]: [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:25.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:25 smithi203 conmon[88363]: audit 2023-11-30T22:34:24.071219+0000 mgr.smithi071.nfuwvn (mgr.14180) 836 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:25.669 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:34:26.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:26 smithi071 conmon[83797]: cluster 2023-11-30T22:34:25.186589+0000 mgr.smithi071.nfuwvn (mgr.14180) 837 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:26.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:26 smithi203 conmon[88363]: cluster 2023-11-30T22:34:25.186589+0000 mgr.smithi071.nfuwvn (mgr.14180) 837 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:27.562 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:34:27.625 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:34:28.294 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:34:28.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:28 smithi071 conmon[83797]: cluster 2023-11-30T22:34:27.187182+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:34:28.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:28 smithi071 conmon[83797]: 838 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:28.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:28 smithi203 conmon[88363]: cluster 2023-11-30T22:34:27.187182+0000 mgr.smithi071.nfuwvn (mgr.14180) 838 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:29.297 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:34:29.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:29 smithi203 conmon[88363]: audit 2023-11-30T22:34:27.558550+0000 mgr.smithi071.nfuwvn (mgr.14180) 839 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:29.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:29 smithi071 conmon[83797]: audit 2023-11-30T22:34:27.558550+0000 mgr.smithi071.nfuwvn (mgr.14180) 839 : audit 2023-11-30T22:34:29.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:29 smithi071 conmon[83797]: [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:30.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:30 smithi071 conmon[83797]: cluster 2023-11-30T22:34:29.187821+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:34:30.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:30 smithi071 conmon[83797]: ) 840 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:30.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:30 smithi203 conmon[88363]: cluster 2023-11-30T22:34:29.187821+0000 mgr.smithi071.nfuwvn (mgr.14180) 840 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:31.242 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:34:31.242 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:34:31.867 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:34:32.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:32 smithi071 conmon[83797]: cluster 2023-11-30T22:34:31.188296+0000 mgr.smithi071.nfuwvn (mgr.14180) 841 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:32.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:32 smithi071 conmon[83797]: audit 2023-11-30T22:34:31.237946+0000 mgr.smithi071.nfuwvn (mgr.14180) 842 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:32.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:32 smithi203 conmon[88363]: cluster 2023-11-30T22:34:31.188296+0000 mgr.smithi071.nfuwvn (mgr.14180) 841 : 2023-11-30T22:34:32.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:32 smithi203 conmon[88363]: cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:32.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:32 smithi203 conmon[88363]: audit 2023-11-30T22:34:31.237946+0000 mgr.smithi071.nfuwvn (mgr.14180) 842 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:32.868 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:34:34.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:34 smithi071 conmon[83797]: cluster 2023-11-30T22:34:33.188961+0000 mgr.smithi071.nfuwvn (mgr.14180) 843 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:34.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:34 smithi203 conmon[88363]: cluster 2023-11-30T22:34:33.188961+0000 mgr.smithi071.nfuwvn (mgr.14180) 843 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:34.717 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:34:34.717 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:34:35.291 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:34:36.292 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:34:36.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:36 smithi071 conmon[83797]: audit 2023-11-30T22:34:34.712960+0000 mgr.smithi071.nfuwvn (mgr.14180) 844 : audit [DBG] 2023-11-30T22:34:36.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:36 smithi071 conmon[83797]: from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:36.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:36 smithi071 conmon[83797]: cluster 2023-11-30T22:34:35.189450+0000 mgr.smithi071.nfuwvn (mgr.14180) 845 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:36.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:36 smithi203 conmon[88363]: audit 2023-11-30T22:34:34.712960+0000 mgr.smithi071.nfuwvn (mgr.14180) 844 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:36.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:36 smithi203 conmon[88363]: cluster 2023-11-30T22:34:35.189450+0000 mgr.smithi071.nfuwvn (mgr.14180) 845 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:38.221 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:34:38.221 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:34:38.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:38 smithi071 conmon[83797]: cluster 2023-11-30T22:34:37.190037+0000 mgr.smithi071.nfuwvn 2023-11-30T22:34:38.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:38 smithi071 conmon[83797]: (mgr.14180) 846 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:38.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:38 smithi203 conmon[88363]: cluster 2023-11-30T22:34:37.190037+0000 mgr.smithi071.nfuwvn (mgr.14180) 846 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:38.908 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:34:39.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:39 smithi071 conmon[83797]: audit 2023-11-30T22:34:38.215250+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:34:39.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:39 smithi071 conmon[83797]: 847 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:39.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:39 smithi203 conmon[88363]: audit 2023-11-30T22:34:38.215250+0000 mgr.smithi071.nfuwvn (mgr.14180) 847 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:39.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:39 smithi203 conmon[88363]: 2023-11-30T22:34:39.909 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:34:40.570 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:40 smithi071 conmon[83797]: cluster 2023-11-30T22:34:39.190508+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:34:40.571 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:40 smithi071 conmon[83797]: 848 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:40.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:40 smithi203 conmon[88363]: cluster 2023-11-30T22:34:39.190508+0000 mgr.smithi071.nfuwvn (mgr.14180) 848 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:41.919 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:34:41.919 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:34:42.537 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:42 smithi071 conmon[83797]: cluster 2023-11-30T22:34:41.191071+0000 mgr.smithi071.nfuwvn (mgr.14180) 849 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:42.556 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:34:42.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:42 smithi203 conmon[88363]: cluster 2023-11-30T22:34:41.191071+0000 mgr.smithi071.nfuwvn (mgr.14180) 849 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:43.557 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:34:43.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:43 smithi071 conmon[83797]: audit 2023-11-30T22:34:41.915285+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:34:43.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:43 smithi071 conmon[83797]: 850 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:43.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:43 smithi203 conmon[88363]: audit 2023-11-30T22:34:41.915285+0000 mgr.smithi071.nfuwvn (mgr.14180) 850 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:44.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:44 smithi071 conmon[83797]: cluster 2023-11-30T22:34:43.191630+0000 mgr.smithi071.nfuwvn (mgr.14180) 851 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:44.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:44 smithi203 conmon[88363]: cluster 2023-11-30T22:34:43.191630+0000 mgr.smithi071.nfuwvn 2023-11-30T22:34:44.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:44 smithi203 conmon[88363]: (mgr.14180) 851 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:45.417 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:34:45.417 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:34:46.098 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:34:46.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:46 smithi071 conmon[83797]: cluster 2023-11-30T22:34:45.192045+0000 mgr.smithi071.nfuwvn (mgr.14180) 852 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:46.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:46 smithi203 conmon[88363]: cluster 2023-11-30T22:34:45.192045+0000 mgr.smithi071.nfuwvn (mgr.14180) 852 : cluster 2023-11-30T22:34:46.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:46 smithi203 conmon[88363]: [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:47.098 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:34:47.547 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:47 smithi071 conmon[83797]: audit 2023-11-30T22:34:45.412883+0000 mgr.smithi071.nfuwvn (mgr.14180) 853 : audit 2023-11-30T22:34:47.547 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:47 smithi071 conmon[83797]: [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:47.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:47 smithi203 conmon[88363]: audit 2023-11-30T22:34:45.412883+0000 mgr.smithi071.nfuwvn (mgr.14180) 853 : audit [DBG] 2023-11-30T22:34:47.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:47 smithi203 conmon[88363]: from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:48.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:48 smithi071 conmon[83797]: cluster 2023-11-30T22:34:47.192656+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:34:48.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:48 smithi071 conmon[83797]: .14180) 854 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:48.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:48 smithi203 conmon[88363]: cluster 2023-11-30T22:34:47.192656+0000 mgr.smithi071.nfuwvn (mgr.14180) 854 2023-11-30T22:34:48.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:48 smithi203 conmon[88363]: : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:48.998 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:34:48.998 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:34:49.623 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:34:50.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:50 smithi071 conmon[83797]: audit 2023-11-30T22:34:48.994351+0000 mgr.smithi071.nfuwvn (mgr.14180) 855 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:50.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:50 smithi071 conmon[83797]: cluster 2023-11-30T22:34:49.193170+0000 mgr.smithi071.nfuwvn (mgr.14180) 856 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:50.624 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:34:50.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:50 smithi203 conmon[88363]: audit 2023-11-30T22:34:48.994351+0000 mgr.smithi071.nfuwvn (mgr.14180) 855 : 2023-11-30T22:34:50.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:50 smithi203 conmon[88363]: audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:50.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:50 smithi203 conmon[88363]: cluster 2023-11-30T22:34:49.193170+0000 mgr.smithi071.nfuwvn (mgr.14180) 856 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:52.573 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:34:52.574 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:34:52.604 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:52 smithi071 conmon[83797]: cluster 2023-11-30T22:34:51.193580+0000 mgr.smithi071.nfuwvn (mgr.14180) 857 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:52.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:52 smithi203 conmon[88363]: cluster 2023-11-30T22:34:51.193580+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:34:52.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:52 smithi203 conmon[88363]: .14180) 857 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:53.274 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:34:54.331 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:34:54.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:54 smithi071 conmon[83797]: audit 2023-11-30T22:34:52.569300+0000 mgr.smithi071.nfuwvn (mgr.14180) 858 : audit [DBG] 2023-11-30T22:34:54.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:54 smithi071 conmon[83797]: from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:54.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:54 smithi071 conmon[83797]: cluster 2023-11-30T22:34:53.194305+0000 mgr.smithi071.nfuwvn (mgr.14180) 859 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:54.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:54 smithi203 conmon[88363]: audit 2023-11-30T22:34:52.569300+0000 mgr.smithi071.nfuwvn (mgr.14180) 858 : audit 2023-11-30T22:34:54.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:54 smithi203 conmon[88363]: [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:54.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:54 smithi203 conmon[88363]: cluster 2023-11-30T22:34:53.194305+0000 mgr.smithi071.nfuwvn (mgr.14180) 859 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:56.225 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:34:56.225 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:34:56.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:56 smithi071 conmon[83797]: cluster 2023-11-30T22:34:55.194718+0000 mgr.smithi071.nfuwvn (mgr.14180) 860 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:56.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:56 smithi203 conmon[88363]: cluster 2023-11-30T22:34:55.194718+0000 mgr.smithi071.nfuwvn (mgr.14180) 860 : 2023-11-30T22:34:56.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:56 smithi203 conmon[88363]: cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:56.819 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:34:57.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:57 smithi071 conmon[83797]: audit 2023-11-30T22:34:56.221203+0000 2023-11-30T22:34:57.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:57 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 861 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:57.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:57 smithi203 conmon[88363]: audit 2023-11-30T22:34:56.221203+0000 mgr.smithi071.nfuwvn (mgr.14180) 861 2023-11-30T22:34:57.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:57 smithi203 conmon[88363]: : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:34:57.820 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:34:58.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:34:58 smithi071 conmon[83797]: cluster 2023-11-30T22:34:57.195298+0000 mgr.smithi071.nfuwvn (mgr.14180) 862 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:58.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:58 smithi203 conmon[88363]: cluster 2023-11-30T22:34:57.195298+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:34:58.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:34:58 smithi203 conmon[88363]: .14180) 862 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:34:59.762 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:34:59.762 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:35:00.370 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:35:00.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:00 smithi071 conmon[83797]: cluster 2023-11-30T22:34:59.195731+0000 mgr.smithi071.nfuwvn (mgr.14180) 863 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:00.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:00 smithi203 conmon[88363]: cluster 2023-11-30T22:34:59.195731 2023-11-30T22:35:00.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:00 smithi203 conmon[88363]: +0000 mgr.smithi071.nfuwvn (mgr.14180) 863 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:01.371 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:35:01.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:01 smithi071 conmon[83797]: audit 2023-11-30T22:34:59.758620+0000 mgr.smithi071.nfuwvn (mgr.14180) 864 : audit [DBG] 2023-11-30T22:35:01.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:01 smithi071 conmon[83797]: from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:01.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:01 smithi203 conmon[88363]: audit 2023-11-30T22:34:59.758620+0000 mgr.smithi071.nfuwvn (mgr.14180) 864 : audit 2023-11-30T22:35:01.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:01 smithi203 conmon[88363]: [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:02.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:02 smithi071 conmon[83797]: cluster 2023-11-30T22:35:01.196403+0000 mgr.smithi071.nfuwvn (mgr.14180) 865 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:02.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:02 smithi203 conmon[88363]: cluster 2023-11-30T22:35:01.196403+0000 mgr.smithi071.nfuwvn (mgr.14180) 865 : 2023-11-30T22:35:02.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:02 smithi203 conmon[88363]: cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:03.275 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:35:03.275 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:35:03.927 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:35:04.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:04 smithi071 conmon[83797]: cluster 2023-11-30T22:35:03.197015+0000 mgr.smithi071.nfuwvn (mgr.14180) 866 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:04.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:04 smithi071 conmon[83797]: audit 2023-11-30T22:35:03.271177+0000 mgr.smithi071.nfuwvn (mgr.14180) 867 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:04.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:04 smithi203 conmon[88363]: cluster 2023-11-30T22:35:03.197015+0000 mgr.smithi071.nfuwvn (mgr.14180) 866 : 2023-11-30T22:35:04.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:04 smithi203 conmon[88363]: cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:04.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:04 smithi203 conmon[88363]: audit 2023-11-30T22:35:03.271177+0000 mgr.smithi071.nfuwvn (mgr.14180) 867 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:04.928 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:35:06.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:06 smithi071 conmon[83797]: cluster 2023-11-30T22:35:05 2023-11-30T22:35:06.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:06 smithi071 conmon[83797]: .197397+0000 mgr.smithi071.nfuwvn (mgr.14180) 868 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:06.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:06 smithi203 conmon[88363]: cluster 2023-11-30T22:35:05.197397+0000 mgr.smithi071.nfuwvn (mgr.14180) 868 : cluster 2023-11-30T22:35:06.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:06 smithi203 conmon[88363]: [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:06.817 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:35:06.817 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:35:07.459 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:35:08.461 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:35:08.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:08 smithi071 conmon[83797]: audit 2023-11-30T22:35:06.813375+0000 mgr.smithi071.nfuwvn (mgr.14180) 869 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:08.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:08 smithi071 conmon[83797]: cluster 2023-11-30T22:35:07.197947+0000 mgr.smithi071.nfuwvn (mgr.14180) 870 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:08.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:08 smithi203 conmon[88363]: audit 2023-11-30T22:35:06.813375+0000 mgr.smithi071.nfuwvn (mgr.14180) 869 2023-11-30T22:35:08.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:08 smithi203 conmon[88363]: : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:08.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:08 smithi203 conmon[88363]: cluster 2023-11-30T22:35:07.197947+0000 mgr.smithi071.nfuwvn (mgr.14180) 870 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:10.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:10 smithi071 conmon[83797]: cluster 2023-11-30T22:35:09.198641+0000 mgr.smithi071.nfuwvn (mgr.14180) 871 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:10.409 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:35:10.409 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:35:10.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:10 smithi203 conmon[88363]: cluster 2023-11-30T22:35:09.198641+0000 mgr.smithi071.nfuwvn (mgr.14180) 871 : 2023-11-30T22:35:10.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:10 smithi203 conmon[88363]: cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:11.025 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:35:12.026 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:35:12.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:12 smithi071 conmon[83797]: audit 2023-11-30T22:35:10.405490+0000 mgr.smithi071.nfuwvn (mgr.14180) 872 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:12.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:12 smithi071 conmon[83797]: cluster 2023-11-30T22:35:11.199284+0000 mgr.smithi071.nfuwvn (mgr.14180) 873 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:12.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:12 smithi203 conmon[88363]: audit 2023-11-30T22:35:10.405490+0000 mgr.smithi071.nfuwvn (mgr.14180) 872 : audit 2023-11-30T22:35:12.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:12 smithi203 conmon[88363]: [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:12.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:12 smithi203 conmon[88363]: cluster 2023-11-30T22:35:11.199284+0000 mgr.smithi071.nfuwvn (mgr.14180) 873 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:13.923 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:35:13.924 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:35:14.539 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:14 smithi071 conmon[83797]: cluster 2023-11-30T22:35:13.200056+0000 2023-11-30T22:35:14.539 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:14 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 874 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:14.556 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:35:14.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:14 smithi203 conmon[88363]: cluster 2023-11-30T22:35:13.200056+0000 mgr.smithi071.nfuwvn (mgr.14180) 874 : 2023-11-30T22:35:14.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:14 smithi203 conmon[88363]: cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:15.557 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:35:15.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:15 smithi071 conmon[83797]: audit 2023-11-30T22:35:13.919682+0000 mgr.smithi071.nfuwvn (mgr.14180) 875 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:15.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:15 smithi203 conmon[88363]: audit 2023-11-30T22:35:13.919682+0000 mgr.smithi071.nfuwvn (mgr.14180) 875 : audit 2023-11-30T22:35:15.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:15 smithi203 conmon[88363]: [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:16.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:16 smithi071 conmon[83797]: cluster 2023-11-30T22:35:15.200475+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:35:16.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:16 smithi071 conmon[83797]: ) 876 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:16.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:16 smithi203 conmon[88363]: cluster 2023-11-30T22:35:15.200475+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:35:16.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:16 smithi203 conmon[88363]: mgr.14180) 876 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:17.464 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:35:17.464 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:35:18.065 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:35:18.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:18 smithi071 conmon[83797]: cluster 2023-11-30T22:35:17.201038+0000 mgr.smithi071.nfuwvn (mgr.14180) 877 : cluster 2023-11-30T22:35:18.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:18 smithi071 conmon[83797]: [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:18.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:18 smithi203 conmon[88363]: cluster 2023-11-30T22:35:17 2023-11-30T22:35:18.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:18 smithi203 conmon[88363]: .201038+0000 mgr.smithi071.nfuwvn (mgr.14180) 877 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:19.066 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:35:19.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:19 smithi071 conmon[83797]: audit 2023-11-30T22:35:17.459658+0000 mgr.smithi071.nfuwvn (mgr.14180) 878 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:19.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:19 smithi203 conmon[88363]: audit 2023-11-30T22:35:17.459658+0000 mgr.smithi071.nfuwvn (mgr.14180) 878 : audit 2023-11-30T22:35:19.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:19 smithi203 conmon[88363]: [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:20.559 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:20 smithi071 conmon[83797]: cluster 2023-11-30T22:35:19.201489+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:35:20.560 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:20 smithi071 conmon[83797]: .14180) 879 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:20.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:20 smithi203 conmon[88363]: cluster 2023-11-30T22:35:19.201489+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:35:20.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:20 smithi203 conmon[88363]: 879 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:20.934 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:35:20.934 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:35:21.531 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:35:22.532 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:35:22.558 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:22 smithi071 conmon[83797]: audit 2023-11-30T22:35:20.930191+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:35:22.558 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:22 smithi071 conmon[83797]: 880 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:22.558 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:22 smithi071 conmon[83797]: cluster 2023-11-30T22:35:21.202083+0000 mgr.smithi071.nfuwvn (mgr.14180) 881 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:22.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:22 smithi203 conmon[88363]: audit 2023-11-30T22:35:20.930191+0000 mgr.smithi071.nfuwvn (mgr.14180) 880 : audit 2023-11-30T22:35:22.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:22 smithi203 conmon[88363]: [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:22.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:22 smithi203 conmon[88363]: cluster 2023-11-30T22:35:21.202083+0000 mgr.smithi071.nfuwvn (mgr.14180) 881 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:24.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:24 smithi071 conmon[83797]: cluster 2023-11-30T22:35:23.202876+0000 mgr.smithi071.nfuwvn (mgr.14180) 882 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:24.442 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:35:24.505 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:35:24.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:24 smithi203 conmon[88363]: cluster 2023-11-30T22:35:23.202876+0000 mgr.smithi071.nfuwvn (mgr.14180) 882 : cluster 2023-11-30T22:35:24.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:24 smithi203 conmon[88363]: [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:25.088 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:35:26.089 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:35:26.581 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:26 smithi071 conmon[83797]: audit 2023-11-30T22:35:24.437946+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:35:26.582 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:26 smithi071 conmon[83797]: ) 883 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:26.582 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:26 smithi071 conmon[83797]: cluster 2023-11-30T22:35:25.203246+0000 mgr.smithi071.nfuwvn (mgr.14180) 884 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:26.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:26 smithi203 conmon[88363]: audit 2023-11-30T22:35:24.437946+0000 mgr.smithi071.nfuwvn (mgr.14180) 883 : audit 2023-11-30T22:35:26.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:26 smithi203 conmon[88363]: [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:26.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:26 smithi203 conmon[88363]: cluster 2023-11-30T22:35:25.203246+0000 mgr.smithi071.nfuwvn (mgr.14180) 884 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:28.085 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:35:28.086 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:35:28.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:28 smithi071 conmon[83797]: cluster 2023-11-30T22:35:27.203800+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:35:28.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:28 smithi071 conmon[83797]: .14180) 885 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:28.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:28 smithi203 conmon[88363]: cluster 2023-11-30T22:35:27.203800+0000 mgr.smithi071.nfuwvn (mgr.14180) 885 : cluster 2023-11-30T22:35:28.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:28 smithi203 conmon[88363]: [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:28.680 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:35:29.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:29 smithi071 conmon[83797]: audit 2023-11-30T22:35:28.081332+0000 mgr.smithi071.nfuwvn (mgr.14180) 886 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:29.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:29 smithi203 conmon[88363]: audit 2023-11-30T22:35:28.081332+0000 mgr.smithi071.nfuwvn (mgr.14180) 886 2023-11-30T22:35:29.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:29 smithi203 conmon[88363]: : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:29.681 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:35:30.522 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:30 smithi071 conmon[83797]: cluster 2023-11-30T22:35:29.204329+0000 2023-11-30T22:35:30.523 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:30 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 887 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:30.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:30 smithi203 conmon[88363]: cluster 2023-11-30T22:35:29.204329+0000 mgr.smithi071.nfuwvn (mgr.14180) 887 : cluster [DBG] 2023-11-30T22:35:30.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:30 smithi203 conmon[88363]: pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:31.572 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:35:31.573 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:35:32.236 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:35:32.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:32 smithi071 conmon[83797]: cluster 2023-11-30T22:35:31.204740+0000 mgr.smithi071.nfuwvn (mgr.14180) 888 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:32.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:32 smithi203 conmon[88363]: cluster 2023-11-30T22:35:31.204740+0000 mgr.smithi071.nfuwvn (mgr.14180) 888 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:33.237 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:35:33.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:33 smithi071 conmon[83797]: audit 2023-11-30T22:35:31.568220+0000 mgr.smithi071.nfuwvn (mgr.14180) 889 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:33.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:33 smithi203 conmon[88363]: audit 2023-11-30T22:35:31.568220+0000 mgr.smithi071.nfuwvn (mgr.14180) 889 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:34.517 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:34 smithi071 conmon[83797]: cluster 2023-11-30T22:35:33.205471+0000 mgr.smithi071.nfuwvn (mgr.14180) 890 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:34.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:34 smithi203 conmon[88363]: cluster 2023-11-30T22:35:33.205471+0000 mgr.smithi071.nfuwvn (mgr.14180) 890 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:35.124 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:35:35.125 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:35:35.811 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:35:36.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:36 smithi071 conmon[83797]: audit 2023-11-30T22:35:35.120359+0000 mgr.smithi071.nfuwvn (mgr.14180) 891 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:36.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:36 smithi071 conmon[83797]: 2023-11-30T22:35:36.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:36 smithi071 conmon[83797]: cluster 2023-11-30T22:35:35.205892+0000 mgr.smithi071.nfuwvn (mgr.14180) 892 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:36.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:36 smithi203 conmon[88363]: audit 2023-11-30T22:35:35.120359+0000 mgr.smithi071.nfuwvn (mgr.14180) 891 : audit 2023-11-30T22:35:36.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:36 smithi203 conmon[88363]: [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:36.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:36 smithi203 conmon[88363]: cluster 2023-11-30T22:35:35.205892+0000 mgr.smithi071.nfuwvn (mgr.14180) 892 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:36.813 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:35:38.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:38 smithi071 conmon[83797]: cluster 2023-11-30T22:35:37.206436 2023-11-30T22:35:38.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:38 smithi071 conmon[83797]: +0000 mgr.smithi071.nfuwvn (mgr.14180) 893 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:38.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:38 smithi203 conmon[88363]: cluster 2023-11-30T22:35:37.206436+0000 mgr.smithi071.nfuwvn (mgr.14180) 893 : cluster [DBG] 2023-11-30T22:35:38.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:38 smithi203 conmon[88363]: pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:38.670 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:35:38.670 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:35:39.273 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:35:40.273 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:35:40.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:40 smithi071 conmon[83797]: audit 2023-11-30T22:35:38.666193+0000 mgr.smithi071.nfuwvn (mgr.14180) 894 : 2023-11-30T22:35:40.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:40 smithi071 conmon[83797]: audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:40.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:40 smithi071 conmon[83797]: cluster 2023-11-30T22:35:39.207095+0000 mgr.smithi071.nfuwvn (mgr.14180) 895 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:40.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:40 smithi203 conmon[88363]: audit 2023-11-30T22:35:38.666193+0000 mgr.smithi071.nfuwvn (mgr.14180) 894 2023-11-30T22:35:40.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:40 smithi203 conmon[88363]: : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:40.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:40 smithi203 conmon[88363]: cluster 2023-11-30T22:35:39.207095+0000 mgr.smithi071.nfuwvn (mgr.14180) 895 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:42.268 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:35:42.269 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:35:42.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:42 smithi071 conmon[83797]: cluster 2023-11-30T22:35:41.207540+0000 mgr.smithi071.nfuwvn (mgr.14180) 896 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:42.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:42 smithi203 conmon[88363]: cluster 2023-11-30T22:35:41.207540+0000 mgr.smithi071.nfuwvn (mgr.14180) 896 : 2023-11-30T22:35:42.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:42 smithi203 conmon[88363]: cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:42.944 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:35:43.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:43 smithi071 conmon[83797]: audit 2023-11-30T22:35:42.264533+0000 mgr.smithi071.nfuwvn (mgr.14180) 897 : audit 2023-11-30T22:35:43.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:43 smithi071 conmon[83797]: [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:43.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:43 smithi203 conmon[88363]: audit 2023-11-30T22:35:42.264533+0000 mgr.smithi071.nfuwvn (mgr.14180) 897 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:43.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:43 smithi203 conmon[88363]: 2023-11-30T22:35:43.945 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:35:44.586 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:44 smithi071 conmon[83797]: cluster 2023-11-30T22:35:43.208160+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:35:44.587 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:44 smithi071 conmon[83797]: 898 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:44.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:44 smithi203 conmon[88363]: cluster 2023-11-30T22:35:43.208160+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:35:44.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:44 smithi203 conmon[88363]: ) 898 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:45.784 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:35:45.785 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:35:46.451 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:35:46.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:46 smithi071 conmon[83797]: cluster 2023-11-30T22:35:45.208610+0000 mgr.smithi071.nfuwvn (mgr.14180) 899 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:46.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:46 smithi203 conmon[88363]: cluster 2023-11-30T22:35:45.208610+0000 mgr.smithi071.nfuwvn (mgr.14180) 899 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:47.453 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:35:47.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:47 smithi071 conmon[83797]: audit 2023-11-30T22:35:45.780741+0000 mgr.smithi071.nfuwvn (mgr.14180) 900 : audit [DBG] 2023-11-30T22:35:47.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:47 smithi071 conmon[83797]: from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:47.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:47 smithi203 conmon[88363]: audit 2023-11-30T22:35:45.780741+0000 mgr.smithi071.nfuwvn (mgr.14180) 900 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:48.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:48 smithi071 conmon[83797]: cluster 2023-11-30T22:35:47.209401+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:35:48.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:48 smithi071 conmon[83797]: mgr.14180) 901 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:48.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:48 smithi203 conmon[88363]: cluster 2023-11-30T22:35:47.209401+0000 mgr.smithi071.nfuwvn (mgr.14180) 901 : cluster 2023-11-30T22:35:48.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:48 smithi203 conmon[88363]: [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:49.332 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:35:49.332 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:35:49.925 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:35:50.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:50 smithi071 conmon[83797]: cluster 2023-11-30T22:35:49.209893+0000 mgr.smithi071.nfuwvn (mgr.14180) 902 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:50.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:50 smithi071 conmon[83797]: audit 2023-11-30T22:35:49.327341+0000 mgr.smithi071.nfuwvn (mgr.14180) 903 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:50.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:50 smithi203 conmon[88363]: cluster 2023-11-30T22:35:49.209893+0000 mgr.smithi071.nfuwvn (mgr.14180) 902 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:50.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:50 smithi203 conmon[88363]: audit 2023-11-30T22:35:49.327341+0000 mgr.smithi071.nfuwvn (mgr.14180) 903 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:50.926 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:35:52.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:52 smithi071 conmon[83797]: cluster 2023-11-30T22:35:51.210294+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:35:52.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:52 smithi071 conmon[83797]: mgr.14180) 904 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:52.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:52 smithi203 conmon[88363]: cluster 2023-11-30T22:35:51.210294+0000 mgr.smithi071.nfuwvn (mgr.14180) 904 : cluster 2023-11-30T22:35:52.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:52 smithi203 conmon[88363]: [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:52.824 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:35:52.824 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:35:53.456 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:35:54.458 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:35:54.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:54 smithi071 conmon[83797]: audit 2023-11-30T22:35:52.819470+0000 mgr.smithi071.nfuwvn (mgr.14180) 905 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:54.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:54 smithi071 conmon[83797]: cluster 2023-11-30T22:35:53.210990+0000 mgr.smithi071.nfuwvn (mgr.14180) 906 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:54.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:54 smithi203 conmon[88363]: audit 2023-11-30T22:35:52.819470+0000 mgr.smithi071.nfuwvn (mgr.14180) 905 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:54.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:54 smithi203 conmon[88363]: cluster 2023-11-30T22:35:53.210990+0000 mgr.smithi071.nfuwvn (mgr.14180) 906 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:56.402 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:35:56.402 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:35:56.566 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:56 smithi071 conmon[83797]: cluster 2023-11-30T22:35:55.211338+0000 mgr.smithi071.nfuwvn (mgr.14180) 907 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:56.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:56 smithi203 conmon[88363]: cluster 2023-11-30T22:35:55.211338+0000 mgr.smithi071.nfuwvn (mgr.14180) 907 : cluster [DBG] 2023-11-30T22:35:56.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:56 smithi203 conmon[88363]: pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:57.049 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:35:58.049 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:35:58.525 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:58 smithi071 conmon[83797]: audit 2023-11-30T22:35: 2023-11-30T22:35:58.525 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:58 smithi071 conmon[83797]: 56.397652+0000 mgr.smithi071.nfuwvn (mgr.14180) 908 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:58.525 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:35:58 smithi071 conmon[83797]: cluster 2023-11-30T22:35:57.211902+0000 mgr.smithi071.nfuwvn (mgr.14180) 909 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:58.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:58 smithi203 conmon[88363]: audit 2023-11-30T22:35:56.397652+0000 mgr.smithi071.nfuwvn (mgr.14180) 908 : audit [DBG] 2023-11-30T22:35:58.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:58 smithi203 conmon[88363]: from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:35:58.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:35:58 smithi203 conmon[88363]: cluster 2023-11-30T22:35:57.211902+0000 mgr.smithi071.nfuwvn (mgr.14180) 909 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:35:59.966 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:35:59.968 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:36:00.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:00 smithi071 conmon[83797]: cluster 2023-11-30T22:35:59.212513+0000 mgr.smithi071.nfuwvn (mgr.14180) 910 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:00.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:00 smithi203 conmon[88363]: cluster 2023-11-30T22:35:59.212513+0000 mgr.smithi071.nfuwvn (mgr.14180) 910 : cluster 2023-11-30T22:36:00.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:00 smithi203 conmon[88363]: [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:00.690 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:36:01.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:01 smithi071 conmon[83797]: audit 2023-11-30T22:35:59.961149+0000 mgr.smithi071.nfuwvn (mgr.14180) 911 : audit [DBG] 2023-11-30T22:36:01.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:01 smithi071 conmon[83797]: from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:01.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:01 smithi203 conmon[88363]: audit 2023-11-30T22:35:59.961149+0000 mgr.smithi071.nfuwvn (mgr.14180) 911 : audit 2023-11-30T22:36:01.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:01 smithi203 conmon[88363]: [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:01.691 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:36:02.539 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:02 smithi071 conmon[83797]: cluster 2023-11-30T22:36:01.213216+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:36:02.540 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:02 smithi071 conmon[83797]: 912 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:02.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:02 smithi203 conmon[88363]: cluster 2023-11-30T22:36:01.213216+0000 mgr.smithi071.nfuwvn (mgr.14180) 912 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:03.530 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:36:03.531 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:36:04.154 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:36:04.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:04 smithi071 conmon[83797]: cluster 2023-11-30T22:36:03.214029+0000 mgr.smithi071.nfuwvn (mgr.14180) 913 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:04.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:04 smithi203 conmon[88363]: cluster 2023-11-30T22:36:03.214029+0000 mgr.smithi071.nfuwvn (mgr.14180) 913 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:04.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:04 smithi203 conmon[88363]: 2023-11-30T22:36:05.154 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:36:05.598 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:05 smithi071 conmon[83797]: audit 2023-11-30T22:36:03.526088+0000 mgr.smithi071.nfuwvn (mgr.14180) 914 2023-11-30T22:36:05.598 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:05 smithi071 conmon[83797]: : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:05.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:05 smithi203 conmon[88363]: audit 2023-11-30T22:36:03.526088+0000 mgr.smithi071.nfuwvn (mgr.14180) 914 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:06.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:06 smithi071 conmon[83797]: cluster 2023-11-30T22:36:05.214446+0000 mgr.smithi071.nfuwvn 2023-11-30T22:36:06.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:06 smithi071 conmon[83797]: (mgr.14180) 915 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:06.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:06 smithi203 conmon[88363]: cluster 2023-11-30T22:36:05.214446+0000 mgr.smithi071.nfuwvn (mgr.14180) 915 : cluster 2023-11-30T22:36:06.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:06 smithi203 conmon[88363]: [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:07.053 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:36:07.053 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:36:07.721 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:36:08.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:08 smithi071 conmon[83797]: audit 2023-11-30T22:36:07.048406+0000 mgr.smithi071.nfuwvn (mgr.14180) 916 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:08.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:08 smithi071 conmon[83797]: cluster 2023- 2023-11-30T22:36:08.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:08 smithi071 conmon[83797]: 11-30T22:36:07.215116+0000 mgr.smithi071.nfuwvn (mgr.14180) 917 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:08.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:08 smithi203 conmon[88363]: audit 2023-11-30T22:36:07.048406+0000 mgr.smithi071.nfuwvn (mgr.14180) 916 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:08.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:08 smithi203 conmon[88363]: cluster 2023-11-30T22:36:07.215116+0000 mgr.smithi071.nfuwvn (mgr.14180) 917 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:08.722 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:36:10.289 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:10 smithi071 conmon[83797]: cluster 2023-11-30T22:36:09.215551+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:36:10.290 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:10 smithi071 conmon[83797]: 918 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:10.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:10 smithi203 conmon[88363]: cluster 2023-11-30T22:36:09.215551+0000 mgr.smithi071.nfuwvn (mgr.14180) 918 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:10.669 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:36:10.669 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:36:11.295 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:36:12.296 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:36:12.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:12 smithi071 conmon[83797]: audit 2023-11-30T22:36:10.664692+0000 mgr.smithi071.nfuwvn (mgr.14180) 919 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:12.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:12 smithi071 conmon[83797]: cluster 2023-11-30T22:36:11.216206+0000 mgr.smithi071.nfuwvn (mgr.14180) 920 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:12.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:12 smithi203 conmon[88363]: audit 2023-11-30T22:36:10.664692+0000 mgr.smithi071.nfuwvn (mgr.14180) 919 : audit 2023-11-30T22:36:12.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:12 smithi203 conmon[88363]: [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:12.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:12 smithi203 conmon[88363]: cluster 2023-11-30T22:36:11.216206+0000 mgr.smithi071.nfuwvn (mgr.14180) 920 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:14.254 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:36:14.254 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:36:14.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:14 smithi071 conmon[83797]: cluster 2023-11-30T22:36:13.216891+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:36:14.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:14 smithi071 conmon[83797]: 921 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:14.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:14 smithi203 conmon[88363]: cluster 2023-11-30T22:36:13.216891+0000 mgr.smithi071.nfuwvn (mgr.14180) 921 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:14.876 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:36:15.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:15 smithi071 conmon[83797]: audit 2023-11-30T22:36:14.249648+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:36:15.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:15 smithi071 conmon[83797]: 922 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:15.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:15 smithi203 conmon[88363]: audit 2023-11-30T22:36:14.249648+0000 mgr.smithi071.nfuwvn (mgr.14180) 922 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:15.880 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:36:16.552 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:16 smithi071 conmon[83797]: cluster 2023-11-30T22:36:15.217288+0000 mgr.smithi071.nfuwvn (mgr.14180) 923 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:16.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:16 smithi203 conmon[88363]: cluster 2023-11-30T22:36:15.217288+0000 mgr.smithi071.nfuwvn (mgr.14180) 923 : cluster 2023-11-30T22:36:16.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:16 smithi203 conmon[88363]: [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:17.804 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:36:17.804 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:36:18.535 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:36:18.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:18 smithi071 conmon[83797]: cluster 2023-11-30T22:36:17.217840+0000 mgr.smithi071.nfuwvn (mgr.14180) 924 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:18.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:18 smithi203 conmon[88363]: cluster 2023-11-30T22:36:17.217840+0000 mgr.smithi071.nfuwvn (mgr.14180) 924 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:19.536 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:36:19.566 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:19 smithi071 conmon[83797]: audit 2023-11-30T22:36:17.800174+0000 mgr.smithi071.nfuwvn (mgr.14180) 925 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:19.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:19 smithi203 conmon[88363]: audit 2023-11-30T22:36:17.800174+0000 mgr.smithi071.nfuwvn (mgr.14180) 925 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:19.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:19 smithi203 conmon[88363]: 2023-11-30T22:36:20.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:20 smithi071 conmon[83797]: cluster 2023-11-30T22:36:19.218534+0000 mgr.smithi071.nfuwvn (mgr.14180) 926 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:20.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:20 smithi203 conmon[88363]: cluster 2023-11-30T22:36:19.218534+0000 mgr.smithi071.nfuwvn (mgr.14180) 926 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:20.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:20 smithi203 conmon[88363]: 2023-11-30T22:36:21.485 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:36:21.485 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:36:22.168 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:36:22.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:22 smithi071 conmon[83797]: cluster 2023-11-30T22:36:21.218980+0000 mgr.smithi071.nfuwvn (mgr.14180) 927 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:22.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:22 smithi203 conmon[88363]: cluster 2023-11-30T22:36:21.218980+0000 mgr.smithi071.nfuwvn (mgr.14180) 927 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:23.168 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:36:23.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:23 smithi071 conmon[83797]: audit 2023-11-30T22:36:21.480881+0000 mgr.smithi071.nfuwvn (mgr.14180) 928 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:23.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:23 smithi203 conmon[88363]: audit 2023-11-30T22:36:21.480881+0000 mgr.smithi071.nfuwvn (mgr.14180) 928 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:24.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:24 smithi071 conmon[83797]: cluster 2023-11-30T22:36:23.219609+0000 mgr.smithi071.nfuwvn (mgr.14180) 929 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:24.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:24 smithi203 conmon[88363]: cluster 2023-11-30T22:36:23.219609+0000 mgr.smithi071.nfuwvn (mgr.14180) 929 : cluster [DBG] 2023-11-30T22:36:24.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:24 smithi203 conmon[88363]: pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:25.018 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:36:25.018 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:36:25.633 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:36:26.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:26 smithi071 conmon[83797]: audit 2023-11-30T22:36:25.014658+0000 mgr.smithi071.nfuwvn (mgr.14180) 930 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:26.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:26 smithi071 conmon[83797]: cluster 2023-11-30T22:36:25.219961+0000 mgr.smithi071.nfuwvn (mgr.14180) 931 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:26.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:26 smithi203 conmon[88363]: audit 2023-11-30T22:36:25.014658+0000 mgr.smithi071.nfuwvn (mgr.14180) 930 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:26.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:26 smithi203 conmon[88363]: cluster 2023-11-30T22:36:25.219961+0000 mgr.smithi071.nfuwvn (mgr.14180) 931 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:26.634 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:36:28.560 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:36:28.560 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:36:28.587 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:28 smithi071 conmon[83797]: cluster 2023-11-30T22:36:27.220509+0000 mgr.smithi071.nfuwvn (mgr.14180) 932 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:28.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:28 smithi203 conmon[88363]: cluster 2023-11-30T22:36:27.220509+0000 mgr.smithi071.nfuwvn (mgr.14180) 932 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:29.216 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:36:30.217 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:36:30.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:30 smithi071 conmon[83797]: audit 2023-11-30T22:36:28.556435+0000 mgr.smithi071.nfuwvn (mgr.14180) 933 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:30.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:30 smithi071 conmon[83797]: cluster 2023-11-30T22:36:29.221016+0000 mgr.smithi071.nfuwvn (mgr.14180) 934 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:30.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:30 smithi203 conmon[88363]: audit 2023-11-30T22:36:28.556435+0000 mgr.smithi071.nfuwvn (mgr.14180) 933 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:30.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:30 smithi203 conmon[88363]: cluster 2023-11-30T22:36:29.221016+0000 mgr.smithi071.nfuwvn (mgr.14180) 934 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:32.198 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:36:32.199 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:36:32.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:32 smithi071 conmon[83797]: cluster 2023-11-30T22:36:31.221506+0000 mgr.smithi071.nfuwvn (mgr.14180) 935 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:32.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:32 smithi203 conmon[88363]: cluster 2023-11-30T22:36:31.221506+0000 mgr.smithi071.nfuwvn (mgr.14180) 935 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:32.832 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:36:33.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:33 smithi071 conmon[83797]: audit 2023-11-30T22:36:32.193709+0000 mgr.smithi071.nfuwvn (mgr.14180) 936 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:33.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:33 smithi203 conmon[88363]: audit 2023-11-30T22:36:32.193709+0000 mgr.smithi071.nfuwvn (mgr.14180) 936 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:33.833 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:36:34.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:34 smithi071 conmon[83797]: cluster 2023-11-30T22:36:33.222248+0000 mgr.smithi071.nfuwvn (mgr.14180) 937 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:34.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:34 smithi203 conmon[88363]: cluster 2023-11-30T22:36:33.222248+0000 mgr.smithi071.nfuwvn (mgr.14180) 937 2023-11-30T22:36:34.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:34 smithi203 conmon[88363]: : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:35.809 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:36:35.809 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:36:36.406 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:36:36.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:36 smithi071 conmon[83797]: cluster 2023-11-30T22:36:35.222651+0000 mgr.smithi071.nfuwvn (mgr.14180) 938 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:36.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:36 smithi203 conmon[88363]: cluster 2023-11-30T22:36:35.222651+0000 mgr.smithi071.nfuwvn (mgr.14180) 938 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:37.407 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:36:37.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:37 smithi071 conmon[83797]: audit 2023-11-30T22:36:35.804162+0000 mgr.smithi071.nfuwvn (mgr.14180) 939 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:37.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:37 smithi071 conmon[83797]: 2023-11-30T22:36:37.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:37 smithi203 conmon[88363]: audit 2023-11-30T22:36:35.804162+0000 mgr.smithi071.nfuwvn (mgr.14180) 939 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:38.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:38 smithi071 conmon[83797]: cluster 2023-11-30T22:36:37.223436+0000 mgr.smithi071.nfuwvn (mgr.14180) 940 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:38.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:38 smithi203 conmon[88363]: cluster 2023-11-30T22:36:37.223436+0000 mgr.smithi071.nfuwvn (mgr.14180) 940 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:39.332 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:36:39.332 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:36:40.023 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:36:40.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:40 smithi071 conmon[83797]: cluster 2023-11-30T22:36:39.223898+0000 2023-11-30T22:36:40.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:40 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 941 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:40.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:40 smithi071 conmon[83797]: audit 2023-11-30T22:36:39.328363+0000 mgr.smithi071.nfuwvn (mgr.14180) 942 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:40.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:40 smithi203 conmon[88363]: cluster 2023-11-30T22:36:39.223898+0000 mgr.smithi071.nfuwvn (mgr.14180) 941 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:40.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:40 smithi203 conmon[88363]: audit 2023-11-30T22:36:39.328363+0000 mgr.smithi071.nfuwvn (mgr.14180) 942 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:41.025 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:36:42.566 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:42 smithi071 conmon[83797]: cluster 2023-11-30T22:36:41.224304+0000 mgr.smithi071.nfuwvn (mgr.14180) 943 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:42.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:42 smithi203 conmon[88363]: cluster 2023-11-30T22:36:41.224304+0000 mgr.smithi071.nfuwvn (mgr.14180) 943 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:42.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:42 smithi203 conmon[88363]: 2023-11-30T22:36:42.943 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:36:42.944 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:36:43.580 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:36:44.580 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:36:44.608 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:44 smithi071 conmon[83797]: audit 2023-11-30T22:36:42.939654+0000 mgr.smithi071.nfuwvn (mgr.14180) 944 : audit [DBG] 2023-11-30T22:36:44.608 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:44 smithi071 conmon[83797]: from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:44.608 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:44 smithi071 conmon[83797]: cluster 2023-11-30T22:36:43.225090+0000 mgr.smithi071.nfuwvn (mgr.14180) 945 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:44.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:44 smithi203 conmon[88363]: audit 2023-11-30T22:36:42.939654+0000 mgr.smithi071.nfuwvn (mgr.14180) 944 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:44.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:44 smithi203 conmon[88363]: cluster 2023-11-30T22:36:43.225090+0000 mgr.smithi071.nfuwvn (mgr.14180) 945 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:46.498 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:36:46.499 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:36:46.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:46 smithi071 conmon[83797]: cluster 2023-11-30T22:36:45.225486+0000 mgr.smithi071.nfuwvn (mgr.14180) 946 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:46.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:46 smithi203 conmon[88363]: cluster 2023-11-30T22:36:45.225486+0000 mgr.smithi071.nfuwvn (mgr.14180) 946 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:46.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:46 smithi203 conmon[88363]: 2023-11-30T22:36:47.130 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:36:48.131 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:36:48.579 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:48 smithi071 conmon[83797]: audit 2023-11-30T22:36:46.494384+0000 mgr.smithi071.nfuwvn (mgr.14180) 947 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:48.580 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:48 smithi071 conmon[83797]: cluster 2023- 2023-11-30T22:36:48.580 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:48 smithi071 conmon[83797]: 11-30T22:36:47.226051+0000 mgr.smithi071.nfuwvn (mgr.14180) 948 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:48.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:48 smithi203 conmon[88363]: audit 2023-11-30T22:36:46.494384+0000 mgr.smithi071.nfuwvn (mgr.14180) 947 : audit [DBG] 2023-11-30T22:36:48.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:48 smithi203 conmon[88363]: from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:48.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:48 smithi203 conmon[88363]: cluster 2023-11-30T22:36:47.226051+0000 mgr.smithi071.nfuwvn (mgr.14180) 948 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:50.029 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:36:50.029 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:36:50.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:50 smithi071 conmon[83797]: cluster 2023-11-30T22:36:49.226487+0000 mgr.smithi071.nfuwvn (mgr.14180) 949 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:50.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:50 smithi203 conmon[88363]: cluster 2023-11-30T22:36:49.226487+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:36:50.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:50 smithi203 conmon[88363]: 949 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:50.686 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:36:51.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:51 smithi071 conmon[83797]: audit 2023-11-30T22:36:50.025477+0000 mgr.smithi071.nfuwvn (mgr.14180) 950 : audit [DBG] 2023-11-30T22:36:51.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:51 smithi071 conmon[83797]: from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:51.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:51 smithi203 conmon[88363]: audit 2023-11-30T22:36:50.025477+0000 mgr.smithi071.nfuwvn (mgr.14180) 950 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:51.687 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:36:52.587 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:52 smithi071 conmon[83797]: cluster 2023-11-30T22:36:51.227143+0000 2023-11-30T22:36:52.587 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:52 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 951 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:52.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:52 smithi203 conmon[88363]: cluster 2023-11-30T22:36:51.227143+0000 mgr.smithi071.nfuwvn (mgr.14180) 951 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:52.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:52 smithi203 conmon[88363]: 2023-11-30T22:36:53.713 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:36:53.714 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:36:54.327 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:36:54.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:54 smithi071 conmon[83797]: cluster 2023-11-30T22:36:53.227707+0000 mgr.smithi071.nfuwvn (mgr.14180) 952 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:54.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:54 smithi203 conmon[88363]: cluster 2023-11-30T22:36:53.227707+0000 mgr.smithi071.nfuwvn (mgr.14180) 952 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:55.328 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:36:55.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:55 smithi071 conmon[83797]: audit 2023-11-30T22:36:53.710007+0000 mgr.smithi071.nfuwvn (mgr.14180) 953 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:55.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:55 smithi203 conmon[88363]: audit 2023-11-30T22:36:53.710007+0000 mgr.smithi071.nfuwvn (mgr.14180) 953 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:56.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:56 smithi071 conmon[83797]: cluster 2023-11-30T22:36:55.228154+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:36:56.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:56 smithi071 conmon[83797]: ) 954 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:56.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:56 smithi203 conmon[88363]: cluster 2023-11-30T22:36:55.228154+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:36:56.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:56 smithi203 conmon[88363]: 954 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:57.331 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:36:57.331 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:36:57.902 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:36:58.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:58 smithi071 conmon[83797]: cluster 2023-11-30T22:36:57.228879+0000 mgr.smithi071.nfuwvn (mgr.14180) 955 : cluster [DBG] 2023-11-30T22:36:58.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:58 smithi071 conmon[83797]: pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:58.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:36:58 smithi071 conmon[83797]: audit 2023-11-30T22:36:57.327657+0000 mgr.smithi071.nfuwvn (mgr.14180) 956 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:58.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:58 smithi203 conmon[88363]: cluster 2023-11-30T22:36:57.228879+0000 mgr.smithi071.nfuwvn (mgr.14180) 955 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:36:58.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:36:58 smithi203 conmon[88363]: audit 2023-11-30T22:36:57.327657+0000 mgr.smithi071.nfuwvn (mgr.14180) 956 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:36:58.903 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:37:00.442 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:00 smithi071 conmon[83797]: cluster 2023-11-30T22:36:59.229400+0000 mgr.smithi071.nfuwvn (mgr.14180) 957 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:00.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:00 smithi203 conmon[88363]: cluster 2023-11-30T22:36:59.229400+0000 mgr.smithi071.nfuwvn (mgr.14180) 957 : cluster [DBG] 2023-11-30T22:37:00.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:00 smithi203 conmon[88363]: pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:00.790 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:37:00.790 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:37:01.452 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:37:02.452 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:37:02.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:02 smithi071 conmon[83797]: audit 2023-11-30T22:37:00.786134+0000 mgr.smithi071.nfuwvn (mgr.14180) 958 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:02.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:02 smithi071 conmon[83797]: cluster 2023-11-30T22:37:01.229947+0000 mgr.smithi071.nfuwvn (mgr.14180) 959 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:02.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:02 smithi203 conmon[88363]: audit 2023-11-30T22:37:00.786134+0000 mgr.smithi071.nfuwvn (mgr.14180) 958 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:02.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:02 smithi203 conmon[88363]: cluster 2023-11-30T22:37:02.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:02 smithi203 conmon[88363]: 2023-11-30T22:37:01.229947+0000 mgr.smithi071.nfuwvn (mgr.14180) 959 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:04.410 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:37:04.410 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:37:04.567 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:04 smithi071 conmon[83797]: cluster 2023-11-30T22:37:03.230483+0000 mgr.smithi071.nfuwvn (mgr.14180) 960 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:04.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:04 smithi203 conmon[88363]: cluster 2023-11-30T22:37:03.230483+0000 mgr.smithi071.nfuwvn (mgr.14180) 960 2023-11-30T22:37:04.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:04 smithi203 conmon[88363]: : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:04.984 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:37:05.985 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:37:06.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:06 smithi071 conmon[83797]: audit 2023-11-30T22:37:04.405683+0000 mgr.smithi071.nfuwvn (mgr.14180) 961 : audit [DBG] 2023-11-30T22:37:06.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:06 smithi071 conmon[83797]: from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:06.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:06 smithi071 conmon[83797]: cluster 2023-11-30T22:37:05.230883+0000 mgr.smithi071.nfuwvn (mgr.14180) 962 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:06.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:06 smithi203 conmon[88363]: audit 2023-11-30T22:37:04.405683+0000 mgr.smithi071.nfuwvn (mgr.14180) 961 : audit 2023-11-30T22:37:06.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:06 smithi203 conmon[88363]: [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:06.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:06 smithi203 conmon[88363]: cluster 2023-11-30T22:37:05.230883+0000 mgr.smithi071.nfuwvn (mgr.14180) 962 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:07.848 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:37:07.849 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:37:08.491 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:37:08.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:08 smithi071 conmon[83797]: cluster 2023-11-30T22:37:07.231382+0000 mgr.smithi071.nfuwvn (mgr.14180) 963 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:08.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:08 smithi203 conmon[88363]: cluster 2023-11-30T22:37:07.231382+0000 mgr.smithi071.nfuwvn (mgr.14180) 963 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:08.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:08 smithi203 conmon[88363]: 2023-11-30T22:37:09.492 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:37:09.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:09 smithi071 conmon[83797]: audit 2023-11-30T22:37:07.844208+0000 mgr.smithi071.nfuwvn (mgr.14180) 964 2023-11-30T22:37:09.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:09 smithi071 conmon[83797]: : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:09.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:09 smithi203 conmon[88363]: audit 2023-11-30T22:37:07.844208+0000 mgr.smithi071.nfuwvn (mgr.14180) 964 : audit [DBG] 2023-11-30T22:37:09.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:09 smithi203 conmon[88363]: from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:10.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:10 smithi071 conmon[83797]: cluster 2023-11-30T22:37:09.232018+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:37:10.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:10 smithi071 conmon[83797]: mgr.14180) 965 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:10.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:10 smithi203 conmon[88363]: cluster 2023-11-30T22:37:09.232018+0000 mgr.smithi071.nfuwvn (mgr.14180) 965 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:11.510 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:37:11.510 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:28:58.099528Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.pkyngw on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-pkyngw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.pkyngw\nDeploy daemon haproxy.rgw.foo.smithi203.pkyngw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:27:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:27:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:28:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.768122Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ivcchn on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ivcchn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ivcchn\nDeploy daemon haproxy.rgw.foo.smithi071.ivcchn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:31:31.769275Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.bghatn on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:37:12.172 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:37:12.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:12 smithi071 conmon[83797]: cluster 2023-11-30T22:37:11.232441+0000 mgr.smithi071.nfuwvn (mgr.14180) 966 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:12.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:12 smithi203 conmon[88363]: cluster 2023-11-30T22:37:11.232441+0000 mgr.smithi071.nfuwvn (mgr.14180) 966 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:13.174 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:37:13.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:13 smithi071 conmon[83797]: audit 2023-11-30T22:37:11.505948+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:37:13.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:13 smithi071 conmon[83797]: mgr.14180) 967 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:13.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:13 smithi203 conmon[88363]: audit 2023-11-30T22:37:11.505948+0000 mgr.smithi071.nfuwvn (mgr.14180) 967 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:14.595 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:14 smithi071 conmon[83797]: cluster 2023-11-30T22:37:13.233187+0000 mgr.smithi071.nfuwvn (mgr.14180) 968 : 2023-11-30T22:37:14.595 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:14 smithi071 conmon[83797]: cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:14.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:14 smithi203 conmon[88363]: cluster 2023-11-30T22:37:13.233187+0000 mgr.smithi071.nfuwvn (mgr.14180) 968 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:15.167 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:37:15.167 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:37:15.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:15 smithi071 conmon[83797]: audit 2023-11-30T22:37:14.595597+0000 mon.smithi071 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi071.ploaxw"}]: dispatch 2023-11-30T22:37:15.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:15 smithi203 conmon[88363]: audit 2023-11-30T22:37:14.595597+0000 mon.smithi071 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi071.ploaxw"}]: dispatch 2023-11-30T22:37:15.873 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:37:16.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: cephadm 2023-11-30T22:37:14.595058+0000 mgr.smithi071.nfuwvn (mgr.14180) 969 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw 2023-11-30T22:37:16.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw 2023-11-30T22:37:16.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw 2023-11-30T22:37:16.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw 2023-11-30T22:37:16.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi071.ploaxw ... 2023-11-30T22:37:16.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:37:16.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:37:16.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:34: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-30T22:37:16.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:35:55Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: 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-30T22:37:16.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:36:34Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:37:16.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: stat: stderr toomanyrequests: 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-30T22:37:16.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: 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-30T22:37:16.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:37:16.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: Traceback (most recent call last): 2023-11-30T22:37:16.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-30T22:37:16.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: yield (conn, connr) 2023-11-30T22:37:16.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-30T22:37:16.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: code, '\n'.join(err))) 2023-11-30T22:37:16.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: 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-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw 2023-11-30T22:37:16.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw 2023-11-30T22:37:16.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw 2023-11-30T22:37:16.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw 2023-11-30T22:37:16.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi071.ploaxw ... 2023-11-30T22:37:16.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:37:16.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:37:16.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:34: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-30T22:37:16.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:35:55Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: 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-30T22:37:16.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:36:34Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:37:16.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: stat: stderr toomanyrequests: 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-30T22:37:16.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: 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-30T22:37:16.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:37:16.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: cephadm 2023-11-30T22:37:14.595252+0000 mgr.smithi071.nfuwvn (mgr.14180) 970 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi071.ploaxw 2023-11-30T22:37:16.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: cephadm 2023-11-30T22:37:14.596235+0000 mgr.smithi071.nfuwvn (mgr.14180) 971 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw 2023-11-30T22:37:16.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw 2023-11-30T22:37:16.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw 2023-11-30T22:37:16.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw 2023-11-30T22:37:16.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi071.ploaxw ... 2023-11-30T22:37:16.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:37:16.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:37:16.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:34: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-30T22:37:16.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:35:55Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: 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-30T22:37:16.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:36:34Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:37:16.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: stat: stderr toomanyrequests: 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-30T22:37:16.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: 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-30T22:37:16.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:37:16.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: cephadm 2023-11-30T22:37:14.597520+0000 mgr.smithi071.nfuwvn (mgr.14180) 972 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-30T22:37:16.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: cephadm 2023-11-30T22:37:14.598628+0000 mgr.smithi071.nfuwvn (mgr.14180) 973 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-30T22:37:16.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: cluster 2023-11-30T22 2023-11-30T22:37:16.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: :37:14.599329+0000 mgr.smithi071.nfuwvn (mgr.14180) 974 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:16.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: audit 2023-11-30T22:37:15.162347+0000 mgr.smithi071.nfuwvn (mgr.14180) 975 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:16.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: cluster 2023-11-30T22:37:15.311385 2023-11-30T22:37:16.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:16 smithi071 conmon[83797]: +0000 mon.smithi071 (mon.0) 714 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-30T22:37:16.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: cephadm 2023-11-30T22:37:14.595058+0000 mgr.smithi071.nfuwvn (mgr.14180) 969 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw 2023-11-30T22:37:16.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw 2023-11-30T22:37:16.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw 2023-11-30T22:37:16.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw 2023-11-30T22:37:16.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: Deploy daemon haproxy.rgw.foo.smithi071.ploaxw ... 2023-11-30T22:37:16.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:37:16.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:37:16.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:34: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-30T22:37:16.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:35:55Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: 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-30T22:37:16.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:36:34Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:37:16.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: stat: stderr toomanyrequests: 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-30T22:37:16.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: 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-30T22:37:16.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:37:16.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: Traceback (most recent call last): 2023-11-30T22:37:16.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-30T22:37:16.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: yield (conn, connr) 2023-11-30T22:37:16.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-30T22:37:16.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: code, '\n'.join(err))) 2023-11-30T22:37:16.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: 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-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw 2023-11-30T22:37:16.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw 2023-11-30T22:37:16.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw 2023-11-30T22:37:16.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw 2023-11-30T22:37:16.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: Deploy daemon haproxy.rgw.foo.smithi071.ploaxw ... 2023-11-30T22:37:16.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:37:16.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:37:16.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:34: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-30T22:37:16.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:35:55Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: 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-30T22:37:16.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:36:34Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:37:16.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: stat: stderr toomanyrequests: 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-30T22:37:16.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: 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-30T22:37:16.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:37:16.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: cephadm 2023-11-30T22:37:14.595252+0000 mgr.smithi071.nfuwvn (mgr.14180) 970 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi071.ploaxw 2023-11-30T22:37:16.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: cephadm 2023-11-30T22:37:14.596235+0000 mgr.smithi071.nfuwvn (mgr.14180) 971 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw 2023-11-30T22:37:16.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw 2023-11-30T22:37:16.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw 2023-11-30T22:37:16.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw 2023-11-30T22:37:16.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: Deploy daemon haproxy.rgw.foo.smithi071.ploaxw ... 2023-11-30T22:37:16.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:37:16.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:37:16.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:34: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-30T22:37:16.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:35:55Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: 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-30T22:37:16.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:36:34Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:37:16.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: stat: stderr toomanyrequests: 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-30T22:37:16.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: 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-30T22:37:16.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:37:16.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: cephadm 2023-11-30T22:37:14.597520+0000 mgr.smithi071.nfuwvn (mgr.14180) 972 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-30T22:37:16.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: cephadm 2023-11-30T22:37:14.598628+0000 mgr.smithi071.nfuwvn (mgr.14180) 973 : cephadm [ERR] 2023-11-30T22:37:16.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-30T22:37:16.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: cluster 2023-11-30T22:37:14.599329+0000 mgr.smithi071.nfuwvn (mgr.14180) 974 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:16.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: audit 2023-11-30T22:37:15.162347+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:37:16.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: mgr.14180) 975 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:16.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: cluster 2023-11-30T22 2023-11-30T22:37:16.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: :37:15.311385+0000 mon.smithi071 (mon 2023-11-30T22:37:16.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:16 smithi203 conmon[88363]: .0) 714 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-30T22:37:16.875 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:37:18.427 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:18 smithi071 conmon[83797]: cluster 2023-11-30T22:37:16.599899+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:37:18.427 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:18 smithi071 conmon[83797]: 976 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:18.427 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:18 smithi071 conmon[83797]: audit 2023-11-30T22:37:17.242105+0000 mon.smithi071 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:37:18.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:18 smithi203 conmon[88363]: cluster 2023-11-30T22:37:16.599899+0000 mgr.smithi071.nfuwvn (mgr.14180) 976 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:18.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:18 smithi203 conmon[88363]: audit 2023-11-30T22:37:17.242105+0000 mon.smithi071 2023-11-30T22:37:18.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:18 smithi203 conmon[88363]: (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:37:18.806 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:37:18.806 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:37:19.488 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:37:20.489 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:37:20.515 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:20 smithi071 conmon[83797]: cluster 2023-11-30T22:37:18.600558+0000 mgr.smithi071.nfuwvn (mgr.14180) 977 : 2023-11-30T22:37:20.515 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:20 smithi071 conmon[83797]: cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:20.515 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:20 smithi071 conmon[83797]: audit 2023-11-30T22:37:18.802140+0000 mgr.smithi071.nfuwvn (mgr.14180) 978 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:20.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:20 smithi203 conmon[88363]: cluster 2023-11-30T22:37:18.600558+0000 mgr.smithi071.nfuwvn (mgr.14180) 977 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:20.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:20 smithi203 conmon[88363]: audit 2023- 2023-11-30T22:37:20.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:20 smithi203 conmon[88363]: 11-30T22:37:18.802140+0000 mgr.smithi071.nfuwvn (mgr.14180) 978 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:22.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:22 smithi071 conmon[83797]: cluster 2023-11-30T22:37:20.601148+0000 mgr.smithi071.nfuwvn (mgr.14180) 979 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:22.457 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:37:22.457 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:37:22.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:22 smithi203 conmon[88363]: cluster 2023-11-30T22:37:20.601148+0000 mgr.smithi071.nfuwvn (mgr.14180) 979 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:23.139 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:37:24.141 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:37:24.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:24 smithi071 conmon[83797]: audit 2023-11-30T22:37:22.452858+0000 mgr.smithi071.nfuwvn (mgr.14180) 980 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:24.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:24 smithi071 conmon[83797]: cluster 2023-11-30T22:37:22.601974+0000 mgr.smithi071.nfuwvn (mgr.14180) 981 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:24.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:24 smithi203 conmon[88363]: audit 2023-11-30T22:37:22.452858+0000 mgr.smithi071.nfuwvn (mgr.14180) 980 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:24.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:24 smithi203 conmon[88363]: cluster 2023-11 2023-11-30T22:37:24.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:24 smithi203 conmon[88363]: -30T22:37:22.601974+0000 mgr.smithi071.nfuwvn (mgr.14180) 981 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:26.022 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:37:26.022 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:37:26.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:26 smithi071 conmon[83797]: cluster 2023-11-30T22:37:24.602572+0000 mgr.smithi071.nfuwvn (mgr.14180) 982 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:26.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:26 smithi203 conmon[88363]: cluster 2023-11-30T22:37:24.602572+0000 mgr.smithi071.nfuwvn (mgr.14180) 982 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:26.687 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:37:27.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:27 smithi071 conmon[83797]: audit 2023-11-30T22:37:26.017959+0000 mgr.smithi071.nfuwvn (mgr.14180) 983 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:27.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:27 smithi071 conmon[83797]: audit 2023-11 2023-11-30T22:37:27.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:27 smithi071 conmon[83797]: -30T22:37:26.737541+0000 mon.smithi071 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:37:27.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:27 smithi203 conmon[88363]: audit 2023-11-30T22:37:26.017959+0000 mgr.smithi071.nfuwvn (mgr.14180) 983 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:27.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:27 smithi203 conmon[88363]: audit 2023-11-30T22:37:27.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:27 smithi203 conmon[88363]: 2023-11-30T22:37:26.737541+0000 mon.smithi071 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:37:27.688 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:37:28.480 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:28 smithi071 conmon[83797]: cluster 2023-11-30T22:37:26.603279+0000 mgr.smithi071.nfuwvn (mgr.14180) 984 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:28.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:28 smithi203 conmon[88363]: cluster 2023-11-30T22:37:26.603279+0000 mgr.smithi071.nfuwvn (mgr.14180) 984 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:29.570 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:37:29.570 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:37:30.229 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:37:30.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:30 smithi071 conmon[83797]: cluster 2023-11-30T22:37:28.604142+0000 mgr.smithi071.nfuwvn (mgr.14180) 985 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:30.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:30 smithi203 conmon[88363]: cluster 2023-11-30T22:37:28.604142+0000 mgr.smithi071.nfuwvn (mgr.14180) 985 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:31.230 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:37:31.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:31 smithi071 conmon[83797]: audit 2023-11-30T22:37:29.565955+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:37:31.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:31 smithi071 conmon[83797]: 14180) 986 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:31.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:31 smithi203 conmon[88363]: audit 2023-11-30T22:37:29.565955+0000 mgr.smithi071.nfuwvn (mgr.14180) 986 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:31.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:31 smithi203 conmon[88363]: 2023-11-30T22:37:32.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:32 smithi071 conmon[83797]: cluster 2023-11-30T22:37:30.604823+0000 mgr.smithi071.nfuwvn (mgr.14180) 987 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:32.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:32 smithi203 conmon[88363]: cluster 2023-11-30T22:37:30.604823+0000 mgr.smithi071.nfuwvn (mgr.14180) 987 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:33.271 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:37:33.271 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:37:33.893 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:37:34.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:34 smithi071 conmon[83797]: cluster 2023-11-30T22: 2023-11-30T22:37:34.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:34 smithi071 conmon[83797]: 37:32.605463+0000 mgr.smithi071.nfuwvn (mgr.14180) 988 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:34.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:34 smithi071 conmon[83797]: audit 2023-11-30T22:37:33.267306+0000 mgr.smithi071.nfuwvn (mgr.14180) 989 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:34.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:34 smithi203 conmon[88363]: cluster 2023-11-30T22:37:32.605463+0000 mgr.smithi071.nfuwvn (mgr.14180) 988 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:34.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:34 smithi203 conmon[88363]: 2023-11-30T22:37:34.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:34 smithi203 conmon[88363]: audit 2023-11-30T22:37:33.267306+0000 mgr.smithi071.nfuwvn (mgr.14180) 989 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:34.894 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:37:36.462 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:36 smithi071 conmon[83797]: cluster 2023-11-30T22:37:34.605976+0000 mgr.smithi071.nfuwvn (mgr.14180) 990 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:36.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:36 smithi203 conmon[88363]: cluster 2023-11-30T22:37:34.605976+0000 mgr.smithi071.nfuwvn (mgr.14180) 990 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:36.835 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:37:36.836 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:37:37.460 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:37:38.461 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:37:38.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:38 smithi071 conmon[83797]: cluster 2023-11-30T22:37:36.606591+0000 mgr.smithi071.nfuwvn (mgr.14180) 991 : cluster [DBG] 2023-11-30T22:37:38.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:38 smithi071 conmon[83797]: pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:38.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:38 smithi071 conmon[83797]: audit 2023-11-30T22:37:36.831726+0000 mgr.smithi071.nfuwvn (mgr.14180) 992 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:38.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:38 smithi203 conmon[88363]: cluster 2023-11-30T22:37:36.606591+0000 mgr.smithi071.nfuwvn (mgr.14180) 991 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:38.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:38 smithi203 conmon[88363]: audit 2023-11-30T 2023-11-30T22:37:38.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:38 smithi203 conmon[88363]: 22:37:36.831726+0000 mgr.smithi071.nfuwvn (mgr.14180) 992 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:40.336 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:37:40.336 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:37:40.559 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:40 smithi071 conmon[83797]: cluster 2023-11-30T22:37:38.607220+0000 mgr.smithi071.nfuwvn (mgr.14180) 993 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:40.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:40 smithi203 conmon[88363]: cluster 2023-11-30T22:37:38.607220+0000 mgr.smithi071.nfuwvn (mgr.14180) 993 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:40.959 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:37:41.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:41 smithi071 conmon[83797]: audit 2023-11-30T22:37:40.332296+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:37:41.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:41 smithi071 conmon[83797]: 994 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:41.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:41 smithi203 conmon[88363]: audit 2023-11-30T22:37:40.332296+0000 mgr.smithi071.nfuwvn (mgr.14180) 994 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:41.961 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:37:42.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:42 smithi071 conmon[83797]: cluster 2023-11-30T22:37:40.607873+0000 mgr.smithi071.nfuwvn (mgr.14180) 995 2023-11-30T22:37:42.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:42 smithi071 conmon[83797]: : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:42.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:42 smithi203 conmon[88363]: cluster 2023-11-30T22:37:40.607873+0000 mgr.smithi071.nfuwvn (mgr.14180) 995 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:43.901 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:37:43.901 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:37:44.565 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:44 smithi071 conmon[83797]: cluster 2023-11-30T22:37:42.608728+0000 mgr.smithi071.nfuwvn (mgr.14180) 996 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:44.567 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:37:44.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:44 smithi203 conmon[88363]: cluster 2023-11-30T22:37:42.608728+0000 mgr.smithi071.nfuwvn (mgr.14180) 996 : cluster 2023-11-30T22:37:44.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:44 smithi203 conmon[88363]: [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:45.568 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:37:45.598 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:45 smithi071 conmon[83797]: audit 2023-11-30T22:37:43.897629+0000 mgr.smithi071.nfuwvn (mgr.14180) 997 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:45.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:45 smithi203 conmon[88363]: audit 2023-11-30T22:37:43.897629+0000 mgr.smithi071.nfuwvn (mgr.14180) 997 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:46.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:46 smithi071 conmon[83797]: cluster 2023-11-30T22:37:44.609216+0000 mgr.smithi071.nfuwvn (mgr.14180) 998 : cluster 2023-11-30T22:37:46.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:46 smithi071 conmon[83797]: [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:46.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:46 smithi203 conmon[88363]: cluster 2023-11-30T22:37:44.609216+0000 mgr.smithi071.nfuwvn (mgr.14180) 998 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:47.460 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:37:47.461 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:37:48.167 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:37:48.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:48 smithi071 conmon[83797]: cluster 2023-11-30T22:37:46.610165+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:37:48.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:48 smithi071 conmon[83797]: 999 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:48.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:48 smithi203 conmon[88363]: cluster 2023-11-30T22:37:46.610165+0000 mgr.smithi071.nfuwvn (mgr.14180) 999 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:49.168 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:37:49.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:49 smithi071 conmon[83797]: audit 2023-11-30T22:37:47.456880+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:37:49.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:49 smithi071 conmon[83797]: 14180) 1000 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:49.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:49 smithi203 conmon[88363]: audit 2023-11-30T22:37:47.456880+0000 mgr.smithi071.nfuwvn (mgr.14180) 1000 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:50.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:50 smithi071 conmon[83797]: cluster 2023-11-30T22:37:48.610874+0000 mgr.smithi071.nfuwvn (mgr.14180) 1001 : cluster 2023-11-30T22:37:50.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:50 smithi071 conmon[83797]: [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:50.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:50 smithi203 conmon[88363]: cluster 2023-11-30T22:37:48.610874+0000 mgr.smithi071.nfuwvn (mgr.14180) 1001 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:51.078 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:37:51.078 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:37:51.641 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:37:52.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:52 smithi071 conmon[83797]: cluster 2023-11-30T22:37:50.611494+0000 mgr.smithi071.nfuwvn (mgr.14180) 1002 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:52.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:52 smithi071 conmon[83797]: audit 2023-11-30T22:37:51.074101+0000 mgr.smithi071.nfuwvn (mgr.14180) 1003 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:52.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:52 smithi203 conmon[88363]: cluster 2023-11-30T22:37:50.611494+0000 mgr.smithi071.nfuwvn (mgr.14180) 1002 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:52.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:52 smithi203 conmon[88363]: audit 2023-11- 2023-11-30T22:37:52.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:52 smithi203 conmon[88363]: 30T22:37:51.074101+0000 mgr.smithi071.nfuwvn (mgr.14180) 1003 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:52.642 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:37:54.578 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:37:54.578 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:37:54.598 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:54 smithi071 conmon[83797]: cluster 2023-11-30T22:37:52.612546+0000 mgr.smithi071.nfuwvn (mgr.14180) 1004 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:54.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:54 smithi203 conmon[88363]: cluster 2023-11-30T22:37:52.612546+0000 mgr.smithi071.nfuwvn (mgr.14180) 1004 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:55.217 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:37:56.218 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:37:56.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:56 smithi071 conmon[83797]: audit 2023-11-30T22:37:54.573777+0000 mgr.smithi071.nfuwvn (mgr.14180) 1005 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:56.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:56 smithi071 conmon[83797]: cluster 2023-11-30T22:37:54.613320+0000 mgr.smithi071.nfuwvn (mgr.14180) 1006 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:56.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:56 smithi203 conmon[88363]: audit 2023-11-30T22:37:54.573777+0000 mgr.smithi071.nfuwvn (mgr.14180) 1005 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:56.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:56 smithi203 conmon[88363]: cluster 2023-11- 2023-11-30T22:37:56.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:56 smithi203 conmon[88363]: 30T22:37:54.613320+0000 mgr.smithi071.nfuwvn (mgr.14180) 1006 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:58.136 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:37:58.137 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:37:58.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:58 smithi071 conmon[83797]: cluster 2023-11-30T22:37:56.613948+0000 mgr.smithi071.nfuwvn (mgr.14180) 1007 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:58.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:58 smithi203 conmon[88363]: cluster 2023-11-30T22:37:56.613948+0000 mgr.smithi071.nfuwvn (mgr.14180) 1007 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:37:58.825 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:37:59.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:59 smithi071 conmon[83797]: audit 2023-11-30T22:37:58.132060+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:37:59.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:37:59 smithi071 conmon[83797]: mgr.14180) 1008 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:59.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:59 smithi203 conmon[88363]: audit 2023-11-30T22:37:58.132060+0000 mgr.smithi071.nfuwvn (mgr.14180) 1008 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:37:59.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:37:59 smithi203 conmon[88363]: 2023-11-30T22:37:59.826 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:38:00.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:00 smithi071 conmon[83797]: cluster 2023-11-30T22:37:58.614745+0000 mgr.smithi071.nfuwvn (mgr.14180) 1009 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:00.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:00 smithi203 conmon[88363]: cluster 2023-11-30T22:37:58.614745+0000 mgr.smithi071.nfuwvn (mgr.14180) 1009 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:01.757 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:38:01.758 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:38:02.396 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:38:02.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:02 smithi071 conmon[83797]: cluster 2023-11-30T22:38:00.615332+0000 mgr.smithi071.nfuwvn (mgr.14180) 1010 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:02.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:02 smithi203 conmon[88363]: cluster 2023-11-30T22:38:00.615332+0000 mgr.smithi071.nfuwvn (mgr.14180) 1010 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:03.397 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:38:03.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:03 smithi203 conmon[88363]: audit 2023-11-30T22:38:01.753364+0000 mgr.smithi071.nfuwvn (mgr.14180) 1011 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:03.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:03 smithi071 conmon[83797]: audit 2023-11-30T22:38:01.753364+0000 mgr.smithi071.nfuwvn (mgr.14180) 1011 : 2023-11-30T22:38:03.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:03 smithi071 conmon[83797]: audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:04.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:04 smithi071 conmon[83797]: cluster 2023-11-30T22:38:02.616028+0000 mgr.smithi071.nfuwvn (mgr.14180) 1012 2023-11-30T22:38:04.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:04 smithi071 conmon[83797]: : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:04.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:04 smithi203 conmon[88363]: cluster 2023-11-30T22:38:02.616028+0000 mgr.smithi071.nfuwvn (mgr.14180) 1012 : cluster 2023-11-30T22:38:04.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:04 smithi203 conmon[88363]: [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:05.379 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:38:05.380 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:38:05.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:05 smithi203 conmon[88363]: cluster 2023-11-30T22:38:04.616482+0000 mgr.smithi071.nfuwvn (mgr.14180) 1013 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:05.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:05 smithi071 conmon[83797]: cluster 2023-11-30T22:38:04.616482+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:38:05.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:05 smithi071 conmon[83797]: 14180) 1013 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:05.987 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:38:06.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:06 smithi071 conmon[83797]: audit 2023-11-30T22:38:05.375137+0000 mgr.smithi071.nfuwvn (mgr.14180) 1014 : 2023-11-30T22:38:06.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:06 smithi071 conmon[83797]: audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:06.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:06 smithi203 conmon[88363]: audit 2023-11-30T22:38:05.375137+0000 mgr.smithi071.nfuwvn (mgr.14180) 1014 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:06.988 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:38:07.687 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:07 smithi071 conmon[83797]: cluster 2023-11-30T22:38:06.617156+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:38:07.688 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:07 smithi071 conmon[83797]: ) 1015 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:07.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:07 smithi203 conmon[88363]: cluster 2023-11-30T22:38:06.617156+0000 mgr.smithi071.nfuwvn (mgr.14180) 1015 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:08.998 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:38:08.998 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:34.121323Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:34.121469Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:34.121541Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:34.121606Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:34.121669Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:34.121992Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:38:09.594 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:38:14.033 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:10 smithi203 conmon[88363]: cluster 2023-11-30T22:38:08.617812+0000 mgr.smithi071.nfuwvn (mgr.14180) 1016 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:14.033 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:10 smithi203 conmon[88363]: 2023-11-30T22:38:14.033 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:10 smithi203 conmon[88363]: audit 2023-11-30T22:38:08.993836+0000 mgr.smithi071.nfuwvn (mgr.14180) 1017 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:14.033 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:12 smithi203 conmon[88363]: cluster 2023-11-30T22:38:10.618630+0000 mgr.smithi071.nfuwvn (mgr.14180) 1018 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:14.033 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:10 smithi071 conmon[83797]: cluster 2023-11-30T22:38:08.617812+0000 mgr.smithi071.nfuwvn (mgr.14180) 1016 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:14.033 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:10 smithi071 conmon[83797]: audit 2023-11-30T22:38:08.993836+0000 mgr.smithi071.nfuwvn (mgr.14180) 1017 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:14.033 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:12 smithi071 conmon[83797]: cluster 2023-11-30T22:38:10.618630+0000 mgr.smithi071.nfuwvn (mgr.14180) 1018 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:14.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:14 smithi071 conmon[83797]: cluster 2023-11-30T22:38:12.619578+0000 mgr.smithi071.nfuwvn (mgr.14180) 1019 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:14.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:14 smithi203 conmon[88363]: cluster 2023-11-30T22:38:12.619578+0000 mgr.smithi071.nfuwvn (mgr.14180) 1019 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:15.034 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:38:15.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:15 smithi071 conmon[83797]: audit 2023-11-30T22:38:14.601389+0000 mon.smithi071 (mon.0) 717 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:38:15.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:15 smithi071 conmon[83797]: audit 2023-11-30T22:38: 2023-11-30T22:38:15.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:15 smithi071 conmon[83797]: 14.884622+0000 mon.smithi071 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:38:15.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:15 smithi203 conmon[88363]: audit 2023-11-30T22:38:14.601389+0000 mon.smithi071 (mon 2023-11-30T22:38:15.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:15 smithi203 conmon[88363]: .0) 717 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:38:15.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:15 smithi203 conmon[88363]: audit 2023-11-30T22:38:14.884622+0000 mon.smithi071 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:38:16.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:16 smithi071 conmon[83797]: cluster 2023-11-30T22:38:14.620192+0000 mgr.smithi071.nfuwvn (mgr.14180) 1020 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:16.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:16 smithi071 conmon[83797]: 2023-11-30T22:38:16.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:16 smithi203 conmon[88363]: cluster 2023-11-30T22:38:14. 2023-11-30T22:38:16.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:16 smithi203 conmon[88363]: 620192+0000 mgr.smithi071.nfuwvn (mgr.14180) 1020 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:17.366 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:38:17.367 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:31:36.616944Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:31:36.617007Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:31:36.617088Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:31:36.616872Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:31:36.616722Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:31:36.617147Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:31:36.617278Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:31:36.617217Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:31:36.617512Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:38:17.640 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:17 smithi071 conmon[83797]: cluster 2023-11-30T22:38:16.621048+0000 mgr.smithi071.nfuwvn (mgr.14180) 1021 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:17.640 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:17 smithi071 conmon[83797]: audit 2023-11-30T22:38:16.639216+0000 mon.smithi071 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:38:17.640 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:17 smithi071 conmon[83797]: audit 2023-11-30T22:38:17.359435+0000 mgr.smithi071.nfuwvn (mgr.14180) 1022 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:18.134 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:17 smithi203 conmon[88363]: cluster 2023-11-30T22:38:16.621048+0000 mgr.smithi071.nfuwvn (mgr.14180) 1021 : cluster 2023-11-30T22:38:18.134 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:17 smithi203 conmon[88363]: [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:18.134 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:17 smithi203 conmon[88363]: audit 2023-11-30T22:38:16.639216+0000 mon.smithi071 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:38:18.134 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:17 smithi203 conmon[88363]: audit 2023-11-30T22:38:17.359435+0000 mgr.smithi071.nfuwvn 2023-11-30T22:38:18.134 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:17 smithi203 conmon[88363]: (mgr.14180) 1022 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:18.135 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:38:19.136 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:38:20.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:20 smithi071 conmon[83797]: cluster 2023-11-30T22:38:18.621940+0000 mgr.smithi071.nfuwvn (mgr.14180) 1023 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:20.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:20 smithi203 conmon[88363]: cluster 2023-11-30T22:38:18.621940+0000 mgr.smithi071.nfuwvn (mgr.14180) 1023 : 2023-11-30T22:38:20.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:20 smithi203 conmon[88363]: cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:21.534 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:38:21.535 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:38:22.233 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:38:22.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:22 smithi071 conmon[83797]: cluster 2023-11-30T22:38:20.622766+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:38:22.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:22 smithi071 conmon[83797]: 14180) 1024 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:22.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:22 smithi071 conmon[83797]: audit 2023-11-30T22:38:21.192163+0000 mon.smithi071 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:38:22.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:22 smithi071 conmon[83797]: audit 2023-11-30T22:38:21.515280+0000 mon.smithi071 (mon.0) 721 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:38:22.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:22 smithi071 conmon[83797]: audit 2023-11-30T22:38:21.515965+0000 mon.smithi071 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-30T22:38:22.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:22 smithi071 conmon[83797]: audit 2023-11-30T22:38:21.520464+0000 mon.smithi071 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:38:22.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:22 smithi071 conmon[83797]: audit 2023-11-30T22:38:21.524454+0000 mon.smithi071 (mon.0) 724 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-30T22:38:22.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:22 smithi203 conmon[88363]: cluster 2023-11-30T22:38:20.622766+0000 mgr.smithi071.nfuwvn 2023-11-30T22:38:22.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:22 smithi203 conmon[88363]: (mgr.14180) 1024 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:22.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:22 smithi203 conmon[88363]: audit 2023-11-30T22:38:21.192163+0000 mon.smithi071 (mon.0) 720 : audit 2023-11-30T22:38:22.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:22 smithi203 conmon[88363]: [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:38:22.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:22 smithi203 conmon[88363]: audit 2023-11 2023-11-30T22:38:22.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:22 smithi203 conmon[88363]: -30T22:38:21.515280+0000 mon.smithi071 (mon.0) 721 : audit 2023-11-30T22:38:22.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:22 smithi203 conmon[88363]: [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:38:22.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:22 smithi203 conmon[88363]: audit 2023-11-30T22: 2023-11-30T22:38:22.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:22 smithi203 conmon[88363]: 38:21.515965+0000 mon.smithi071 (mon.0) 722 : 2023-11-30T22:38:22.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:22 smithi203 conmon[88363]: audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-30T22:38:22.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:22 smithi203 conmon[88363]: audit 2023-11-30T22:38 2023-11-30T22:38:22.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:22 smithi203 conmon[88363]: :21.520464+0000 mon.smithi071 (mon.0) 723 : audit 2023-11-30T22:38:22.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:22 smithi203 conmon[88363]: [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:38:22.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:22 smithi203 conmon[88363]: audit 2023-11-30T22:38:21.524454+0000 2023-11-30T22:38:22.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:22 smithi203 conmon[88363]: mon.smithi071 (mon.0) 724 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-30T22:38:23.234 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:38:23.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:23 smithi071 conmon[83797]: cluster 2023-11-30T22:38:21.520932+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:38:23.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:23 smithi071 conmon[83797]: .14180) 1025 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:23.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:23 smithi071 conmon[83797]: cephadm 2023-11-30T22:38:21.530401+0000 mgr.smithi071.nfuwvn (mgr.14180) 1026 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi203.qmjfwn on smithi203 2023-11-30T22:38:23.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:23 smithi071 conmon[83797]: audit 2023-11-30T22:38:21.530913+0000 mgr.smithi071.nfuwvn (mgr.14180) 1027 2023-11-30T22:38:23.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:23 smithi071 conmon[83797]: : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:23.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:23 smithi071 conmon[83797]: cluster 2023-11-30T22:38:23.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:23 smithi071 conmon[83797]: 2023-11-30T22:38:22.518802+0000 mon.smithi071 (mon.0) 725 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-30T22:38:23.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:23 smithi071 conmon[83797]: cluster 2023-11-30T22:38:23.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:23 smithi071 conmon[83797]: 2023-11-30T22:38:22 2023-11-30T22:38:23.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:23 smithi071 conmon[83797]: .518887+0000 mon.smithi071 (mon.0) 726 : cluster [INF] 2023-11-30T22:38:23.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:23 smithi071 conmon[83797]: Cluster is now healthy 2023-11-30T22:38:23.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:23 smithi203 conmon[88363]: cluster 2023-11-30T22:38:21.520932+0000 mgr.smithi071.nfuwvn (mgr.14180) 1025 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:23.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:23 smithi203 conmon[88363]: cephadm 2023-11-30T22:38:21.530401+0000 mgr.smithi071.nfuwvn (mgr.14180) 1026 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi203.qmjfwn on smithi203 2023-11-30T22:38:23.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:23 smithi203 conmon[88363]: audit 2023-11-30T22:38:21.530913+0000 mgr.smithi071.nfuwvn (mgr.14180) 1027 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:23.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:23 smithi203 conmon[88363]: cluster 2023-11-30T22:38:22.518802+0000 mon.smithi071 (mon.0 2023-11-30T22:38:23.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:23 smithi203 conmon[88363]: ) 725 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-30T22:38:23.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:23 smithi203 conmon[88363]: cluster 2023-11-30T22 2023-11-30T22:38:23.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:23 smithi203 conmon[88363]: :38:22.518887+0000 mon.smithi071 (mon.0) 2023-11-30T22:38:23.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:23 smithi203 conmon[88363]: 726 : cluster [INF] Cluster is now healthy 2023-11-30T22:38:25.256 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:38:25.256 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:38:25.516 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:25 smithi071 conmon[83797]: cluster 2023-11-30T22:38:23.521456+0000 mgr.smithi071.nfuwvn (mgr.14180) 1028 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:25.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:25 smithi203 conmon[88363]: cluster 2023-11-30T22:38:23.521456+0000 mgr.smithi071.nfuwvn (mgr.14180) 1028 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:25.990 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:38:26.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:26 smithi071 conmon[83797]: audit 2023-11-30T22:38:25.251395+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:38:26.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:26 smithi071 conmon[83797]: .14180) 1029 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:26.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:26 smithi203 conmon[88363]: audit 2023-11-30T22:38:25.251395+0000 mgr.smithi071.nfuwvn (mgr.14180) 1029 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:26.992 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:38:27.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:27 smithi071 conmon[83797]: cluster 2023-11-30T22:38:25.522108+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:38:27.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:27 smithi071 conmon[83797]: ) 1030 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:27.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:27 smithi071 conmon[83797]: audit 2023-11-30T22:38:26.738862+0000 mon.smithi071 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:38:27.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:27 smithi203 conmon[88363]: cluster 2023-11-30T22:38:25.522108+0000 mgr.smithi071.nfuwvn (mgr.14180) 1030 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:27.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:27 smithi203 conmon[88363]: audit 2023-11-30T22:38:26.738862+0000 mon.smithi071 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:38:29.005 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:38:29.005 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:38:29.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:29 smithi071 conmon[83797]: cluster 2023-11-30T22:38:27.522672+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:38:29.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:29 smithi071 conmon[83797]: 14180) 1031 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:29.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:29 smithi203 conmon[88363]: cluster 2023-11-30T22:38:27.522672+0000 mgr.smithi071.nfuwvn (mgr.14180) 1031 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:29.740 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:38:30.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:30 smithi071 conmon[83797]: audit 2023-11-30T22:38:29.000628+0000 mgr.smithi071.nfuwvn 2023-11-30T22:38:30.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:30 smithi071 conmon[83797]: (mgr.14180) 1032 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:30.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:30 smithi203 conmon[88363]: audit 2023-11-30T22:38:29.000628+0000 mgr.smithi071.nfuwvn (mgr.14180) 1032 : 2023-11-30T22:38:30.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:30 smithi203 conmon[88363]: audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:30.789 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:38:31.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:31 smithi071 conmon[83797]: cluster 2023-11-30T22:38:29.522979+0000 mgr.smithi071.nfuwvn (mgr.14180) 1033 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:31.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:31 smithi203 conmon[88363]: cluster 2023-11-30T22:38:29.522979+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:38:31.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:31 smithi203 conmon[88363]: .14180) 1033 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:32.751 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:38:32.751 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:38:33.423 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:38:33.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:33 smithi071 conmon[83797]: cluster 2023-11-30T22:38:31.523407+0000 mgr.smithi071.nfuwvn (mgr.14180) 1034 : 2023-11-30T22:38:33.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:33 smithi071 conmon[83797]: cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:33.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:33 smithi203 conmon[88363]: cluster 2023-11-30T22:38:31.523407+0000 mgr.smithi071.nfuwvn (mgr.14180) 1034 : cluster 2023-11-30T22:38:33.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:33 smithi203 conmon[88363]: [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:34.424 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:38:34.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:34 smithi071 conmon[83797]: audit 2023-11-30T22:38:32.746626+0000 mgr.smithi071.nfuwvn (mgr.14180) 1035 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:34.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:34 smithi203 conmon[88363]: audit 2023-11-30T22:38:32.746626+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:38:34.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:34 smithi203 conmon[88363]: 1035 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:35.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:35 smithi071 conmon[83797]: cluster 2023-11-30T22:38:33.524282+0000 mgr.smithi071.nfuwvn (mgr.14180) 1036 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:35.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:35 smithi203 conmon[88363]: cluster 2023-11-30T22:38:33.524282+0000 mgr.smithi071.nfuwvn (mgr.14180) 1036 : cluster 2023-11-30T22:38:35.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:35 smithi203 conmon[88363]: [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:36.382 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:38:36.382 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:38:37.138 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:38:37.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:37 smithi071 conmon[83797]: cluster 2023-11-30T22:38:35.524674+0000 mgr.smithi071.nfuwvn (mgr.14180) 1037 : cluster 2023-11-30T22:38:37.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:37 smithi071 conmon[83797]: [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:37.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:37 smithi203 conmon[88363]: cluster 2023-11-30T22:38:35.524674+0000 mgr.smithi071.nfuwvn (mgr.14180) 1037 : cluster [DBG] 2023-11-30T22:38:37.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:37 smithi203 conmon[88363]: pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:38.139 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:38:38.597 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:38 smithi071 conmon[83797]: audit 2023-11-30T22:38:36.377383+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:38:38.598 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:38 smithi071 conmon[83797]: 14180) 1038 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:38.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:38 smithi203 conmon[88363]: audit 2023-11-30T22:38:36.377383+0000 mgr.smithi071.nfuwvn (mgr.14180) 1038 : audit 2023-11-30T22:38:38.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:38 smithi203 conmon[88363]: [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:39.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:39 smithi203 conmon[88363]: cluster 2023-11-30T22:38:37.525192+0000 mgr.smithi071.nfuwvn (mgr.14180) 1039 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:39.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:39 smithi071 conmon[83797]: cluster 2023-11-30T22:38:37.525192+0000 mgr.smithi071.nfuwvn (mgr.14180) 1039 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:40.145 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:38:40.146 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:38:40.938 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:38:41.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:41 smithi071 conmon[83797]: cluster 2023-11-30T22:38:39.525531+0000 mgr.smithi071.nfuwvn (mgr.14180) 1040 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:41.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:41 smithi071 conmon[83797]: 2023-11-30T22:38:41.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:41 smithi071 conmon[83797]: audit 2023-11-30T22:38:40.141921+0000 mgr.smithi071.nfuwvn (mgr.14180) 1041 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:41.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:41 smithi203 conmon[88363]: cluster 2023-11-30T22:38:39.525531+0000 mgr.smithi071.nfuwvn (mgr.14180) 1040 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:41.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:41 smithi203 conmon[88363]: audit 2023-11-30T22:38:40.141921+0000 mgr.smithi071.nfuwvn (mgr.14180) 1041 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:41.938 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:38:43.498 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:43 smithi071 conmon[83797]: cluster 2023-11-30T22:38:41.526297+0000 mgr.smithi071.nfuwvn (mgr.14180) 1042 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:43.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:43 smithi203 conmon[88363]: cluster 2023-11-30T22:38:41.526297+0000 mgr.smithi071.nfuwvn (mgr.14180) 1042 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:43.919 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:38:43.920 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:38:44.587 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:38:45.588 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:38:45.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:45 smithi071 conmon[83797]: cluster 2023-11-30T22:38:43.526934+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:38:45.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:45 smithi071 conmon[83797]: 1043 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:45.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:45 smithi071 conmon[83797]: audit 2023-11-30T22:38:43.915596+0000 mgr.smithi071.nfuwvn (mgr.14180) 1044 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:45.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:45 smithi203 conmon[88363]: cluster 2023-11-30T22:38:43.526934+0000 mgr.smithi071.nfuwvn (mgr.14180) 1043 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:45.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:45 smithi203 conmon[88363]: audit 2023-11-30T22:38:43.915596+0000 mgr.smithi071.nfuwvn (mgr.14180) 1044 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:47.508 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:38:47.508 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:38:47.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:47 smithi071 conmon[83797]: cluster 2023-11-30T22:38:45.527397+0000 mgr.smithi071.nfuwvn (mgr.14180) 1045 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:47.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:47 smithi203 conmon[88363]: cluster 2023-11-30T22:38:45.527397+0000 mgr.smithi071.nfuwvn (mgr.14180) 1045 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:48.145 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:38:49.145 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:38:49.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:49 smithi071 conmon[83797]: audit 2023-11-30T22:38:47.504211+0000 mgr.smithi071.nfuwvn (mgr.14180) 1046 2023-11-30T22:38:49.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:49 smithi071 conmon[83797]: : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:49.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:49 smithi071 conmon[83797]: cluster 2023-11-30T22:38:47.527952+0000 mgr.smithi071.nfuwvn (mgr.14180) 1047 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:49.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:49 smithi203 conmon[88363]: audit 2023-11-30T22:38:47.504211+0000 mgr.smithi071.nfuwvn (mgr.14180) 1046 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:49.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:49 smithi203 conmon[88363]: cluster 2023-11-30T22:38:47.527952+0000 mgr.smithi071.nfuwvn (mgr.14180) 1047 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:51.123 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:38:51.123 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:38:51.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:51 smithi071 conmon[83797]: cluster 2023-11-30T22:38:49.528439+0000 mgr.smithi071.nfuwvn (mgr.14180) 1048 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:51.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:51 smithi203 conmon[88363]: cluster 2023-11-30T22:38:49.528439+0000 mgr.smithi071.nfuwvn (mgr.14180) 1048 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:51.869 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:38:52.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:52 smithi071 conmon[83797]: audit 2023-11-30T22:38:51.118979+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:38:52.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:52 smithi071 conmon[83797]: ) 1049 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:52.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:52 smithi203 conmon[88363]: audit 2023-11-30T22:38:51.118979+0000 mgr.smithi071.nfuwvn (mgr.14180) 1049 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:52.870 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:38:53.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:53 smithi071 conmon[83797]: cluster 2023-11-30T22:38:51.529053+0000 mgr.smithi071.nfuwvn (mgr.14180) 1050 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:53.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:53 smithi203 conmon[88363]: cluster 2023-11-30T22:38:51.529053+0000 mgr.smithi071.nfuwvn (mgr.14180) 1050 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:54.920 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:38:54.920 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:38:55.542 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:38:55.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:55 smithi071 conmon[83797]: cluster 2023-11-30T22:38:53.529742+0000 mgr.smithi071.nfuwvn (mgr.14180) 1051 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:55.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:55 smithi203 conmon[88363]: cluster 2023-11-30T22:38:53.529742+0000 mgr.smithi071.nfuwvn (mgr.14180) 1051 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:56.543 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:38:56.571 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:56 smithi071 conmon[83797]: audit 2023-11-30T22:38:54.916733+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:38:56.572 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:56 smithi071 conmon[83797]: .14180) 1052 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:56.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:56 smithi203 conmon[88363]: audit 2023-11-30T22:38:54.916733+0000 mgr.smithi071.nfuwvn (mgr.14180) 1052 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:38:56.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:56 smithi203 conmon[88363]: 2023-11-30T22:38:57.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:57 smithi071 conmon[83797]: cluster 2023-11-30T22:38:55.530273+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:38:57.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:57 smithi071 conmon[83797]: ) 1053 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:57.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:57 smithi203 conmon[88363]: cluster 2023-11-30T22:38:55.530273+0000 mgr.smithi071.nfuwvn (mgr.14180) 1053 : cluster [DBG] 2023-11-30T22:38:57.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:57 smithi203 conmon[88363]: pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:58.529 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:38:58.529 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:38:59.192 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:38:59.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:38:59 smithi071 conmon[83797]: cluster 2023-11-30T22:38:57.530841+0000 mgr.smithi071.nfuwvn (mgr.14180) 1054 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:38:59.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:38:59 smithi203 conmon[88363]: cluster 2023-11-30T22:38:57.530841+0000 mgr.smithi071.nfuwvn (mgr.14180) 1054 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:00.193 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:39:00.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:00 smithi071 conmon[83797]: audit 2023-11-30T22:38:58.524440+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:39:00.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:00 smithi071 conmon[83797]: .14180) 1055 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:00.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:00 smithi203 conmon[88363]: audit 2023-11-30T22:38:58.524440+0000 mgr.smithi071.nfuwvn (mgr.14180) 1055 : audit [DBG] 2023-11-30T22:39:00.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:00 smithi203 conmon[88363]: from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:01.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:01 smithi071 conmon[83797]: cluster 2023-11-30T22:38:59.531157+0000 mgr.smithi071.nfuwvn (mgr.14180) 1056 : cluster 2023-11-30T22:39:01.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:01 smithi071 conmon[83797]: [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:01.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:01 smithi203 conmon[88363]: cluster 2023-11-30T22:38:59.531157+0000 mgr.smithi071.nfuwvn (mgr.14180) 1056 : cluster [DBG] 2023-11-30T22:39:01.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:01 smithi203 conmon[88363]: pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:02.109 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:39:02.109 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:39:02.799 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:39:03.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:03 smithi071 conmon[83797]: cluster 2023-11-30T22:39:01.531624+0000 mgr.smithi071.nfuwvn (mgr.14180) 1057 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:03.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:03 smithi071 conmon[83797]: audit 2023-11-30T22:39:02.105220+0000 mgr.smithi071.nfuwvn (mgr.14180) 1058 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:03.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:03 smithi203 conmon[88363]: cluster 2023-11-30T22:39:01.531624+0000 mgr.smithi071.nfuwvn (mgr.14180) 1057 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:03.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:03 smithi203 conmon[88363]: audit 2023-11-30T22:39:02.105220+0000 mgr.smithi071.nfuwvn (mgr.14180) 1058 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:03.800 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:39:05.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:05 smithi071 conmon[83797]: cluster 2023-11-30T22:39:03.532159 2023-11-30T22:39:05.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:05 smithi071 conmon[83797]: +0000 mgr.smithi071.nfuwvn (mgr.14180) 1059 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:05.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:05 smithi203 conmon[88363]: cluster 2023-11-30T22:39:03.532159+0000 mgr.smithi071.nfuwvn (mgr.14180) 1059 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:05.740 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:39:05.740 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:39:06.416 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:39:07.418 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:39:07.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:07 smithi071 conmon[83797]: cluster 2023-11-30T22:39:05.532601+0000 mgr.smithi071.nfuwvn (mgr.14180) 1060 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:07.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:07 smithi071 conmon[83797]: audit 2023-11-30T22:39:05.736047+0000 mgr.smithi071.nfuwvn (mgr.14180) 1061 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:07.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:07 smithi203 conmon[88363]: cluster 2023-11-30T22:39:05.532601+0000 mgr.smithi071.nfuwvn (mgr.14180) 1060 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:07.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:07 smithi203 conmon[88363]: 2023-11-30T22:39:07.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:07 smithi203 conmon[88363]: audit 2023-11-30T22:39:05.736047+0000 mgr.smithi071.nfuwvn (mgr.14180) 1061 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:09.395 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:39:09.395 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:39:09.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:09 smithi071 conmon[83797]: cluster 2023-11-30T22:39: 2023-11-30T22:39:09.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:09 smithi071 conmon[83797]: 07.533315+0000 mgr.smithi071.nfuwvn (mgr.14180) 1062 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:09.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:09 smithi203 conmon[88363]: cluster 2023-11-30T22:39:07.533315+0000 mgr.smithi071.nfuwvn (mgr.14180) 1062 : cluster [DBG] 2023-11-30T22:39:09.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:09 smithi203 conmon[88363]: pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:10.091 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:39:11.092 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:39:11.531 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:11 smithi071 conmon[83797]: audit 2023-11-30T22:39:09. 2023-11-30T22:39:11.531 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:11 smithi071 conmon[83797]: 391035+0000 mgr.smithi071.nfuwvn (mgr.14180) 1063 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:11.531 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:11 smithi071 conmon[83797]: cluster 2023-11-30T22:39:09.533677+0000 mgr.smithi071.nfuwvn (mgr.14180) 1064 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:11.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:11 smithi203 conmon[88363]: audit 2023-11-30T22:39:09.391035+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:39:11.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:11 smithi203 conmon[88363]: ) 1063 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:11.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:11 smithi203 conmon[88363]: cluster 2023-11-30T22:39:09.533677+0000 mgr.smithi071.nfuwvn (mgr.14180) 1064 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:13.119 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:39:13.119 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:39:13.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:13 smithi071 conmon[83797]: cluster 2023-11-30T22:39:11.534131+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:39:13.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:13 smithi071 conmon[83797]: mgr.14180) 1065 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:13.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:13 smithi203 conmon[88363]: cluster 2023-11-30T22:39:11.534131+0000 mgr.smithi071.nfuwvn (mgr.14180) 1065 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:13.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:13 smithi203 conmon[88363]: 2023-11-30T22:39:13.846 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:39:14.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:14 smithi071 conmon[83797]: audit 2023-11-30T22:39:13.114286+0000 mgr.smithi071.nfuwvn (mgr.14180) 1066 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:14.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:14 smithi203 conmon[88363]: audit 2023-11-30T22:39:13.114286+0000 mgr.smithi071.nfuwvn (mgr.14180) 1066 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:14.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:14 smithi203 conmon[88363]: 2023-11-30T22:39:14.847 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:39:15.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:15 smithi071 conmon[83797]: cluster 2023-11-30T22:39: 2023-11-30T22:39:15.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:15 smithi071 conmon[83797]: 13.534684+0000 mgr.smithi071.nfuwvn (mgr.14180) 1067 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:15.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:15 smithi203 conmon[88363]: cluster 2023-11-30T22:39:13.534684+0000 mgr.smithi071.nfuwvn (mgr.14180) 1067 : cluster [DBG] 2023-11-30T22:39:15.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:15 smithi203 conmon[88363]: pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:16.806 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:39:16.807 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:39:17.429 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:39:17.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:17 smithi071 conmon[83797]: cluster 2023-11-30T22:39:15.535316+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:39:17.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:17 smithi071 conmon[83797]: ) 1068 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:17.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:17 smithi203 conmon[88363]: cluster 2023-11-30T22:39:15.535316+0000 mgr.smithi071.nfuwvn (mgr.14180) 1068 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:18.430 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:39:18.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:18 smithi071 conmon[83797]: audit 2023-11-30T22:39:16.802405+0000 mgr.smithi071.nfuwvn (mgr.14180) 1069 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:18.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:18 smithi203 conmon[88363]: audit 2023-11-30T22:39:16.802405+0000 mgr.smithi071.nfuwvn (mgr.14180) 1069 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:18.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:18 smithi203 conmon[88363]: 2023-11-30T22:39:19.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:19 smithi071 conmon[83797]: cluster 2023-11-30T22:39:17.536063+0000 mgr.smithi071.nfuwvn (mgr.14180) 1070 : cluster 2023-11-30T22:39:19.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:19 smithi071 conmon[83797]: [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:19.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:19 smithi203 conmon[88363]: cluster 2023-11-30T22:39:17.536063+0000 mgr.smithi071.nfuwvn (mgr.14180) 1070 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:19.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:19 smithi203 conmon[88363]: 2023-11-30T22:39:20.476 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:39:20.479 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:39:21.245 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:39:21.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:21 smithi071 conmon[83797]: cluster 2023-11-30T22:39:19.536501+0000 mgr.smithi071.nfuwvn (mgr.14180) 1071 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:21.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:21 smithi203 conmon[88363]: cluster 2023-11-30T22:39:19.536501+0000 mgr.smithi071.nfuwvn (mgr.14180) 1071 : cluster 2023-11-30T22:39:21.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:21 smithi203 conmon[88363]: [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:22.246 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:39:22.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:22 smithi071 conmon[83797]: audit 2023-11-30T22:39:20.468851+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:39:22.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:22 smithi071 conmon[83797]: .14180) 1072 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:22.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:22 smithi203 conmon[88363]: audit 2023-11-30T22:39:20.468851+0000 mgr.smithi071.nfuwvn (mgr.14180) 1072 : audit [DBG] 2023-11-30T22:39:22.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:22 smithi203 conmon[88363]: from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:23.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:23 smithi203 conmon[88363]: cluster 2023-11-30T22:39:21.537031+0000 mgr.smithi071.nfuwvn (mgr.14180) 1073 : cluster 2023-11-30T22:39:23.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:23 smithi203 conmon[88363]: [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:23.832 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:23 smithi071 conmon[83797]: cluster 2023-11-30T22:39:21.537031+0000 mgr.smithi071.nfuwvn (mgr.14180) 1073 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:24.231 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:39:24.232 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:39:24.870 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:39:25.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:25 smithi203 conmon[88363]: cluster 2023-11-30T22:39:23.537557+0000 mgr.smithi071.nfuwvn (mgr.14180) 1074 : cluster [DBG] 2023-11-30T22:39:25.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:25 smithi203 conmon[88363]: pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:25.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:25 smithi203 conmon[88363]: audit 2023-11-30T22:39:24.226822+0000 mgr.smithi071.nfuwvn (mgr.14180) 1075 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:25.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:25 smithi071 conmon[83797]: cluster 2023-11-30T22 2023-11-30T22:39:25.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:25 smithi071 conmon[83797]: :39:23.537557+0000 mgr.smithi071.nfuwvn (mgr.14180) 1074 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:25.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:25 smithi071 conmon[83797]: audit 2023-11-30T22:39:24.226822+0000 mgr.smithi071.nfuwvn (mgr.14180) 1075 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:25.871 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:39:27.488 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:27 smithi071 conmon[83797]: cluster 2023-11-30T22:39:25.537991+0000 mgr.smithi071.nfuwvn (mgr.14180) 1076 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:27.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:27 smithi203 conmon[88363]: cluster 2023-11-30T22:39:25.537991+0000 mgr.smithi071.nfuwvn (mgr.14180) 1076 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:27.880 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:39:27.880 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:39:28.552 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:39:29.553 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:39:29.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:29 smithi071 conmon[83797]: cluster 2023-11-30T22:39:27.538570+0000 mgr.smithi071.nfuwvn (mgr.14180) 1077 : cluster [DBG] 2023-11-30T22:39:29.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:29 smithi071 conmon[83797]: pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:29.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:29 smithi071 conmon[83797]: audit 2023-11-30T22:39:27.875961+0000 mgr.smithi071.nfuwvn (mgr.14180) 1078 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:29.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:29 smithi203 conmon[88363]: cluster 2023-11-30T22:39:27.538570+0000 mgr.smithi071.nfuwvn (mgr.14180) 1077 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:29.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:29 smithi203 conmon[88363]: 2023-11-30T22:39:29.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:29 smithi203 conmon[88363]: audit 2023-11-30T22:39:27.875961+0000 mgr.smithi071.nfuwvn (mgr.14180) 1078 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:30.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:30 smithi071 conmon[83797]: cluster 2023-11-30T22:39:29.538995+0000 mgr.smithi071.nfuwvn (mgr.14180) 1079 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:30.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:30 smithi203 conmon[88363]: cluster 2023-11-30T22:39:29.538995+0000 mgr.smithi071.nfuwvn (mgr.14180) 1079 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:31.572 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:39:31.572 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:39:32.285 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:39:32.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:32 smithi071 conmon[83797]: cluster 2023-11-30T22:39:31.539406+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:39:32.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:32 smithi071 conmon[83797]: .14180) 1080 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:32.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:32 smithi071 conmon[83797]: audit 2023-11-30T22:39:31.568437+0000 mgr.smithi071.nfuwvn (mgr.14180) 1081 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:32.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:32 smithi203 conmon[88363]: cluster 2023-11-30T22:39:31.539406+0000 mgr.smithi071.nfuwvn (mgr.14180) 1080 : cluster 2023-11-30T22:39:32.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:32 smithi203 conmon[88363]: [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:32.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:32 smithi203 conmon[88363]: audit 2023-11-30T22:39:31.568437+0000 mgr.smithi071.nfuwvn (mgr.14180) 1081 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:33.286 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:39:35.309 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:39:35.309 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:39:35.552 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:35 smithi071 conmon[83797]: cluster 2023-11-30T22:39:33.539972+0000 mgr.smithi071.nfuwvn (mgr.14180) 1082 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:35.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:35 smithi203 conmon[88363]: cluster 2023-11-30T22:39:33.539972+0000 mgr.smithi071.nfuwvn (mgr.14180) 1082 : cluster [DBG] 2023-11-30T22:39:35.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:35 smithi203 conmon[88363]: pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:35.967 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:39:36.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:36 smithi071 conmon[83797]: audit 2023-11-30T22:39:35.304494+0000 mgr.smithi071.nfuwvn 2023-11-30T22:39:36.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:36 smithi071 conmon[83797]: (mgr.14180) 1083 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:36.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:36 smithi203 conmon[88363]: audit 2023-11-30T22:39:35.304494+0000 mgr.smithi071.nfuwvn (mgr.14180) 1083 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:36.968 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:39:37.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:37 smithi071 conmon[83797]: cluster 2023-11-30T22:39:35.540465 2023-11-30T22:39:37.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:37 smithi071 conmon[83797]: +0000 mgr.smithi071.nfuwvn (mgr.14180) 1084 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:37.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:37 smithi203 conmon[88363]: cluster 2023-11-30T22:39:35.540465+0000 mgr.smithi071.nfuwvn (mgr.14180) 1084 : cluster [DBG] 2023-11-30T22:39:37.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:37 smithi203 conmon[88363]: pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:38.983 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:39:38.984 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:39:39.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:39 smithi071 conmon[83797]: cluster 2023-11-30T22:39:37.540993+0000 mgr.smithi071.nfuwvn (mgr.14180) 1085 2023-11-30T22:39:39.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:39 smithi071 conmon[83797]: : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:39.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:39 smithi203 conmon[88363]: cluster 2023-11-30T22:39:37.540993+0000 mgr.smithi071.nfuwvn (mgr.14180) 1085 : cluster [DBG] 2023-11-30T22:39:39.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:39 smithi203 conmon[88363]: pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:39.691 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:39:40.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:40 smithi071 conmon[83797]: audit 2023-11-30T22:39:38.979813+0000 mgr.smithi071.nfuwvn (mgr.14180) 1086 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:42.501 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:39:42.502 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:41 smithi071 conmon[83797]: cluster 2023-11-30T22:39:39.541341+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:39:42.503 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:41 smithi071 conmon[83797]: .14180) 1087 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:42.503 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:40 smithi203 conmon[88363]: audit 2023-11-30T22:39:38.979813+0000 mgr.smithi071.nfuwvn (mgr.14180) 1086 : audit [DBG] 2023-11-30T22:39:42.503 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:40 smithi203 conmon[88363]: from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:42.503 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:41 smithi203 conmon[88363]: cluster 2023-11-30T22:39:39.541341+0000 mgr.smithi071.nfuwvn (mgr.14180) 1087 : cluster [DBG] 2023-11-30T22:39:42.503 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:41 smithi203 conmon[88363]: pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:43.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:43 smithi071 conmon[83797]: cluster 2023-11-30T22:39:41.541998+0000 2023-11-30T22:39:43.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:43 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 1088 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:43.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:43 smithi203 conmon[88363]: cluster 2023-11-30T22:39:41.541998+0000 mgr.smithi071.nfuwvn (mgr.14180) 1088 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:43.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:43 smithi203 conmon[88363]: 2023-11-30T22:39:44.470 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:39:44.471 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:39:45.108 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:39:45.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:45 smithi071 conmon[83797]: cluster 2023-11-30T22:39:43.542719+0000 mgr.smithi071.nfuwvn (mgr.14180) 1089 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:45.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:45 smithi203 conmon[88363]: cluster 2023-11-30T22:39:43.542719+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:39:45.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:45 smithi203 conmon[88363]: 1089 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:46.109 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:39:46.591 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:46 smithi071 conmon[83797]: audit 2023-11-30T22:39:44.466473+0000 2023-11-30T22:39:46.662 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:46 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 1090 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:46.663 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:46 smithi203 conmon[88363]: audit 2023-11-30T22:39:44.466473+0000 mgr.smithi071.nfuwvn (mgr.14180) 1090 : audit 2023-11-30T22:39:46.663 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:46 smithi203 conmon[88363]: [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:47.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:47 smithi071 conmon[83797]: cluster 2023-11-30T22:39:45.543276+0000 mgr.smithi071.nfuwvn (mgr.14180) 1091 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:47.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:47 smithi203 conmon[88363]: cluster 2023-11-30T22:39:45.543276+0000 mgr.smithi071.nfuwvn (mgr.14180) 1091 : cluster 2023-11-30T22:39:47.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:47 smithi203 conmon[88363]: [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:48.117 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:39:48.117 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:39:48.900 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:39:49.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:49 smithi071 conmon[83797]: cluster 2023-11-30T22:39:47.543803+0000 mgr.smithi071.nfuwvn (mgr.14180) 1092 : 2023-11-30T22:39:49.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:49 smithi071 conmon[83797]: cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:49.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:49 smithi071 conmon[83797]: audit 2023-11-30T22:39:48.112983+0000 mgr.smithi071.nfuwvn (mgr.14180) 1093 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:49.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:49 smithi203 conmon[88363]: cluster 2023-11-30T22:39:47.543803+0000 mgr.smithi071.nfuwvn (mgr.14180) 1092 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:49.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:49 smithi203 conmon[88363]: audit 2023-11-30T22:39:48.112983+0000 mgr.smithi071.nfuwvn (mgr.14180) 1093 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:49.902 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:39:51.475 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:51 smithi071 conmon[83797]: cluster 2023-11-30T22:39:49.544202+0000 mgr.smithi071.nfuwvn (mgr.14180) 1094 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:51.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:51 smithi203 conmon[88363]: cluster 2023-11-30T22:39:49.544202+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:39:51.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:51 smithi203 conmon[88363]: ) 1094 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:51.873 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:39:51.873 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:39:52.639 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:39:53.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:53 smithi071 conmon[83797]: cluster 2023-11-30T22:39:51.544914+0000 mgr.smithi071.nfuwvn (mgr.14180) 1095 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:53.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:53 smithi071 conmon[83797]: audit 2023-11-30T22:39:51.869654+0000 mgr.smithi071.nfuwvn (mgr.14180) 1096 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:53.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:53 smithi203 conmon[88363]: cluster 2023-11-30T22:39:51.544914+0000 mgr.smithi071.nfuwvn (mgr.14180) 1095 : cluster 2023-11-30T22:39:53.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:53 smithi203 conmon[88363]: [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:53.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:53 smithi203 conmon[88363]: audit 2023-11-30T22:39:51.869654+0000 mgr.smithi071.nfuwvn (mgr.14180) 1096 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:53.640 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:39:55.550 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:39:55.550 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:39:55.575 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:55 smithi071 conmon[83797]: cluster 2023-11-30T22:39:53.545599+0000 mgr.smithi071.nfuwvn (mgr.14180) 1097 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:55.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:55 smithi203 conmon[88363]: cluster 2023-11-30T22:39:53.545599+0000 mgr.smithi071.nfuwvn (mgr.14180) 1097 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:56.221 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:39:57.222 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:39:57.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:57 smithi071 conmon[83797]: audit 2023-11-30T22:39:55.546179+0000 mgr.smithi071.nfuwvn (mgr.14180) 1098 : 2023-11-30T22:39:57.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:57 smithi071 conmon[83797]: audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:57.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:57 smithi071 conmon[83797]: cluster 2023-11-30T22:39:55.546513+0000 mgr.smithi071.nfuwvn (mgr.14180) 1099 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:57.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:57 smithi203 conmon[88363]: audit 2023-11-30T22:39:55.546179+0000 mgr.smithi071.nfuwvn (mgr.14180) 1098 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:39:57.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:57 smithi203 conmon[88363]: cluster 2023-11-30T22: 2023-11-30T22:39:57.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:57 smithi203 conmon[88363]: 39:55.546513+0000 mgr.smithi071.nfuwvn (mgr.14180) 1099 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:59.271 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:39:59.272 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:39:59.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:39:59 smithi071 conmon[83797]: cluster 2023-11-30T22:39:57.547171+0000 mgr.smithi071.nfuwvn (mgr.14180) 1100 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:59.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:39:59 smithi203 conmon[88363]: cluster 2023-11-30T22:39:57.547171+0000 mgr.smithi071.nfuwvn (mgr.14180) 1100 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:39:59.962 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:40:00.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:00 smithi071 conmon[83797]: audit 2023-11-30T22:39:59.267998+0000 mgr.smithi071.nfuwvn (mgr.14180) 1101 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:00.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:00 smithi071 conmon[83797]: cluster 2023-11-30T22:40:00.000132+0000 mon.smithi071 (mon.0) 728 : cluster [INF] overall HEALTH_OK 2023-11-30T22:40:00.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:00 smithi203 conmon[88363]: audit 2023-11-30T22:39:59.267998+0000 mgr.smithi071.nfuwvn (mgr.14180) 1101 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:00.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:00 smithi203 conmon[88363]: cluster 2023-11-30 2023-11-30T22:40:00.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:00 smithi203 conmon[88363]: T22:40:00.000132+0000 mon.smithi071 (mon.0) 728 : cluster [INF] overall HEALTH_OK 2023-11-30T22:40:00.962 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:40:01.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:01 smithi071 conmon[83797]: cluster 2023-11-30T22:39:59.547580+0000 mgr.smithi071.nfuwvn (mgr.14180) 1102 : cluster 2023-11-30T22:40:01.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:01 smithi071 conmon[83797]: [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:01.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:01 smithi203 conmon[88363]: cluster 2023-11-30T22:39:59.547580+0000 mgr.smithi071.nfuwvn (mgr.14180) 1102 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:03.042 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:40:03.042 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:40:03.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:03 smithi071 conmon[83797]: cluster 2023-11-30T22:40:01.548211+0000 mgr.smithi071.nfuwvn (mgr.14180) 1103 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:03.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:03 smithi203 conmon[88363]: cluster 2023-11-30T22:40:01.548211+0000 mgr.smithi071.nfuwvn (mgr.14180) 1103 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:03.762 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:40:04.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:04 smithi071 conmon[83797]: audit 2023-11-30T22:40:03.038453+0000 mgr.smithi071.nfuwvn (mgr.14180) 1104 : audit 2023-11-30T22:40:04.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:04 smithi071 conmon[83797]: [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:04.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:04 smithi203 conmon[88363]: audit 2023-11-30T22:40:03.038453+0000 mgr.smithi071.nfuwvn (mgr.14180) 1104 : audit [DBG] 2023-11-30T22:40:04.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:04 smithi203 conmon[88363]: from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:04.763 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:40:05.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:05 smithi071 conmon[83797]: cluster 2023-11-30T22:40:03.548790+0000 mgr.smithi071.nfuwvn (mgr.14180) 1105 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:05.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:05 smithi203 conmon[88363]: cluster 2023-11-30T22:40:03.548790+0000 mgr.smithi071.nfuwvn (mgr.14180) 1105 2023-11-30T22:40:05.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:05 smithi203 conmon[88363]: : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:06.757 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:40:06.758 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:40:07.402 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:40:07.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:07 smithi071 conmon[83797]: cluster 2023-11-30T22:40:05.549249+0000 mgr.smithi071.nfuwvn (mgr.14180) 1106 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:07.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:07 smithi203 conmon[88363]: cluster 2023-11-30T22:40:05.549249+0000 mgr.smithi071.nfuwvn (mgr.14180) 1106 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:07.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:07 smithi203 conmon[88363]: 2023-11-30T22:40:08.403 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:40:08.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:08 smithi071 conmon[83797]: audit 2023-11-30T22:40:06.751103+0000 mgr.smithi071.nfuwvn (mgr.14180) 1107 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:08.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:08 smithi203 conmon[88363]: audit 2023-11-30T22:40:06.751103+0000 mgr.smithi071.nfuwvn (mgr.14180) 1107 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:09.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:09 smithi071 conmon[83797]: cluster 2023-11-30T22:40:07.549794+0000 mgr.smithi071.nfuwvn (mgr.14180) 1108 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:09.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:09 smithi203 conmon[88363]: cluster 2023-11-30T22:40:07.549794+0000 mgr.smithi071.nfuwvn (mgr.14180) 1108 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:10.411 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:40:10.411 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:40:11.111 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:40:11.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:11 smithi071 conmon[83797]: cluster 2023-11-30T22:40:09.550156+0000 mgr.smithi071.nfuwvn (mgr.14180) 1109 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:11.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:11 smithi203 conmon[88363]: cluster 2023-11-30T22:40:09.550156+0000 mgr.smithi071.nfuwvn (mgr.14180) 1109 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:11.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:11 smithi203 conmon[88363]: 2023-11-30T22:40:12.111 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:40:12.561 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:12 smithi071 conmon[83797]: audit 2023-11-30T22:40:10.407177+0000 mgr.smithi071.nfuwvn (mgr.14180) 1110 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:12.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:12 smithi203 conmon[88363]: audit 2023-11-30T22:40:10.407177+0000 mgr.smithi071.nfuwvn (mgr.14180) 1110 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:13.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:13 smithi071 conmon[83797]: cluster 2023-11-30T22:40:11.550597+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:40:13.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:13 smithi071 conmon[83797]: ) 1111 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:13.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:13 smithi203 conmon[88363]: cluster 2023-11-30T22:40:11.550597+0000 mgr.smithi071.nfuwvn (mgr.14180) 1111 : cluster [DBG] 2023-11-30T22:40:13.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:13 smithi203 conmon[88363]: pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:14.156 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:40:14.156 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:40:14.925 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:40:15.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:15 smithi071 conmon[83797]: cluster 2023-11-30T22:40:13.551232+0000 mgr.smithi071.nfuwvn (mgr.14180) 1112 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:15.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:15 smithi071 conmon[83797]: audit 2023-11-30T22:40:14.152078+0000 mgr.smithi071.nfuwvn (mgr.14180) 1113 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:15.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:15 smithi203 conmon[88363]: cluster 2023-11-30T22:40:13.551232+0000 mgr.smithi071.nfuwvn (mgr.14180) 1112 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:15.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:15 smithi203 conmon[88363]: audit 2023-11-30T22:40:15.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:15 smithi203 conmon[88363]: 2023-11-30T22:40:14.152078+0000 mgr.smithi071.nfuwvn (mgr.14180) 1113 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:15.926 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:40:17.502 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:17 smithi071 conmon[83797]: cluster 2023-11-30T22:40:15.551713+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:40:17.503 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:17 smithi071 conmon[83797]: .14180) 1114 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:17.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:17 smithi203 conmon[88363]: cluster 2023-11-30T22:40:15.551713+0000 mgr.smithi071.nfuwvn (mgr.14180) 1114 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:17.899 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:40:17.900 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:40:18.533 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:40:19.535 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:40:19.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:19 smithi071 conmon[83797]: cluster 2023-11-30T22:40:17.552369+0000 mgr.smithi071.nfuwvn (mgr.14180) 1115 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:19.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:19 smithi071 conmon[83797]: audit 2023-11-30T22:40:17.895962+0000 mgr.smithi071.nfuwvn (mgr.14180) 1116 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:19.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:19 smithi203 conmon[88363]: cluster 2023-11-30T22:40:17.552369+0000 mgr.smithi071.nfuwvn (mgr.14180) 1115 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:19.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:19 smithi203 conmon[88363]: 2023-11-30T22:40:19.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:19 smithi203 conmon[88363]: audit 2023-11-30T22:40:17.895962+0000 mgr.smithi071.nfuwvn (mgr.14180) 1116 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:21.571 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:40:21.571 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:40:21.591 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:21 smithi071 conmon[83797]: cluster 2023-11-30T22:40:19.552739+0000 mgr.smithi071.nfuwvn (mgr.14180) 1117 2023-11-30T22:40:21.591 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:21 smithi071 conmon[83797]: : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:21.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:21 smithi203 conmon[88363]: cluster 2023-11-30T22:40:19.552739+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:40:21.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:21 smithi203 conmon[88363]: ) 1117 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:22.290 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:40:23.291 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:40:23.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:23 smithi071 conmon[83797]: cluster 2023-11-30T22:40:21.553254+0000 mgr.smithi071.nfuwvn (mgr.14180) 1118 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:23.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:23 smithi071 conmon[83797]: audit 2023-11-30T22:40:21.566715+0000 mgr.smithi071.nfuwvn (mgr.14180) 1119 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:23.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:23 smithi203 conmon[88363]: cluster 2023-11-30T22:40:21.553254+0000 mgr.smithi071.nfuwvn (mgr.14180) 1118 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:23.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:23 smithi203 conmon[88363]: audit 2023-11-30T22: 2023-11-30T22:40:23.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:23 smithi203 conmon[88363]: 40:21.566715+0000 mgr.smithi071.nfuwvn (mgr.14180) 1119 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:25.292 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:40:25.292 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:40:25.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:25 smithi071 conmon[83797]: cluster 2023-11-30T22:40:23.553789+0000 mgr.smithi071.nfuwvn (mgr.14180) 1120 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:25.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:25 smithi203 conmon[88363]: cluster 2023-11-30T22:40:23.553789+0000 mgr.smithi071.nfuwvn (mgr.14180) 1120 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:25.906 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:40:26.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:26 smithi071 conmon[83797]: audit 2023-11-30T22:40:25.287862+0000 mgr.smithi071.nfuwvn (mgr.14180) 1121 2023-11-30T22:40:26.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:26 smithi071 conmon[83797]: : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:26.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:26 smithi203 conmon[88363]: audit 2023-11-30T22:40:25.287862+0000 mgr.smithi071.nfuwvn (mgr.14180) 1121 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:26.908 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:40:27.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:27 smithi071 conmon[83797]: cluster 2023-11-30T22:40:25.554199+0000 mgr.smithi071.nfuwvn (mgr.14180) 1122 2023-11-30T22:40:27.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:27 smithi071 conmon[83797]: : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:27.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:27 smithi203 conmon[88363]: cluster 2023-11-30T22:40:25.554199+0000 mgr.smithi071.nfuwvn (mgr.14180) 1122 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:28.960 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:40:28.960 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:40:29.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:29 smithi071 conmon[83797]: cluster 2023-11-30T22:40:27.554774+0000 mgr.smithi071.nfuwvn (mgr.14180) 1123 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:29.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:29 smithi203 conmon[88363]: cluster 2023-11-30T22:40:27.554774+0000 mgr.smithi071.nfuwvn (mgr.14180) 1123 : cluster 2023-11-30T22:40:29.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:29 smithi203 conmon[88363]: [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:29.705 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:40:30.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:30 smithi203 conmon[88363]: audit 2023-11-30T22:40:28.955590+0000 mgr.smithi071.nfuwvn (mgr.14180) 1124 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:30.705 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:40:30.733 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:30 smithi071 conmon[83797]: audit 2023-11-30T22:40:28.955590+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:40:30.733 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:30 smithi071 conmon[83797]: 14180) 1124 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:31.416 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:31 smithi071 conmon[83797]: cluster 2023-11-30T22:40:29.555159+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:40:31.417 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:31 smithi071 conmon[83797]: mgr.14180) 1125 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:31.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:31 smithi203 conmon[88363]: cluster 2023-11-30T22:40:29.555159+0000 mgr.smithi071.nfuwvn (mgr.14180) 1125 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:32.739 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:40:32.739 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:40:33.488 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:40:33.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:33 smithi203 conmon[88363]: cluster 2023-11-30T22:40:31.555633+0000 mgr.smithi071.nfuwvn (mgr.14180) 1126 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:33.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:33 smithi071 conmon[83797]: cluster 2023-11-30T22:40:31.555633+0000 mgr.smithi071.nfuwvn (mgr.14180) 1126 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:34.489 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:40:34.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:34 smithi071 conmon[83797]: audit 2023-11-30T22:40:32.734367+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:40:34.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:34 smithi071 conmon[83797]: ) 1127 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:34.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:34 smithi203 conmon[88363]: audit 2023-11-30T22:40:32.734367+0000 mgr.smithi071.nfuwvn (mgr.14180) 1127 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:35.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:35 smithi071 conmon[83797]: cluster 2023-11-30T22:40:33.556248+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:40:35.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:35 smithi071 conmon[83797]: .14180) 1128 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:35.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:35 smithi203 conmon[88363]: cluster 2023-11-30T22:40:33.556248+0000 mgr.smithi071.nfuwvn (mgr.14180) 1128 : cluster 2023-11-30T22:40:35.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:35 smithi203 conmon[88363]: [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:36.484 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:40:36.485 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:40:37.162 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:40:37.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:37 smithi071 conmon[83797]: cluster 2023-11-30T22:40:35.556659+0000 mgr.smithi071.nfuwvn (mgr.14180) 1129 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:37.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:37 smithi203 conmon[88363]: cluster 2023-11-30T22:40:35.556659+0000 mgr.smithi071.nfuwvn (mgr.14180) 1129 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:38.164 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:40:38.604 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:38 smithi071 conmon[83797]: audit 2023-11-30T22:40:36.480359+0000 mgr.smithi071.nfuwvn (mgr.14180) 1130 : 2023-11-30T22:40:38.604 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:38 smithi071 conmon[83797]: audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:38.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:38 smithi203 conmon[88363]: audit 2023-11-30T22:40:36.480359+0000 mgr.smithi071.nfuwvn (mgr.14180) 1130 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:39.748 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:39 smithi071 conmon[83797]: cluster 2023-11-30T22:40:37.557506+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:40:39.748 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:39 smithi071 conmon[83797]: 1131 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:39.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:39 smithi203 conmon[88363]: cluster 2023-11-30T22:40:37.557506+0000 mgr.smithi071.nfuwvn (mgr.14180) 1131 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:40.137 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:40:40.137 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:40:40.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:40 smithi071 conmon[83797]: cluster 2023-11-30T22:40:39.557848+0000 mgr.smithi071.nfuwvn (mgr.14180) 1132 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:40.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:40 smithi071 conmon[83797]: audit 2023-11-30T22:40:40.133325+0000 mgr.smithi071.nfuwvn (mgr.14180) 1133 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:40.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:40 smithi203 conmon[88363]: cluster 2023-11-30T22:40:39.557848+0000 mgr.smithi071.nfuwvn (mgr.14180) 1132 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:40.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:40 smithi203 conmon[88363]: audit 2023-11-30T22:40:40.133325+0000 mgr.smithi071.nfuwvn (mgr.14180) 1133 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:40.912 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:40:41.913 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:40:42.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:42 smithi071 conmon[83797]: cluster 2023-11-30T22:40:41. 2023-11-30T22:40:42.787 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:42 smithi071 conmon[83797]: 558297+0000 mgr.smithi071.nfuwvn (mgr.14180) 1134 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:42.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:42 smithi203 conmon[88363]: cluster 2023-11-30T22:40:41.558297+0000 mgr.smithi071.nfuwvn (mgr.14180) 1134 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:42.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:42 smithi203 conmon[88363]: 2023-11-30T22:40:43.861 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:40:43.862 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:40:44.535 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:40:45.536 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:40:45.566 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:45 smithi071 conmon[83797]: cluster 2023-11-30T22:40:43.559035+0000 mgr.smithi071.nfuwvn (mgr.14180) 1135 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:45.567 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:45 smithi071 conmon[83797]: audit 2023-11-30T22:40:43.857563+0000 mgr.smithi071.nfuwvn (mgr.14180) 1136 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:45.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:45 smithi203 conmon[88363]: cluster 2023-11-30T22:40:43.559035+0000 mgr.smithi071.nfuwvn (mgr.14180) 1135 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:45.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:45 smithi203 conmon[88363]: audit 2023-11-30T22:40:43.857563+0000 mgr.smithi071.nfuwvn (mgr.14180) 1136 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:47.512 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:40:47.513 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:40:47.533 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:47 smithi071 conmon[83797]: cluster 2023-11-30T22:40:45.559525+0000 mgr.smithi071.nfuwvn (mgr.14180) 1137 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:47.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:47 smithi203 conmon[88363]: cluster 2023-11-30T22:40:45.559525+0000 mgr.smithi071.nfuwvn (mgr.14180) 1137 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:48.175 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:40:49.177 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:40:49.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:49 smithi203 conmon[88363]: audit 2023-11-30T22:40:47.508142+0000 mgr.smithi071.nfuwvn (mgr.14180) 1138 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:49.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:49 smithi203 conmon[88363]: cluster 2023-11-30T22:40:47.560152 2023-11-30T22:40:49.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:49 smithi203 conmon[88363]: +0000 mgr.smithi071.nfuwvn (mgr.14180) 1139 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:49.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:49 smithi071 conmon[83797]: audit 2023-11-30T22:40:47.508142+0000 mgr.smithi071.nfuwvn (mgr.14180) 1138 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:49.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:49 smithi071 conmon[83797]: cluster 2023-11-30T22:40:47.560152+0000 mgr.smithi071.nfuwvn (mgr.14180) 1139 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:51.174 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:40:51.175 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:40:51.460 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:51 smithi071 conmon[83797]: cluster 2023-11-30T22:40:49.560466+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:40:51.460 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:51 smithi071 conmon[83797]: 14180) 1140 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:51.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:51 smithi203 conmon[88363]: cluster 2023-11-30T22:40:49.560466+0000 mgr.smithi071.nfuwvn (mgr.14180) 1140 : cluster [DBG] 2023-11-30T22:40:51.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:51 smithi203 conmon[88363]: pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:51.901 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:40:52.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:52 smithi071 conmon[83797]: audit 2023-11-30T22:40:51.170050+0000 mgr.smithi071.nfuwvn (mgr.14180) 1141 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:52.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:52 smithi203 conmon[88363]: audit 2023-11-30T22:40:51.170050+0000 mgr.smithi071.nfuwvn (mgr.14180) 1141 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:52.902 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:40:53.553 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:53 smithi071 conmon[83797]: cluster 2023-11-30T22:40:51.560974+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:40:53.553 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:53 smithi071 conmon[83797]: 14180) 1142 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:53.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:53 smithi203 conmon[88363]: cluster 2023-11-30T22:40:51.560974+0000 mgr.smithi071.nfuwvn (mgr.14180) 1142 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:54.875 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:40:54.875 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:31:31.770297Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.xrbkxe on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:40:55.574 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:55 smithi071 conmon[83797]: cluster 2023-11-30T22:40:53.561649+0000 mgr.smithi071.nfuwvn (mgr.14180) 1143 : cluster 2023-11-30T22:40:55.575 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:55 smithi071 conmon[83797]: [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:55.575 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:55 smithi071 conmon[83797]: audit 2023-11-30T22:40:55.094337+0000 mon.smithi071 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi203.qmjfwn"}]: dispatch 2023-11-30T22:40:55.597 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:40:55.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:55 smithi203 conmon[88363]: cluster 2023-11-30T22:40:53.561649+0000 mgr.smithi071.nfuwvn (mgr.14180) 1143 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:55.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:55 smithi203 conmon[88363]: audit 2023-11-30T22:40:55.094337+0000 mon.smithi071 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi203.qmjfwn"}]: dispatch 2023-11-30T22:40:56.598 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:40:56.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: audit 2023-11-30T22:40:54.870956+0000 mgr.smithi071.nfuwvn (mgr.14180) 1144 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:56.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: cephadm 2023-11-30T22:40:55.093911+0000 mgr.smithi071.nfuwvn (mgr.14180) 1145 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn 2023-11-30T22:40:56.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn 2023-11-30T22:40:56.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn 2023-11-30T22:40:56.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn 2023-11-30T22:40:56.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi203.qmjfwn ... 2023-11-30T22:40:56.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:40:56.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:40:56.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:38: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-30T22:40:56.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:39:36Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:40:56.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:40:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:40:56.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: stat: stderr toomanyrequests: 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-30T22:40:56.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: 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-30T22:40:56.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:40:56.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: Traceback (most recent call last): 2023-11-30T22:40:56.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-30T22:40:56.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: yield (conn, connr) 2023-11-30T22:40:56.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-30T22:40:56.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: code, '\n'.join(err))) 2023-11-30T22:40:56.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: 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-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn 2023-11-30T22:40:56.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn 2023-11-30T22:40:56.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn 2023-11-30T22:40:56.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn 2023-11-30T22:40:56.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi203.qmjfwn ... 2023-11-30T22:40:56.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:40:56.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:40:56.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:38: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-30T22:40:56.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:39:36Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:40:56.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:40:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:40:56.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: stat: stderr toomanyrequests: 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-30T22:40:56.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: 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 2023-11-30T22:40:56.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-30T22:40:56.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:40:56.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: cephadm 2023-11-30T22:40:55.094084+0000 mgr.smithi071.nfuwvn (mgr.14180) 1146 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi203.qmjfwn 2023-11-30T22:40:56.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: cephadm 2023-11-30T22:40:55.094914+0000 mgr.smithi071.nfuwvn (mgr.14180) 1147 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn 2023-11-30T22:40:56.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn 2023-11-30T22:40:56.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn 2023-11-30T22:40:56.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn 2023-11-30T22:40:56.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi203.qmjfwn ... 2023-11-30T22:40:56.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:40:56.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:40:56.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:38: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-30T22:40:56.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:39:36Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:40:56.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:40:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:40:56.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: stat: stderr toomanyrequests: 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-30T22:40:56.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: 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-30T22:40:56.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:40:56.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:56 smithi071 conmon[83797]: cephadm 2023-11-30T22:40:55.096934+0000 mgr.smithi071.nfuwvn (mgr.14180) 1148 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi071.zrywua on smithi071 2023-11-30T22:40:56.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: audit 2023-11-30T22:40:54.870956+0000 mgr.smithi071.nfuwvn (mgr.14180) 1144 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:40:56.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: cephadm 2023-11-30T22:40:56.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: 2023-11-30T22:40:55.093911+0000 mgr.smithi071.nfuwvn (mgr.14180) 1145 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn 2023-11-30T22:40:56.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn 2023-11-30T22:40:56.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn 2023-11-30T22:40:56.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn 2023-11-30T22:40:56.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: Deploy daemon haproxy.rgw.foo.smithi203.qmjfwn ... 2023-11-30T22:40:56.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:40:56.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:40:56.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:38: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-30T22:40:56.630 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:39:36Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:40:56.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:40:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:40:56.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: stat: stderr toomanyrequests: 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-30T22:40:56.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: 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-30T22:40:56.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:40:56.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: Traceback (most recent call last): 2023-11-30T22:40:56.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-30T22:40:56.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: yield (conn, connr) 2023-11-30T22:40:56.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-30T22:40:56.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: code, '\n'.join(err))) 2023-11-30T22:40:56.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: 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-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn 2023-11-30T22:40:56.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn 2023-11-30T22:40:56.631 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn 2023-11-30T22:40:56.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn 2023-11-30T22:40:56.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: Deploy daemon haproxy.rgw.foo.smithi203.qmjfwn ... 2023-11-30T22:40:56.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:40:56.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:40:56.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:38: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-30T22:40:56.632 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:39:36Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:40:56.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:40:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:40:56.633 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: stat: stderr toomanyrequests: 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-30T22:40:56.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: 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 limi 2023-11-30T22:40:56.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: t by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-30T22:40:56.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:40:56.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: cephadm 2023-11-30T22:40:55.094084+0000 mgr.smithi071.nfuwvn (mgr.14180) 1146 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi203.qmjfwn 2023-11-30T22:40:56.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: cephadm 2023-11-30T22:40:55.094914+0000 mgr.smithi071.nfuwvn (mgr.14180) 1147 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn 2023-11-30T22:40:56.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn 2023-11-30T22:40:56.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn 2023-11-30T22:40:56.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn 2023-11-30T22:40:56.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: Deploy daemon haproxy.rgw.foo.smithi203.qmjfwn ... 2023-11-30T22:40:56.634 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:40:56.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:40:56.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:38: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-30T22:40:56.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:39:36Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:40:56.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:40:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:40:56.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: stat: stderr toomanyrequests: 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-30T22:40:56.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: 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-30T22:40:56.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: 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=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:40:56.635 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:56 smithi203 conmon[88363]: cephadm 2023-11-30T22:40:55.096934+0000 mgr.smithi071.nfuwvn (mgr.14180) 1148 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi071.zrywua on smithi071 2023-11-30T22:40:57.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:57 smithi071 conmon[83797]: cluster 2023-11-30T22:40:55.562072+0000 mgr.smithi071.nfuwvn (mgr.14180) 1149 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:57.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:57 smithi203 conmon[88363]: cluster 2023-11-30T22:40:55.562072+0000 mgr.smithi071.nfuwvn (mgr.14180) 1149 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:58.648 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:40:58.648 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:40:59.356 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:40:59.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:59 smithi071 conmon[83797]: cluster 2023-11-30T22:40:57.562840+0000 mgr.smithi071.nfuwvn (mgr.14180) 1150 : cluster 2023-11-30T22:40:59.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:40:59 smithi071 conmon[83797]: [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:40:59.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:40:59 smithi203 conmon[88363]: cluster 2023-11-30T22:40:57.562840+0000 mgr.smithi071.nfuwvn (mgr.14180) 1150 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:00.357 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:41:00.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:00 smithi071 conmon[83797]: audit 2023-11-30T22:40:58.644045+0000 mgr.smithi071.nfuwvn (mgr.14180) 1151 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:00.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:00 smithi203 conmon[88363]: audit 2023-11-30T22:40:58.644045+0000 mgr.smithi071.nfuwvn (mgr.14180) 1151 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:01.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:01 smithi071 conmon[83797]: cluster 2023-11-30T22:40:59.563168+0000 mgr.smithi071.nfuwvn (mgr.14180) 1152 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:01.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:01 smithi203 conmon[88363]: cluster 2023-11-30T22:40:59.563168+0000 mgr.smithi071.nfuwvn (mgr.14180) 1152 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:02.371 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:41:02.371 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:41:03.158 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:41:03.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:03 smithi071 conmon[83797]: cluster 2023-11-30T22:41:01.563880+0000 mgr.smithi071.nfuwvn (mgr.14180) 1153 2023-11-30T22:41:03.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:03 smithi071 conmon[83797]: : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:03.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:03 smithi071 conmon[83797]: audit 2023-11-30T22:41:02.366861+0000 mgr.smithi071.nfuwvn (mgr.14180) 1154 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:03.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:03 smithi203 conmon[88363]: cluster 2023-11-30T22:41:01.563880+0000 mgr.smithi071.nfuwvn (mgr.14180) 1153 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:03.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:03 smithi203 conmon[88363]: audit 2023-11-30T22:41:02.366861+0000 mgr.smithi071.nfuwvn (mgr.14180) 1154 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:04.159 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:41:05.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:05 smithi071 conmon[83797]: cluster 2023-11-30T22:41:03.564562+0000 mgr.smithi071.nfuwvn (mgr.14180) 1155 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:05.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:05 smithi203 conmon[88363]: cluster 2023-11-30T22:41:03.564562+0000 mgr.smithi071.nfuwvn (mgr.14180) 1155 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:06.065 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:41:06.065 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:41:06.847 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:41:07.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:07 smithi071 conmon[83797]: cluster 2023-11-30T22:41:05.564979+0000 mgr.smithi071.nfuwvn (mgr.14180) 1156 : cluster 2023-11-30T22:41:07.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:07 smithi071 conmon[83797]: [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:07.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:07 smithi071 conmon[83797]: audit 2023-11-30T22:41:06.061291+0000 mgr.smithi071.nfuwvn (mgr.14180) 1157 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:07.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:07 smithi203 conmon[88363]: cluster 2023-11-30T22:41:05.564979+0000 mgr.smithi071.nfuwvn (mgr.14180) 1156 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:07.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:07 smithi203 conmon[88363]: audit 2023-11-30T22:41:06.061291+0000 mgr.smithi071.nfuwvn (mgr.14180) 1157 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:07.848 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:41:09.424 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:09 smithi071 conmon[83797]: cluster 2023-11-30T22:41:07.565539+0000 mgr.smithi071.nfuwvn (mgr.14180) 1158 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:09.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:09 smithi203 conmon[88363]: cluster 2023-11-30T22:41:07.565539+0000 mgr.smithi071.nfuwvn (mgr.14180) 1158 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:09.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:09 smithi203 conmon[88363]: 2023-11-30T22:41:09.825 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:41:09.825 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:41:10.605 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:41:11.606 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:41:11.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:11 smithi071 conmon[83797]: cluster 2023-11-30T22:41:09.565990+0000 mgr.smithi071.nfuwvn (mgr.14180) 1159 2023-11-30T22:41:11.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:11 smithi071 conmon[83797]: : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:11.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:11 smithi071 conmon[83797]: audit 2023-11-30T22:41:09.820997+0000 mgr.smithi071.nfuwvn (mgr.14180) 1160 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:11.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:11 smithi203 conmon[88363]: cluster 2023-11-30T22:41:09.565990+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:41:11.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:11 smithi203 conmon[88363]: 1159 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:11.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:11 smithi203 conmon[88363]: audit 2023-11-30T22:41:09.820997+0000 mgr.smithi071.nfuwvn (mgr.14180) 1160 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:13.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:13 smithi071 conmon[83797]: cluster 2023-11-30T22:41:11.566562+0000 mgr.smithi071.nfuwvn (mgr.14180) 1161 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 32 op/s 2023-11-30T22:41:13.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:13 smithi203 conmon[88363]: cluster 2023-11-30T22:41:11.566562+0000 mgr.smithi071.nfuwvn (mgr.14180) 1161 : cluster [DBG] 2023-11-30T22:41:13.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:13 smithi203 conmon[88363]: pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 32 op/s 2023-11-30T22:41:13.714 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:41:13.715 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:41:14.479 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:41:15.480 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:41:15.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:15 smithi071 conmon[83797]: cluster 2023-11-30T22:41:13.567158+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:41:15.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:15 smithi071 conmon[83797]: .14180) 1162 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 120 op/s 2023-11-30T22:41:15.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:15 smithi071 conmon[83797]: audit 2023-11-30T22:41:13.710782+0000 mgr.smithi071.nfuwvn (mgr.14180) 1163 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:15.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:15 smithi203 conmon[88363]: cluster 2023-11-30T22:41:13.567158+0000 mgr.smithi071.nfuwvn (mgr.14180) 1162 : cluster 2023-11-30T22:41:15.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:15 smithi203 conmon[88363]: [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 120 op/s 2023-11-30T22:41:15.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:15 smithi203 conmon[88363]: audit 2023-11-30T22:41:13.710782+0000 mgr.smithi071.nfuwvn (mgr.14180) 1163 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:17.406 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:41:17.406 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:41:17.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:17 smithi071 conmon[83797]: cluster 2023-11-30T22:41:15.567654+0000 mgr.smithi071.nfuwvn (mgr.14180) 1164 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 KiB/s rd, 0 B/s wr, 151 op/s 2023-11-30T22:41:17.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:17 smithi203 conmon[88363]: cluster 2023-11-30T22:41:15.567654+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:41:17.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:17 smithi203 conmon[88363]: 1164 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 KiB/s rd, 0 B/s wr, 151 op/s 2023-11-30T22:41:18.137 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:41:19.138 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:41:19.604 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:19 smithi071 conmon[83797]: audit 2023-11-30T22:41:17.401844+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:41:19.604 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:19 smithi071 conmon[83797]: ) 1165 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:19.604 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:19 smithi071 conmon[83797]: cluster 2023-11-30T22:41:17.568357+0000 mgr.smithi071.nfuwvn (mgr.14180) 1166 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 178 op/s 2023-11-30T22:41:19.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:19 smithi203 conmon[88363]: audit 2023-11-30T22:41:17.401844+0000 mgr.smithi071.nfuwvn (mgr.14180) 1165 : audit 2023-11-30T22:41:19.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:19 smithi203 conmon[88363]: [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:19.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:19 smithi203 conmon[88363]: cluster 2023-11-30T22:41:17.568357+0000 mgr.smithi071.nfuwvn (mgr.14180) 1166 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 178 op/s 2023-11-30T22:41:21.115 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:41:21.116 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:41:21.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:21 smithi071 conmon[83797]: cluster 2023-11-30T22:41:19.568679+0000 mgr.smithi071.nfuwvn (mgr.14180) 1167 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 178 op/s 2023-11-30T22:41:21.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:21 smithi203 conmon[88363]: cluster 2023-11-30T22:41:19.568679+0000 mgr.smithi071.nfuwvn (mgr.14180) 1167 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 178 op/s 2023-11-30T22:41:21.853 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:41:22.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:22 smithi071 conmon[83797]: audit 2023-11-30T22:41:21.111976+0000 mgr.smithi071.nfuwvn (mgr.14180) 1168 : audit 2023-11-30T22:41:22.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:22 smithi071 conmon[83797]: [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:22.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:22 smithi203 conmon[88363]: audit 2023-11-30T22:41:21.111976+0000 mgr.smithi071.nfuwvn (mgr.14180) 1168 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:22.854 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:41:23.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:23 smithi071 conmon[83797]: cluster 2023-11-30T22:41:21.569239+0000 mgr.smithi071.nfuwvn (mgr.14180) 1169 2023-11-30T22:41:23.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:23 smithi071 conmon[83797]: : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 178 op/s 2023-11-30T22:41:23.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:23 smithi203 conmon[88363]: cluster 2023-11-30T22:41:21.569239+0000 mgr.smithi071.nfuwvn (mgr.14180) 1169 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 178 op/s 2023-11-30T22:41:24.789 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:41:24.790 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:41:25.485 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:41:25.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:25 smithi071 conmon[83797]: cluster 2023-11-30T22:41:23.569873+0000 mgr.smithi071.nfuwvn (mgr.14180) 1170 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 KiB/s rd, 0 B/s wr, 146 op/s 2023-11-30T22:41:25.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:25 smithi203 conmon[88363]: cluster 2023-11-30T22:41:23.569873+0000 mgr.smithi071.nfuwvn (mgr.14180) 1170 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 KiB/s rd, 0 B/s wr, 146 op/s 2023-11-30T22:41:26.486 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:41:26.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:26 smithi071 conmon[83797]: audit 2023-11-30T22:41:24.785769+0000 mgr.smithi071.nfuwvn (mgr.14180) 1171 : audit [DBG] 2023-11-30T22:41:26.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:26 smithi071 conmon[83797]: from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:26.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:26 smithi203 conmon[88363]: audit 2023-11-30T22:41:24.785769+0000 mgr.smithi071.nfuwvn (mgr.14180) 1171 : audit 2023-11-30T22:41:26.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:26 smithi203 conmon[88363]: [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:27.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:27 smithi071 conmon[83797]: cluster 2023-11-30T22:41:25.570505+0000 mgr.smithi071.nfuwvn (mgr.14180) 1172 : 2023-11-30T22:41:27.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:27 smithi071 conmon[83797]: cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 58 op/s 2023-11-30T22:41:27.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:27 smithi203 conmon[88363]: cluster 2023-11-30T22:41:25.570505+0000 mgr.smithi071.nfuwvn (mgr.14180) 1172 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 58 op/s 2023-11-30T22:41:28.508 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:41:28.508 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:41:29.208 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:41:29.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:29 smithi071 conmon[83797]: cluster 2023-11-30T22:41:27.571047+0000 mgr.smithi071.nfuwvn (mgr.14180) 1173 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 27 op/s 2023-11-30T22:41:29.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:29 smithi203 conmon[88363]: cluster 2023-11-30T22:41:27.571047+0000 mgr.smithi071.nfuwvn (mgr.14180) 1173 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 27 op/s 2023-11-30T22:41:30.210 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:41:30.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:30 smithi071 conmon[83797]: audit 2023-11-30T22:41:28.504270+0000 mgr.smithi071.nfuwvn (mgr.14180) 1174 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:30.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:30 smithi203 conmon[88363]: audit 2023-11-30T22:41:28.504270+0000 mgr.smithi071.nfuwvn (mgr.14180) 1174 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:31.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:31 smithi071 conmon[83797]: cluster 2023-11-30T22:41:29.571412+0000 mgr.smithi071.nfuwvn (mgr.14180) 1175 : cluster [DBG] 2023-11-30T22:41:31.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:31 smithi071 conmon[83797]: pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:31.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:31 smithi203 conmon[88363]: cluster 2023-11-30T22:41:29.571412+0000 mgr.smithi071.nfuwvn (mgr.14180) 1175 : cluster 2023-11-30T22:41:31.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:31 smithi203 conmon[88363]: [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:32.170 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:41:32.171 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:41:32.885 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:41:33.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:33 smithi071 conmon[83797]: cluster 2023-11-30T22:41:31.571965+0000 mgr.smithi071.nfuwvn (mgr.14180) 1176 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:33.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:33 smithi071 conmon[83797]: audit 2023-11-30T22:41:32.166846+0000 mgr.smithi071.nfuwvn (mgr.14180) 1177 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:33.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:33 smithi203 conmon[88363]: cluster 2023-11-30T22:41:31.571965+0000 mgr.smithi071.nfuwvn (mgr.14180) 1176 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:33.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:33 smithi203 conmon[88363]: audit 2023-11-30T22:41:32.166846+0000 mgr.smithi071.nfuwvn (mgr.14180) 1177 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:33.886 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:41:35.487 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:35 smithi071 conmon[83797]: cluster 2023-11-30T22:41:33.572712+0000 mgr.smithi071.nfuwvn (mgr.14180) 1178 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:35.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:35 smithi203 conmon[88363]: cluster 2023-11-30T22:41:33.572712+0000 mgr.smithi071.nfuwvn (mgr.14180) 1178 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:35.903 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:41:35.903 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:41:36.640 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:41:37.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:37 smithi203 conmon[88363]: cluster 2023-11-30T22:41:35.573194+0000 mgr.smithi071.nfuwvn (mgr.14180) 1179 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:37.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:37 smithi203 conmon[88363]: audit 2023-11-30T22:41 2023-11-30T22:41:37.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:37 smithi203 conmon[88363]: :35.899385+0000 mgr.smithi071.nfuwvn (mgr.14180) 1180 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:37.641 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:41:37.670 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:37 smithi071 conmon[83797]: cluster 2023-11-30T22:41:35.573194+0000 mgr.smithi071.nfuwvn (mgr.14180) 1179 : cluster 2023-11-30T22:41:37.670 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:37 smithi071 conmon[83797]: [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:37.670 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:37 smithi071 conmon[83797]: audit 2023-11-30T22:41:35.899385+0000 mgr.smithi071.nfuwvn (mgr.14180) 1180 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:39.605 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:41:39.605 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:41:39.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:39 smithi071 conmon[83797]: cluster 2023-11-30T22:41:37.573874+0000 mgr.smithi071.nfuwvn (mgr.14180) 1181 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:39.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:39 smithi203 conmon[88363]: cluster 2023-11-30T22:41:37.573874+0000 mgr.smithi071.nfuwvn (mgr.14180) 1181 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:40.275 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:41:41.276 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:41:41.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:41 smithi071 conmon[83797]: cluster 2023-11-30T22:41:39.574221+0000 mgr.smithi071.nfuwvn (mgr.14180) 1182 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:41.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:41 smithi071 conmon[83797]: audit 2023-11-30T22:41:39 2023-11-30T22:41:41.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:41 smithi071 conmon[83797]: .601272+0000 mgr.smithi071.nfuwvn (mgr.14180) 1183 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:41.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:41 smithi203 conmon[88363]: cluster 2023-11-30T22:41:39.574221+0000 mgr.smithi071.nfuwvn (mgr.14180) 1182 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:41.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:41 smithi203 conmon[88363]: 2023-11-30T22:41:41.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:41 smithi203 conmon[88363]: audit 2023-11-30T22:41:39.601272+0000 mgr.smithi071.nfuwvn (mgr.14180) 1183 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:43.241 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:41:43.242 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:41:43.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:43 smithi071 conmon[83797]: cluster 2023-11-30T22:41:41.574833+0000 mgr.smithi071.nfuwvn (mgr.14180) 1184 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:43.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:43 smithi203 conmon[88363]: cluster 2023-11-30T22:41:41.574833+0000 mgr.smithi071.nfuwvn 2023-11-30T22:41:43.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:43 smithi203 conmon[88363]: (mgr.14180) 1184 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:43.923 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:41:44.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:44 smithi071 conmon[83797]: audit 2023-11-30T22:41:43.235241+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:41:44.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:44 smithi071 conmon[83797]: 1185 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:44.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:44 smithi203 conmon[88363]: audit 2023-11-30T22:41:43.235241+0000 mgr.smithi071.nfuwvn (mgr.14180) 1185 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:44.925 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:41:45.773 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:45 smithi071 conmon[83797]: cluster 2023-11-30T22:41:43.575388+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:41:45.773 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:45 smithi071 conmon[83797]: mgr.14180) 1186 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:45.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:45 smithi203 conmon[88363]: cluster 2023-11-30T22:41:43.575388+0000 mgr.smithi071.nfuwvn (mgr.14180) 1186 : cluster 2023-11-30T22:41:45.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:45 smithi203 conmon[88363]: [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:46.932 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:41:46.932 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:41:47.652 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:47 smithi071 conmon[83797]: cluster 2023-11-30T22:41:45.576111+0000 mgr.smithi071.nfuwvn (mgr.14180) 1187 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:47.654 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:41:47.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:47 smithi203 conmon[88363]: cluster 2023-11-30T22:41:45.576111+0000 mgr.smithi071.nfuwvn (mgr.14180) 1187 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:48.655 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:41:48.684 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:48 smithi071 conmon[83797]: audit 2023-11-30T22:41:46.928183+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:41:48.684 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:48 smithi071 conmon[83797]: ) 1188 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:48.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:48 smithi203 conmon[88363]: audit 2023-11-30T22:41:46.928183+0000 mgr.smithi071.nfuwvn (mgr.14180) 1188 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:49.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:49 smithi071 conmon[83797]: cluster 2023-11-30T22:41:47.576672+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:41:49.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:49 smithi071 conmon[83797]: ) 1189 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:49.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:49 smithi203 conmon[88363]: cluster 2023-11-30T22:41:47.576672+0000 mgr.smithi071.nfuwvn (mgr.14180) 1189 : cluster [DBG] 2023-11-30T22:41:49.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:49 smithi203 conmon[88363]: pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:50.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:50 smithi071 conmon[83797]: cluster 2023-11-30T22:41:49.577043+0000 mgr.smithi071.nfuwvn (mgr.14180) 1190 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:50.618 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:41:50.618 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:41:50.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:50 smithi203 conmon[88363]: cluster 2023-11-30T22:41:49.577043+0000 mgr.smithi071.nfuwvn (mgr.14180) 1190 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:51.306 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:41:51.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:51 smithi071 conmon[83797]: audit 2023-11-30T22:41:50.614086+0000 mgr.smithi071.nfuwvn (mgr.14180) 1191 2023-11-30T22:41:51.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:51 smithi071 conmon[83797]: : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:51.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:51 smithi203 conmon[88363]: audit 2023-11-30T22:41:50.614086+0000 mgr.smithi071.nfuwvn (mgr.14180) 1191 : audit 2023-11-30T22:41:51.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:51 smithi203 conmon[88363]: [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:52.307 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:41:52.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:52 smithi071 conmon[83797]: cluster 2023-11-30T22:41:51.577658+0000 mgr.smithi071.nfuwvn (mgr.14180) 1192 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:52.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:52 smithi203 conmon[88363]: cluster 2023-11-30T22:41:51.577658+0000 mgr.smithi071.nfuwvn (mgr.14180) 1192 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:54.292 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:41:54.292 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:41:54.954 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:41:55.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:55 smithi071 conmon[83797]: cluster 2023-11-30T22:41:53.578180+0000 mgr.smithi071.nfuwvn (mgr.14180) 1193 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:55.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:55 smithi071 conmon[83797]: audit 2023-11-30T22:41:54.285230+0000 mgr.smithi071.nfuwvn (mgr.14180) 1194 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:55.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:55 smithi203 conmon[88363]: cluster 2023-11-30T22:41:53.578180+0000 mgr.smithi071.nfuwvn (mgr.14180) 1193 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:55.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:55 smithi203 conmon[88363]: audit 2023-11-30T22:41:54.285230+0000 mgr.smithi071.nfuwvn (mgr.14180) 1194 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:55.955 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:41:57.564 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:57 smithi071 conmon[83797]: cluster 2023-11-30T22:41:55.578639+0000 mgr.smithi071.nfuwvn (mgr.14180) 1195 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:57.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:57 smithi203 conmon[88363]: cluster 2023-11-30T22:41:55.578639+0000 mgr.smithi071.nfuwvn (mgr.14180) 1195 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:57.940 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:41:57.940 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:41:58.595 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:41:59.597 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:41:59.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:59 smithi071 conmon[83797]: cluster 2023-11-30T22:41:57.579189+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:41:59.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:59 smithi071 conmon[83797]: ) 1196 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:59.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:41:59 smithi071 conmon[83797]: audit 2023-11-30T22:41:57.936229+0000 mgr.smithi071.nfuwvn (mgr.14180) 1197 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:41:59.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:59 smithi203 conmon[88363]: cluster 2023-11-30T22:41:57.579189+0000 mgr.smithi071.nfuwvn (mgr.14180) 1196 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:41:59.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:41:59 smithi203 conmon[88363]: audit 2023-11-30T22:41:57.936229+0000 mgr.smithi071.nfuwvn (mgr.14180) 1197 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:01.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:01 smithi071 conmon[83797]: cluster 2023-11-30T22:41:59.579736+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:42:01.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:01 smithi071 conmon[83797]: 1198 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:01.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:01 smithi203 conmon[88363]: cluster 2023-11-30T22:41:59.579736+0000 mgr.smithi071.nfuwvn (mgr.14180) 1198 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:01.651 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:42:01.652 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:42:02.303 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:42:03.304 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:42:03.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:03 smithi071 conmon[83797]: cluster 2023-11-30T22:42:01.580183+0000 mgr.smithi071.nfuwvn (mgr.14180) 1199 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:03.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:03 smithi071 conmon[83797]: audit 2023-11-30T22:42:01.648063+0000 mgr.smithi071.nfuwvn (mgr.14180) 1200 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:03.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:03 smithi203 conmon[88363]: cluster 2023-11-30T22:42:01.580183+0000 mgr.smithi071.nfuwvn (mgr.14180) 1199 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:03.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:03 smithi203 conmon[88363]: audit 2023-11-30T22:42:01.648063+0000 mgr.smithi071.nfuwvn (mgr.14180) 1200 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:05.371 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:42:05.372 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:42:05.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:05 smithi071 conmon[83797]: cluster 2023-11-30T22:42:03.580674+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:42:05.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:05 smithi071 conmon[83797]: 14180) 1201 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:05.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:05 smithi203 conmon[88363]: cluster 2023-11-30T22:42:03.580674+0000 mgr.smithi071.nfuwvn (mgr.14180) 1201 : cluster 2023-11-30T22:42:05.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:05 smithi203 conmon[88363]: [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:06.059 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:42:06.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:06 smithi071 conmon[83797]: audit 2023-11-30T22:42:05.367280+0000 mgr.smithi071.nfuwvn (mgr.14180) 1202 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:06.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:06 smithi203 conmon[88363]: audit 2023-11-30T22:42:05.367280+0000 mgr.smithi071.nfuwvn (mgr.14180) 1202 2023-11-30T22:42:06.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:06 smithi203 conmon[88363]: : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:07.061 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:42:07.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:07 smithi071 conmon[83797]: cluster 2023-11-30T22:42:05. 2023-11-30T22:42:07.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:07 smithi071 conmon[83797]: 581209+0000 mgr.smithi071.nfuwvn (mgr.14180) 1203 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:07.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:07 smithi203 conmon[88363]: cluster 2023-11-30T22:42:05.581209+0000 mgr.smithi071.nfuwvn (mgr.14180) 1203 : 2023-11-30T22:42:07.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:07 smithi203 conmon[88363]: cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:09.069 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:42:09.070 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:42:09.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:09 smithi071 conmon[83797]: cluster 2023-11-30T22:42:07. 2023-11-30T22:42:09.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:09 smithi071 conmon[83797]: 581837+0000 mgr.smithi071.nfuwvn (mgr.14180) 1204 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:09.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:09 smithi203 conmon[88363]: cluster 2023-11-30T22:42:07.581837+0000 mgr.smithi071.nfuwvn (mgr.14180) 1204 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:09.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:09 smithi203 conmon[88363]: 2023-11-30T22:42:09.757 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:42:10.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:10 smithi071 conmon[83797]: audit 2023-11-30T22:42:09.064989+0000 mgr.smithi071.nfuwvn (mgr.14180) 1205 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:10.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:10 smithi203 conmon[88363]: audit 2023-11-30T22:42:09.064989+0000 mgr.smithi071.nfuwvn (mgr.14180) 1205 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:10.758 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:42:11.609 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:11 smithi071 conmon[83797]: cluster 2023-11-30T22:42:09.582223+0000 mgr.smithi071.nfuwvn (mgr.14180) 1206 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:11.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:11 smithi203 conmon[88363]: cluster 2023-11-30T22:42:09.582223+0000 mgr.smithi071.nfuwvn (mgr.14180) 1206 : cluster 2023-11-30T22:42:11.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:11 smithi203 conmon[88363]: [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:12.708 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:42:12.709 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:42:13.391 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:42:13.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:13 smithi071 conmon[83797]: cluster 2023-11-30T22:42:11.582781+0000 mgr.smithi071.nfuwvn (mgr.14180) 1207 : 2023-11-30T22:42:13.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:13 smithi071 conmon[83797]: cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:13.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:13 smithi203 conmon[88363]: cluster 2023-11-30T22:42:11.582781+0000 mgr.smithi071.nfuwvn (mgr.14180) 1207 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:14.392 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:42:14.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:14 smithi071 conmon[83797]: audit 2023-11-30T22:42:12.704382+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:42:14.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:14 smithi071 conmon[83797]: 14180) 1208 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:14.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:14 smithi203 conmon[88363]: audit 2023-11-30T22:42:12.704382+0000 mgr.smithi071.nfuwvn (mgr.14180) 1208 : audit 2023-11-30T22:42:14.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:14 smithi203 conmon[88363]: [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:15.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:15 smithi071 conmon[83797]: cluster 2023-11-30T22:42:13.583279+0000 mgr.smithi071.nfuwvn (mgr.14180) 1209 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:15.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:15 smithi203 conmon[88363]: cluster 2023-11-30T22:42:13.583279+0000 mgr.smithi071.nfuwvn (mgr.14180) 1209 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:16.374 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:42:16.375 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:42:17.073 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:42:17.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:17 smithi071 conmon[83797]: cluster 2023-11-30T22:42:15.583731+0000 mgr.smithi071.nfuwvn (mgr.14180) 1210 : 2023-11-30T22:42:17.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:17 smithi071 conmon[83797]: cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:17.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:17 smithi071 conmon[83797]: audit 2023-11-30T22:42:16.370267+0000 mgr.smithi071.nfuwvn (mgr.14180) 1211 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:17.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:17 smithi203 conmon[88363]: cluster 2023-11-30T22:42:15.583731+0000 mgr.smithi071.nfuwvn (mgr.14180) 1210 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:17.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:17 smithi203 conmon[88363]: audit 2023-11-30T22:42 2023-11-30T22:42:17.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:17 smithi203 conmon[88363]: :16.370267+0000 mgr.smithi071.nfuwvn (mgr.14180) 1211 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:18.074 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:42:19.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:19 smithi071 conmon[83797]: cluster 2023-11-30T22:42:17.584251+0000 mgr.smithi071.nfuwvn (mgr.14180) 1212 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:19.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:19 smithi203 conmon[88363]: cluster 2023-11-30T22:42:17.584251+0000 mgr.smithi071.nfuwvn (mgr.14180) 1212 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:20.128 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:42:20.128 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:42:20.931 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:42:21.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:21 smithi071 conmon[83797]: cluster 2023-11-30T22:42:19.584605+0000 mgr.smithi071.nfuwvn (mgr.14180) 1213 2023-11-30T22:42:21.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:21 smithi071 conmon[83797]: : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:21.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:21 smithi071 conmon[83797]: audit 2023-11-30T22:42:20.123712+0000 mgr.smithi071.nfuwvn (mgr.14180) 1214 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:21.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:21 smithi203 conmon[88363]: cluster 2023-11-30T22:42:19.584605+0000 mgr.smithi071.nfuwvn (mgr.14180) 1213 : cluster 2023-11-30T22:42:21.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:21 smithi203 conmon[88363]: [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:21.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:21 smithi203 conmon[88363]: audit 2023-11-30T22:42:20.123712+0000 mgr.smithi071.nfuwvn (mgr.14180) 1214 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:21.932 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:42:23.509 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:23 smithi071 conmon[83797]: cluster 2023-11-30T22:42:21.585362+0000 mgr.smithi071.nfuwvn (mgr.14180) 1215 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:23.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:23 smithi203 conmon[88363]: cluster 2023-11-30T22:42:21.585362+0000 mgr.smithi071.nfuwvn (mgr.14180) 1215 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:23.918 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:42:23.918 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:42:24.605 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:42:25.606 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:42:25.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:25 smithi071 conmon[83797]: cluster 2023-11-30T22:42:23.585848+0000 mgr.smithi071.nfuwvn (mgr.14180) 1216 2023-11-30T22:42:25.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:25 smithi071 conmon[83797]: : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:25.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:25 smithi071 conmon[83797]: audit 2023-11-30T22:42:23.914474+0000 mgr.smithi071.nfuwvn (mgr.14180) 1217 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:25.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:25 smithi203 conmon[88363]: cluster 2023-11-30T22:42:23.585848+0000 mgr.smithi071.nfuwvn (mgr.14180) 1216 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:25.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:25 smithi203 conmon[88363]: audit 2023-11-30T22:42:23.914474+0000 mgr.smithi071.nfuwvn (mgr.14180) 1217 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:27.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:27 smithi071 conmon[83797]: cluster 2023-11-30T22:42:25.586358+0000 mgr.smithi071.nfuwvn (mgr.14180) 1218 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:27.616 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:42:27.616 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:42:27.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:27 smithi203 conmon[88363]: cluster 2023-11-30T22:42:25.586358+0000 mgr.smithi071.nfuwvn (mgr.14180) 1218 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:28.346 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:42:29.348 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:42:29.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:29 smithi071 conmon[83797]: cluster 2023-11-30T22:42:27.586932+0000 mgr.smithi071.nfuwvn (mgr.14180) 1219 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:29.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:29 smithi071 conmon[83797]: audit 2023-11-30T22:42:27.612168+0000 mgr.smithi071.nfuwvn (mgr.14180) 1220 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:29.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:29 smithi203 conmon[88363]: cluster 2023-11-30T22:42:27.586932+0000 mgr.smithi071.nfuwvn (mgr.14180) 1219 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:29.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:29 smithi203 conmon[88363]: audit 2023-11-30T22:42:27.612168+0000 mgr.smithi071.nfuwvn (mgr.14180) 1220 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:31.367 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:42:31.367 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:42:31.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:31 smithi071 conmon[83797]: cluster 2023-11-30T22:42:29.587293+0000 mgr.smithi071.nfuwvn (mgr.14180) 1221 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:31.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:31 smithi203 conmon[88363]: cluster 2023-11-30T22:42:29.587293+0000 mgr.smithi071.nfuwvn (mgr.14180) 1221 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:32.063 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:42:32.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:32 smithi071 conmon[83797]: audit 2023-11-30T22:42:31.363222+0000 mgr.smithi071.nfuwvn (mgr.14180) 1222 : audit 2023-11-30T22:42:32.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:32 smithi071 conmon[83797]: [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:32.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:32 smithi203 conmon[88363]: audit 2023-11-30T22:42:31.363222+0000 mgr.smithi071.nfuwvn (mgr.14180) 1222 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:33.064 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:42:33.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:33 smithi071 conmon[83797]: cluster 2023-11-30T22:42:31.587775+0000 2023-11-30T22:42:33.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:33 smithi071 conmon[83797]: mgr.smithi071.nfuwvn (mgr.14180) 1223 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:33.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:33 smithi203 conmon[88363]: cluster 2023-11-30T22:42:31.587775+0000 mgr.smithi071.nfuwvn (mgr.14180) 1223 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:35.046 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:42:35.046 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:42:35.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:35 smithi203 conmon[88363]: cluster 2023-11-30T22:42:33.588275+0000 mgr.smithi071.nfuwvn (mgr.14180) 1224 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:35.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:35 smithi203 conmon[88363]: 2023-11-30T22:42:35.750 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:35 smithi071 conmon[83797]: cluster 2023-11-30T22:42:33.588275+0000 mgr.smithi071.nfuwvn (mgr.14180) 1224 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:35.791 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:42:36.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:36 smithi203 conmon[88363]: audit 2023-11-30T22:42:35.042281+0000 mgr.smithi071.nfuwvn (mgr.14180) 1225 2023-11-30T22:42:36.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:36 smithi203 conmon[88363]: : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:36.792 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:42:36.822 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:36 smithi071 conmon[83797]: audit 2023-11-30T22:42:35.042281+0000 mgr.smithi071.nfuwvn (mgr.14180) 1225 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:36.823 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:36 smithi071 conmon[83797]: 2023-11-30T22:42:37.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:37 smithi071 conmon[83797]: cluster 2023-11-30T22:42:35.588659+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:42:37.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:37 smithi071 conmon[83797]: mgr.14180) 1226 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:37.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:37 smithi203 conmon[88363]: cluster 2023-11-30T22:42:35.588659+0000 mgr.smithi071.nfuwvn (mgr.14180) 1226 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:38.777 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:42:38.777 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:42:39.503 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:42:39.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:39 smithi071 conmon[83797]: cluster 2023-11-30T22:42:37.589222+0000 mgr.smithi071.nfuwvn (mgr.14180) 1227 : cluster [DBG] 2023-11-30T22:42:39.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:39 smithi071 conmon[83797]: pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:39.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:39 smithi203 conmon[88363]: cluster 2023-11-30T22:42:37.589222+0000 mgr.smithi071.nfuwvn (mgr.14180) 1227 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:40.504 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:42:40.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:40 smithi071 conmon[83797]: audit 2023-11-30T22:42:38.773251+0000 mgr.smithi071.nfuwvn (mgr.14180) 1228 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:40.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:40 smithi203 conmon[88363]: audit 2023-11-30T22:42:38.773251+0000 mgr.smithi071.nfuwvn (mgr.14180) 1228 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:41.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:41 smithi071 conmon[83797]: cluster 2023-11-30T22:42:39.589721+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:42:41.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:41 smithi071 conmon[83797]: mgr.14180) 1229 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:41.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:41 smithi203 conmon[88363]: cluster 2023-11-30T22:42:39.589721+0000 mgr.smithi071.nfuwvn (mgr.14180) 1229 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:42.529 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:42:42.529 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:42:43.202 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:42:43.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:43 smithi071 conmon[83797]: cluster 2023-11-30T22:42:41.590320+0000 mgr.smithi071.nfuwvn (mgr.14180) 1230 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:43.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:43 smithi203 conmon[88363]: cluster 2023-11-30T22:42:41.590320+0000 mgr.smithi071.nfuwvn (mgr.14180) 1230 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:44.203 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:42:44.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:44 smithi071 conmon[83797]: audit 2023-11-30T22:42:42.525002+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:42:44.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:44 smithi071 conmon[83797]: 1231 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:44.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:44 smithi203 conmon[88363]: audit 2023-11-30T22:42:42.525002+0000 mgr.smithi071.nfuwvn (mgr.14180) 1231 : audit 2023-11-30T22:42:44.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:44 smithi203 conmon[88363]: [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:45.796 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:45 smithi071 conmon[83797]: cluster 2023-11-30T22:42:43.590853+0000 mgr.smithi071.nfuwvn (mgr.14180) 1232 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:45.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:45 smithi203 conmon[88363]: cluster 2023-11-30T22:42:43.590853+0000 mgr.smithi071.nfuwvn (mgr.14180) 1232 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:46.192 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:42:46.192 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:42:46.868 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:42:47.838 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:47 smithi071 conmon[83797]: cluster 2023-11-30T22:42:45.591326+0000 mgr.smithi071.nfuwvn (mgr.14180) 1233 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:47.838 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:47 smithi071 conmon[83797]: audit 2023-11-30T22:42:46.188263+0000 mgr.smithi071.nfuwvn (mgr.14180) 1234 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:47.869 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:42:47.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:47 smithi203 conmon[88363]: cluster 2023-11-30T22:42:45.591326+0000 mgr.smithi071.nfuwvn (mgr.14180) 1233 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:47.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:47 smithi203 conmon[88363]: audit 2023-11-30T22:42:46.188263+0000 mgr.smithi071.nfuwvn (mgr.14180) 1234 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:49.470 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:49 smithi071 conmon[83797]: cluster 2023-11-30T22:42:47.591917+0000 mgr.smithi071.nfuwvn (mgr.14180) 1235 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:49.867 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:42:49.867 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:42:49.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:49 smithi203 conmon[88363]: cluster 2023-11-30T22:42:47.591917+0000 mgr.smithi071.nfuwvn (mgr.14180) 1235 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:50.575 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:42:51.576 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:42:51.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:51 smithi071 conmon[83797]: cluster 2023-11-30T22:42:49.592324+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:42:51.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:51 smithi071 conmon[83797]: ) 1236 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:51.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:51 smithi071 conmon[83797]: audit 2023-11-30T22:42:49.862941+0000 mgr.smithi071.nfuwvn (mgr.14180) 1237 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:51.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:51 smithi203 conmon[88363]: cluster 2023-11-30T22:42:49.592324+0000 mgr.smithi071.nfuwvn (mgr.14180) 1236 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:51.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:51 smithi203 conmon[88363]: 2023-11-30T22:42:51.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:51 smithi203 conmon[88363]: audit 2023-11-30T22:42:49.862941+0000 mgr.smithi071.nfuwvn (mgr.14180) 1237 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:53.552 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:42:53.553 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:42:53.574 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:53 smithi071 conmon[83797]: cluster 2023-11-30T22:42:51.592842+0000 mgr.smithi071.nfuwvn (mgr.14180) 1238 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:53.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:53 smithi203 conmon[88363]: cluster 2023-11-30T22:42:51.592842+0000 mgr.smithi071.nfuwvn (mgr.14180) 1238 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:54.223 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:42:55.225 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:42:55.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:55 smithi071 conmon[83797]: audit 2023-11-30T22:42:53.548961+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:42:55.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:55 smithi071 conmon[83797]: .14180) 1239 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:55.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:55 smithi071 conmon[83797]: cluster 2023-11-30T22:42:53.593309+0000 mgr.smithi071.nfuwvn (mgr.14180) 1240 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:55.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:55 smithi203 conmon[88363]: audit 2023-11-30T22:42:53.548961+0000 mgr.smithi071.nfuwvn (mgr.14180) 1239 : audit [DBG] 2023-11-30T22:42:55.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:55 smithi203 conmon[88363]: from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:55.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:55 smithi203 conmon[88363]: cluster 2023-11-30T22:42:53.593309+0000 mgr.smithi071.nfuwvn (mgr.14180) 1240 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:57.219 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:42:57.219 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:42:57.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:57 smithi071 conmon[83797]: cluster 2023-11-30T22:42:55.593714+0000 mgr.smithi071.nfuwvn (mgr.14180) 1241 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:57.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:57 smithi203 conmon[88363]: cluster 2023-11-30T22:42:55.593714+0000 mgr.smithi071.nfuwvn (mgr.14180) 1241 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:57.890 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:42:58.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:58 smithi071 conmon[83797]: audit 2023-11-30T22:42:57.214728+0000 mgr.smithi071.nfuwvn (mgr.14180) 1242 2023-11-30T22:42:58.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:58 smithi071 conmon[83797]: : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:58.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:58 smithi203 conmon[88363]: audit 2023-11-30T22:42:57.214728+0000 mgr.smithi071.nfuwvn (mgr.14180) 1242 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:42:58.892 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:42:59.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:59 smithi071 conmon[83797]: cluster 2023-11-30T22:42:57.594327+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:42:59.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:42:59 smithi071 conmon[83797]: 1243 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:42:59.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:42:59 smithi203 conmon[88363]: cluster 2023-11-30T22:42:57.594327+0000 mgr.smithi071.nfuwvn (mgr.14180) 1243 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:00.896 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:43:00.897 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:43:01.549 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:43:01.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:01 smithi071 conmon[83797]: cluster 2023-11-30T22:42:59.594651+0000 mgr.smithi071.nfuwvn (mgr.14180) 1244 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:01.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:01 smithi203 conmon[88363]: cluster 2023-11-30T22:42:59.594651+0000 mgr.smithi071.nfuwvn (mgr.14180) 1244 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:02.550 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:43:02.581 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:02 smithi071 conmon[83797]: audit 2023-11-30T22:43:00.892700+0000 mgr.smithi071.nfuwvn (mgr.14180) 1245 : audit 2023-11-30T22:43:02.581 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:02 smithi071 conmon[83797]: [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:02.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:02 smithi203 conmon[88363]: audit 2023-11-30T22:43:00.892700+0000 mgr.smithi071.nfuwvn (mgr.14180) 1245 : audit [DBG] 2023-11-30T22:43:02.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:02 smithi203 conmon[88363]: from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:03.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:03 smithi071 conmon[83797]: cluster 2023-11-30T22:43:01.595196+0000 mgr.smithi071.nfuwvn 2023-11-30T22:43:03.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:03 smithi071 conmon[83797]: (mgr.14180) 1246 : cluster [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:03.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:03 smithi203 conmon[88363]: cluster 2023-11-30T22:43:01.595196+0000 mgr.smithi071.nfuwvn (mgr.14180) 1246 : cluster [DBG] 2023-11-30T22:43:03.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:03 smithi203 conmon[88363]: pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:04.616 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:43:04.616 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:43:05.247 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:43:05.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:05 smithi071 conmon[83797]: cluster 2023-11-30T22:43:03.595661+0000 mgr.smithi071.nfuwvn (mgr.14180) 1247 : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:05.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:05 smithi203 conmon[88363]: cluster 2023-11-30T22:43:03.595661+0000 mgr.smithi071.nfuwvn (mgr.14180) 1247 : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:06.248 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:43:06.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:06 smithi071 conmon[83797]: audit 2023-11-30T22:43:04.612229+0000 mgr.smithi071.nfuwvn (mgr.14180) 1248 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:06.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:06 smithi203 conmon[88363]: audit 2023-11-30T22:43:04.612229+0000 mgr.smithi071.nfuwvn (mgr.14180) 1248 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:07.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:07 smithi071 conmon[83797]: cluster 2023-11-30T22:43:05.596057+0000 mgr.smithi071.nfuwvn (mgr.14180) 1249 : cluster 2023-11-30T22:43:07.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:07 smithi071 conmon[83797]: [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:07.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:07 smithi203 conmon[88363]: cluster 2023-11-30T22:43:05.596057+0000 mgr.smithi071.nfuwvn (mgr.14180) 1249 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:08.290 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:43:08.290 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:43:08.963 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:43:09.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:09 smithi071 conmon[83797]: cluster 2023-11-30T22:43:07.596765+0000 mgr.smithi071.nfuwvn (mgr.14180) 1250 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:09.638 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:09 smithi071 conmon[83797]: audit 2023-11-30T22:43:08.286410+0000 mgr.smithi071.nfuwvn (mgr.14180) 1251 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:09.639 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:09 smithi203 conmon[88363]: cluster 2023-11-30T22:43:07.596765+0000 mgr.smithi071.nfuwvn (mgr.14180) 1250 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:09.639 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:09 smithi203 conmon[88363]: audit 2023-11-30T22:43:08.286410+0000 mgr.smithi071.nfuwvn (mgr.14180) 1251 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:09.964 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:43:11.592 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:11 smithi071 conmon[83797]: cluster 2023-11-30T22:43:09.597204+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:43:11.592 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:11 smithi071 conmon[83797]: ) 1252 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:11.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:11 smithi203 conmon[88363]: cluster 2023-11-30T22:43:09.597204+0000 mgr.smithi071.nfuwvn (mgr.14180) 1252 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:11.990 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:43:11.991 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:43:12.761 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:43:13.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:13 smithi071 conmon[83797]: cluster 2023-11-30T22:43:11.597689+0000 mgr.smithi071.nfuwvn (mgr.14180) 1253 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:13.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:13 smithi071 conmon[83797]: audit 2023-11-30T22:43:11.985787+0000 mgr.smithi071.nfuwvn (mgr.14180) 1254 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:13.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:13 smithi203 conmon[88363]: cluster 2023-11-30T22:43:11.597689+0000 mgr.smithi071.nfuwvn (mgr.14180) 1253 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:13.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:13 smithi203 conmon[88363]: audit 2023-11-30T22:43:11.985787+0000 mgr.smithi071.nfuwvn (mgr.14180) 1254 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:13.762 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:43:15.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:15 smithi071 conmon[83797]: cluster 2023-11-30T22:43:13.598372+0000 mgr.smithi071.nfuwvn (mgr.14180) 1255 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:15.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:15 smithi203 conmon[88363]: cluster 2023-11-30T22:43:13.598372+0000 mgr.smithi071.nfuwvn (mgr.14180) 1255 : cluster [DBG] 2023-11-30T22:43:15.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:15 smithi203 conmon[88363]: pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:15.782 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:43:15.782 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:43:16.536 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:43:17.537 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:43:17.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:17 smithi071 conmon[83797]: cluster 2023-11-30T22:43:15.598741+0000 mgr.smithi071.nfuwvn (mgr.14180) 1256 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:17.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:17 smithi071 conmon[83797]: audit 2023-11-30T22:43:15.778245+0000 mgr.smithi071.nfuwvn (mgr.14180) 1257 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:17.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:17 smithi203 conmon[88363]: cluster 2023-11-30T22:43:15.598741+0000 mgr.smithi071.nfuwvn (mgr.14180) 1256 : cluster [DBG] 2023-11-30T22:43:17.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:17 smithi203 conmon[88363]: pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:17.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:17 smithi203 conmon[88363]: audit 2023-11-30T22:43:15.778245+0000 mgr.smithi071.nfuwvn (mgr.14180) 1257 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:19.559 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:43:19.559 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:43:19.579 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:19 smithi071 conmon[83797]: cluster 2023-11-30T22:43:17.599337+0000 mgr.smithi071.nfuwvn (mgr.14180) 1258 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:19.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:19 smithi203 conmon[88363]: cluster 2023-11-30T22:43:17.599337+0000 mgr.smithi071.nfuwvn (mgr.14180) 1258 : cluster [DBG] 2023-11-30T22:43:19.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:19 smithi203 conmon[88363]: pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:20.270 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:43:21.271 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:43:21.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:21 smithi071 conmon[83797]: audit 2023-11-30T22:43:19.555053+0000 mgr.smithi071.nfuwvn (mgr.14180) 1259 2023-11-30T22:43:21.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:21 smithi071 conmon[83797]: : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:21.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:21 smithi071 conmon[83797]: cluster 2023-11-30T22:43:19.599713+0000 mgr.smithi071.nfuwvn (mgr.14180) 1260 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:21.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:21 smithi203 conmon[88363]: audit 2023-11-30T22:43:19.555053+0000 mgr.smithi071.nfuwvn (mgr.14180) 1259 : audit 2023-11-30T22:43:21.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:21 smithi203 conmon[88363]: [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:21.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:21 smithi203 conmon[88363]: cluster 2023-11-30T22:43:19.599713+0000 mgr.smithi071.nfuwvn (mgr.14180) 1260 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:23.311 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:43:23.312 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:43:23.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:23 smithi071 conmon[83797]: cluster 2023-11-30T22:43:21.600244+0000 mgr.smithi071.nfuwvn (mgr.14180) 1261 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:23.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:23 smithi203 conmon[88363]: cluster 2023-11-30T22:43:21.600244+0000 mgr.smithi071.nfuwvn (mgr.14180) 1261 : cluster [DBG] 2023-11-30T22:43:23.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:23 smithi203 conmon[88363]: pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:23.967 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:43:24.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:24 smithi203 conmon[88363]: audit 2023-11-30T22:43:23.307559+0000 mgr.smithi071.nfuwvn (mgr.14180) 1262 : audit 2023-11-30T22:43:24.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:24 smithi203 conmon[88363]: [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:24.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:24 smithi071 conmon[83797]: audit 2023-11-30T22:43:23.307559+0000 mgr.smithi071.nfuwvn (mgr.14180) 1262 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:24.968 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:43:25.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:25 smithi071 conmon[83797]: cluster 2023-11-30T22:43:23.600761+0000 mgr.smithi071.nfuwvn (mgr.14180) 1263 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:25.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:25 smithi203 conmon[88363]: cluster 2023-11-30T22:43:23.600761+0000 mgr.smithi071.nfuwvn (mgr.14180) 1263 : cluster 2023-11-30T22:43:25.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:25 smithi203 conmon[88363]: [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:27.009 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:43:27.010 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:34:10.619397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.ritqga on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-ritqga\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.ritqga\nDeploy daemon haproxy.rgw.foo.smithi203.ritqga ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:32:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:32:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:33:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.596141Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.ploaxw on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-ploaxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.ploaxw\nDeploy daemon haproxy.rgw.foo.smithi071.ploaxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:34: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-30T22:35:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:36:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:37:14.597427Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.dynjav on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:43:27.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:27 smithi203 conmon[88363]: cluster 2023-11-30T22:43:25.601170+0000 mgr.smithi071.nfuwvn (mgr.14180) 1264 : 2023-11-30T22:43:27.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:27 smithi203 conmon[88363]: cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:27.631 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:27 smithi071 conmon[83797]: cluster 2023-11-30T22:43:25.601170+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:43:27.631 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:27 smithi071 conmon[83797]: 1264 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:27.649 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:43:28.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:28 smithi203 conmon[88363]: audit 2023-11-30T22:43:27.003647+0000 mgr.smithi071.nfuwvn (mgr.14180) 1265 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:28.650 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:43:28.680 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:28 smithi071 conmon[83797]: audit 2023-11-30T22:43:27.003647+0000 mgr.smithi071.nfuwvn (mgr.14180) 1265 : audit [DBG] 2023-11-30T22:43:28.680 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:28 smithi071 conmon[83797]: from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:29.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:29 smithi071 conmon[83797]: cluster 2023-11-30T22:43:27.601740+0000 mgr.smithi071.nfuwvn (mgr.14180) 1266 : cluster 2023-11-30T22:43:29.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:29 smithi071 conmon[83797]: [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:29.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:29 smithi071 conmon[83797]: audit 2023-11-30T22:43:28.705158+0000 mon.smithi071 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi071.zrywua"}]: dispatch 2023-11-30T22:43:29.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:29 smithi203 conmon[88363]: cluster 2023-11-30T22:43:27.601740+0000 mgr.smithi071.nfuwvn (mgr.14180) 1266 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:29.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:29 smithi203 conmon[88363]: audit 2023-11-30T22:43:28.705158+0000 mon.smithi071 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi071.zrywua"}]: dispatch 2023-11-30T22:43:30.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: cephadm 2023-11-30T22:43:28.704628+0000 mgr.smithi071.nfuwvn (mgr.14180) 1267 : cephadm 2023-11-30T22:43:30.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua 2023-11-30T22:43:30.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua 2023-11-30T22:43:30.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua 2023-11-30T22:43:30.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua 2023-11-30T22:43:30.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi071.zrywua ... 2023-11-30T22:43:30.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:43:30.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:43:30.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:41:32Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:43:30.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:42:09Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:43:30.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:42:48Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:43:30.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: stat: stderr toomanyrequests: 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-30T22:43:30.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: 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-30T22:43:30.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:43:30.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: Traceback (most recent call last): 2023-11-30T22:43:30.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-30T22:43:30.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: yield (conn, connr) 2023-11-30T22:43:30.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-30T22:43:30.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: code, '\n'.join(err))) 2023-11-30T22:43:30.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: 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-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua 2023-11-30T22:43:30.616 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua 2023-11-30T22:43:30.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua 2023-11-30T22:43:30.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua 2023-11-30T22:43:30.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi071.zrywua ... 2023-11-30T22:43:30.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:43:30.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:43:30.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:41:32Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:43:30.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:42:09Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:43:30.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:42:48Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:43:30.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: stat: stderr toomanyrequests: 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-30T22:43:30.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: 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-30T22:43:30.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: ER 2023-11-30T22:43:30.617 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: ROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:43:30.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: cephadm 2023-11-30T22:43:28.704830+0000 mgr.smithi071.nfuwvn (mgr.14180) 1268 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi071.zrywua 2023-11-30T22:43:30.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: cephadm 2023-11-30T22:43:28.705877+0000 mgr.smithi071.nfuwvn (mgr.14180) 1269 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi071.zrywua on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua 2023-11-30T22:43:30.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua 2023-11-30T22:43:30.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua 2023-11-30T22:43:30.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua 2023-11-30T22:43:30.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: Deploy daemon haproxy.rgw.foo.smithi071.zrywua ... 2023-11-30T22:43:30.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:43:30.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:43:30.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:41:32Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:43:30.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:42:09Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:43:30.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: stat: stderr time="2023-11-30T22:42:48Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:43:30.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: stat: stderr toomanyrequests: 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-30T22:43:30.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: 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-30T22:43:30.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:43:30.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: cephadm 2023-11-30T22:43:28.707153+0000 mgr.smithi071.nfuwvn (mgr.14180) 1270 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi203.uyrwny on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-30T22:43:30.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: cephadm 2023-11-30T22:43:28.708277+0000 mgr.smithi071.nfuwvn (mgr.14180) 1271 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi071.crljtd on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-30T22:43:30.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: cluster 2023-11-30T22:43:28.708951+0000 mgr.smithi071.nfuwvn (mgr.14180) 1272 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:30.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:30 smithi071 conmon[83797]: cluster 2023-11-30T22:43:29.375168+0000 mon.smithi071 (mon.0) 731 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-30T22:43:30.699 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:43:30.699 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.705766Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.zrywua on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\nDeploy daemon haproxy.rgw.foo.smithi071.zrywua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:41:32Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:48Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.707070Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.uyrwny on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:43:28.708195Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.crljtd on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:43:30.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: cephadm 2023-11-30T22:43:28.704628+0000 mgr.smithi071.nfuwvn (mgr.14180) 1267 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua 2023-11-30T22:43:30.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua 2023-11-30T22:43:30.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua 2023-11-30T22:43:30.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua 2023-11-30T22:43:30.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: Deploy daemon haproxy.rgw.foo.smithi071.zrywua ... 2023-11-30T22:43:30.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:43:30.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:43:30.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:41:32Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:43:30.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:42:09Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:43:30.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:42:48Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:43:30.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: stat: stderr toomanyrequests: 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-30T22:43:30.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: 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-30T22:43:30.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:43:30.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: Traceback (most recent call last): 2023-11-30T22:43:30.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-30T22:43:30.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: yield (conn, connr) 2023-11-30T22:43:30.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-30T22:43:30.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: code, '\n'.join(err))) 2023-11-30T22:43:30.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: 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-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua 2023-11-30T22:43:30.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua 2023-11-30T22:43:30.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua 2023-11-30T22:43:30.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua 2023-11-30T22:43:30.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: Deploy daemon haproxy.rgw.foo.smithi071.zrywua ... 2023-11-30T22:43:30.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:43:30.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:43:30.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:41:32Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:43:30.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:42:09Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:43:30.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:42:48Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:43:30.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: stat: stderr toomanyrequests: 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-30T22:43:30.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: 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 2023-11-30T22:43:30.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-30T22:43:30.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:43:30.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: cephadm 2023-11-30T22:43:28.704830+0000 mgr.smithi071.nfuwvn (mgr.14180) 1268 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi071.zrywua 2023-11-30T22:43:30.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: cephadm 2023-11-30T22:43:28.705877+0000 mgr.smithi071.nfuwvn (mgr.14180) 1269 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi071.zrywua on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua 2023-11-30T22:43:30.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua 2023-11-30T22:43:30.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua 2023-11-30T22:43:30.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua 2023-11-30T22:43:30.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: Deploy daemon haproxy.rgw.foo.smithi071.zrywua ... 2023-11-30T22:43:30.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:43:30.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-30T22:43:30.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:41:32Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:43:30.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:42:09Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:43:30.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: stat: stderr time="2023-11-30T22:42:48Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-30T22:43:30.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: stat: stderr toomanyrequests: 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-30T22:43:30.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: 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-30T22:43:30.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-30T22:43:30.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: cephadm 2023-11-30T22:43:28.707153+0000 mgr.smithi071.nfuwvn (mgr.14180) 1270 : cephadm [ERR] 2023-11-30T22:43:30.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: Failed while placing keepalived.rgw.foo.smithi203.uyrwny on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-30T22:43:30.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: cephadm 2023-11-30T22:43:28.708277+0000 mgr.smithi071.nfuwvn (mgr.14180) 1271 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi071.crljtd on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-30T22:43:30.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: cluster 2023-11-30T 2023-11-30T22:43:30.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: 22:43:28.708951+0000 mgr.smithi071.nfuwvn 2023-11-30T22:43:30.883 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: (mgr.14180) 1272 : cluster [DBG] 2023-11-30T22:43:30.884 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:30.884 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: cluster 2023 2023-11-30T22:43:30.884 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: -11-30T22:43:29.375168+0000 2023-11-30T22:43:30.884 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: mon.smithi071 (mon.0) 731 : cluster 2023-11-30T22:43:30.884 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:30 smithi203 conmon[88363]: [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-30T22:43:31.383 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:43:32.384 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:43:32.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:32 smithi071 conmon[83797]: audit 2023-11-30T22:43:30.694920+0000 mgr.smithi071.nfuwvn (mgr.14180) 1273 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:32.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:32 smithi071 conmon[83797]: cluster 2023-11-30T22:43:30.709488+0000 mgr.smithi071.nfuwvn (mgr.14180) 1274 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:32.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:32 smithi071 conmon[83797]: audit 2023-11-30T22:43:32.360305+0000 mon.smithi071 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:43:32.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:32 smithi203 conmon[88363]: audit 2023-11-30T22:43:30.694920+0000 mgr.smithi071.nfuwvn (mgr.14180) 1273 : audit [DBG] 2023-11-30T22:43:32.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:32 smithi203 conmon[88363]: from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:32.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:32 smithi203 conmon[88363]: cluster 2023-11-30T22:43:30.709488+0000 mgr.smithi071.nfuwvn (mgr.14180) 1274 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:32.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:32 smithi203 conmon[88363]: audit 2023-11-30T22:43:32.360305+0000 mon.smithi071 2023-11-30T22:43:32.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:32 smithi203 conmon[88363]: (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:43:34.415 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:43:34.415 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.705766Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.zrywua on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\nDeploy daemon haproxy.rgw.foo.smithi071.zrywua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:41:32Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:48Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.707070Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.uyrwny on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:43:28.708195Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.crljtd on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:43:34.674 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:34 smithi071 conmon[83797]: cluster 2023-11-30T22:43:32.710235+0000 mgr.smithi071.nfuwvn (mgr.14180) 1275 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:34.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:34 smithi203 conmon[88363]: cluster 2023-11-30T22:43:32.710235+0000 mgr.smithi071.nfuwvn (mgr.14180) 1275 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:35.125 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:43:35.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:35 smithi071 conmon[83797]: audit 2023-11-30T22:43:34.410432+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:43:35.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:35 smithi071 conmon[83797]: 14180) 1276 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:35.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:35 smithi203 conmon[88363]: audit 2023-11-30T22:43:34.410432+0000 mgr.smithi071.nfuwvn (mgr.14180) 1276 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:36.126 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:43:36.608 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:36 smithi071 conmon[83797]: cluster 2023-11-30T22:43:34.710970+0000 mgr.smithi071.nfuwvn ( 2023-11-30T22:43:36.608 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:36 smithi071 conmon[83797]: mgr.14180) 1277 : cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:36.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:36 smithi203 conmon[88363]: cluster 2023-11-30T22:43:34.710970+0000 mgr.smithi071.nfuwvn (mgr.14180) 1277 : cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:38.100 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:43:38.100 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.705766Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.zrywua on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\nDeploy daemon haproxy.rgw.foo.smithi071.zrywua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:41:32Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:48Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.707070Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.uyrwny on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:43:28.708195Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.crljtd on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:43:38.797 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:38 smithi071 conmon[83797]: cluster 2023-11-30T22:43:36.711898+0000 mgr.smithi071.nfuwvn (mgr.14180) 1278 2023-11-30T22:43:38.797 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:38 smithi071 conmon[83797]: : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:38.814 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:43:38.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:38 smithi203 conmon[88363]: cluster 2023-11-30T22:43:36.711898+0000 mgr.smithi071.nfuwvn (mgr.14180) 1278 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:39.816 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:43:39.846 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:39 smithi071 conmon[83797]: audit 2023-11-30T22:43:38.096126+0000 mgr.smithi071.nfuwvn (mgr.14180) 1279 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:39.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:39 smithi203 conmon[88363]: audit 2023-11-30T22:43:38.096126+0000 mgr.smithi071.nfuwvn (mgr.14180) 1279 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:40.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:40 smithi071 conmon[83797]: cluster 2023-11-30T22:43:38.712511+0000 mgr.smithi071.nfuwvn (mgr.14180) 1280 2023-11-30T22:43:40.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:40 smithi071 conmon[83797]: : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:40.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:40 smithi203 conmon[88363]: cluster 2023-11-30T22:43:38.712511+0000 mgr.smithi071.nfuwvn (mgr.14180) 1280 : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:41.871 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:43:41.871 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.705766Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.zrywua on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\nDeploy daemon haproxy.rgw.foo.smithi071.zrywua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:41:32Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:48Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.707070Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.uyrwny on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:43:28.708195Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.crljtd on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:43:42.546 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:43:42.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:42 smithi071 conmon[83797]: cluster 2023-11-30T22:43:40.713139+0000 mgr.smithi071.nfuwvn (mgr.14180) 1281 : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:42.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:42 smithi071 conmon[83797]: audit 2023-11-30T22:43:41.744780+0000 mon.smithi071 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:43:42.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:42 smithi203 conmon[88363]: cluster 2023-11-30T22:43:40.713139+0000 mgr.smithi071.nfuwvn (mgr.14180) 1281 : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:42.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:42 smithi203 conmon[88363]: 2023-11-30T22:43:42.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:42 smithi203 conmon[88363]: audit 2023-11-30T22:43:41.744780+0000 mon.smithi071 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:43:43.547 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:43:43.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:43 smithi071 conmon[83797]: audit 2023-11-30T22:43:41.867065+0000 mgr.smithi071.nfuwvn (mgr.14180) 1282 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:43.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:43 smithi203 conmon[88363]: audit 2023-11-30T22:43:41.867065+0000 mgr.smithi071.nfuwvn (mgr.14180) 1282 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:44.822 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:44 smithi071 conmon[83797]: cluster 2023-11-30T22: 2023-11-30T22:43:44.822 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:44 smithi071 conmon[83797]: 43:42.713920+0000 mgr.smithi071.nfuwvn (mgr.14180) 1283 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:44.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:44 smithi203 conmon[88363]: cluster 2023-11-30T22:43:42.713920+0000 mgr.smithi071.nfuwvn (mgr.14180) 1283 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:45.485 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:43:45.485 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.705766Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.zrywua on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\nDeploy daemon haproxy.rgw.foo.smithi071.zrywua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:41:32Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:48Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.707070Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.uyrwny on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:43:28.708195Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.crljtd on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:43:45.763 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:45 smithi071 conmon[83797]: cluster 2023-11-30T22:43:44.714429+0000 mgr.smithi071.nfuwvn (mgr.14180) 1284 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:45.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:45 smithi203 conmon[88363]: cluster 2023-11-30T22:43:44.714429+0000 mgr.smithi071.nfuwvn (mgr.14180) 1284 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:46.272 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:43:46.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:46 smithi071 conmon[83797]: audit 2023-11-30T22:43:45.481205+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:43:46.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:46 smithi071 conmon[83797]: 1285 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:46.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:46 smithi203 conmon[88363]: audit 2023-11-30T22:43:45.481205+0000 mgr.smithi071.nfuwvn (mgr.14180) 1285 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:47.273 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:43:47.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:47 smithi071 conmon[83797]: cluster 2023-11-30T22:43:46.715106+0000 mgr.smithi071.nfuwvn (mgr.14180) 1286 2023-11-30T22:43:47.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:47 smithi071 conmon[83797]: : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:47.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:47 smithi203 conmon[88363]: cluster 2023-11-30T22:43:46.715106+0000 mgr.smithi071.nfuwvn (mgr.14180) 1286 : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:49.283 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:43:49.283 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.705766Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.zrywua on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\nDeploy daemon haproxy.rgw.foo.smithi071.zrywua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:41:32Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:48Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.707070Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.uyrwny on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:43:28.708195Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.crljtd on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:43:50.029 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:43:50.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:50 smithi071 conmon[83797]: cluster 2023-11-30T22:43:48.715780+0000 mgr.smithi071.nfuwvn (mgr.14180) 1287 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:50.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:50 smithi071 conmon[83797]: audit 2023-11-30T22:43:49.278768+0000 mgr.smithi071.nfuwvn (mgr.14180) 1288 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:50.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:50 smithi203 conmon[88363]: cluster 2023-11-30T22:43:48.715780+0000 mgr.smithi071.nfuwvn (mgr.14180) 1287 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:50.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:50 smithi203 conmon[88363]: audit 2023-11-30T22:43:49.278768+0000 mgr.smithi071.nfuwvn (mgr.14180) 1288 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:51.030 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:43:52.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:52 smithi071 conmon[83797]: cluster 2023-11-30T22:43:50.716396+0000 mgr.smithi071.nfuwvn (mgr.14180) 1289 : cluster 2023-11-30T22:43:52.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:52 smithi071 conmon[83797]: [DBG] pgmap v841: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:52.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:52 smithi203 conmon[88363]: cluster 2023-11-30T22:43:50.716396+0000 mgr.smithi071.nfuwvn (mgr.14180) 1289 : cluster [DBG] pgmap v841: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:53.021 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:43:53.022 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.705766Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.zrywua on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\nDeploy daemon haproxy.rgw.foo.smithi071.zrywua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:41:32Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:48Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.707070Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.uyrwny on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:43:28.708195Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.crljtd on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:43:53.762 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:43:54.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:54 smithi071 conmon[83797]: cluster 2023-11-30T22:43:52.717445+0000 mgr.smithi071.nfuwvn (mgr.14180) 1290 : cluster [DBG] pgmap v842: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:54.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:54 smithi071 conmon[83797]: audit 2023-11-30T22:43:53.016726+0000 mgr.smithi071.nfuwvn (mgr.14180) 1291 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:54.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:54 smithi203 conmon[88363]: cluster 2023-11-30T22:43:52.717445+0000 mgr.smithi071.nfuwvn (mgr.14180) 1290 : cluster [DBG] pgmap v842: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:54.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:54 smithi203 conmon[88363]: audit 2023-11-30T22:43 2023-11-30T22:43:54.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:54 smithi203 conmon[88363]: :53.016726+0000 mgr.smithi071.nfuwvn (mgr.14180) 1291 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:54.762 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:43:56.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:56 smithi071 conmon[83797]: cluster 2023-11-30T22:43:54.718021+0000 mgr.smithi071.nfuwvn (mgr.14180) 1292 : cluster [DBG] 2023-11-30T22:43:56.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:56 smithi071 conmon[83797]: pgmap v843: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:56.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:56 smithi203 conmon[88363]: cluster 2023-11-30T22:43:54.718021+0000 mgr.smithi071.nfuwvn (mgr.14180) 1292 : cluster [DBG] pgmap v843: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:56.744 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:43:56.744 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.705766Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.zrywua on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\nDeploy daemon haproxy.rgw.foo.smithi071.zrywua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:41:32Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:48Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.707070Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.uyrwny on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:43:28.708195Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.crljtd on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:43:57.502 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:43:58.504 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:43:58.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:58 smithi071 conmon[83797]: cluster 2023-11-30T22:43:56.718732+0000 mgr.smithi071.nfuwvn (mgr.14180) 1293 : cluster 2023-11-30T22:43:58.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:58 smithi071 conmon[83797]: [DBG] pgmap v844: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:58.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:43:58 smithi071 conmon[83797]: audit 2023-11-30T22:43:56.740647+0000 mgr.smithi071.nfuwvn (mgr.14180) 1294 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:43:58.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:58 smithi203 conmon[88363]: cluster 2023-11-30T22:43:56.718732+0000 mgr.smithi071.nfuwvn (mgr.14180) 1293 : cluster [DBG] pgmap v844: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:43:58.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:43:58 smithi203 conmon[88363]: audit 2023-11-30T22:43:56.740647+0000 mgr.smithi071.nfuwvn (mgr.14180) 1294 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:00.518 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:44:00.519 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.705766Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.zrywua on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\nDeploy daemon haproxy.rgw.foo.smithi071.zrywua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:41:32Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:48Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.707070Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.uyrwny on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:43:28.708195Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.crljtd on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:44:00.543 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:00 smithi071 conmon[83797]: cluster 2023-11-30T22:43:58.719303+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:44:00.543 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:00 smithi071 conmon[83797]: 14180) 1295 : cluster [DBG] pgmap v845: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:00.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:00 smithi203 conmon[88363]: cluster 2023-11-30T22:43:58.719303+0000 mgr.smithi071.nfuwvn (mgr.14180) 1295 : cluster [DBG] pgmap v845: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:01.201 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:44:02.202 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:44:02.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:02 smithi071 conmon[83797]: audit 2023-11-30T22: 2023-11-30T22:44:02.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:02 smithi071 conmon[83797]: 44:00.513655+0000 mgr.smithi071.nfuwvn (mgr.14180) 1296 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:02.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:02 smithi071 conmon[83797]: cluster 2023-11-30T22:44:00.719937+0000 mgr.smithi071.nfuwvn (mgr.14180) 1297 : cluster [DBG] pgmap v846: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:02.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:02 smithi203 conmon[88363]: audit 2023-11-30T22:44:00.513655+0000 mgr.smithi071.nfuwvn (mgr.14180) 1296 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:02.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:02 smithi203 conmon[88363]: cluster 2023-11-30T22:44:00.719937+0000 mgr.smithi071.nfuwvn (mgr.14180) 1297 : cluster [DBG] pgmap v846: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:04.227 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:44:04.228 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.705766Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.zrywua on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\nDeploy daemon haproxy.rgw.foo.smithi071.zrywua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:41:32Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:48Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.707070Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.uyrwny on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:43:28.708195Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.crljtd on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:44:04.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:04 smithi071 conmon[83797]: cluster 2023-11-30T22:44:02.720621+0000 mgr.smithi071.nfuwvn (mgr.14180) 1298 : cluster [DBG] pgmap v847: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:04.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:04 smithi203 conmon[88363]: cluster 2023-11-30T22:44:02.720621+0000 mgr.smithi071.nfuwvn (mgr.14180) 1298 : cluster [DBG] pgmap v847: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:04.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:04 smithi203 conmon[88363]: 2023-11-30T22:44:04.893 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:44:05.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:05 smithi071 conmon[83797]: audit 2023-11-30T22:44:04.223899+0000 mgr.smithi071.nfuwvn (mgr.14180) 1299 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:05.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:05 smithi203 conmon[88363]: audit 2023-11-30T22:44:04.223899+0000 mgr.smithi071.nfuwvn (mgr.14180) 1299 : audit [DBG] 2023-11-30T22:44:05.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:05 smithi203 conmon[88363]: from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:05.894 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:44:06.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:06 smithi071 conmon[83797]: cluster 2023-11-30T22:44:04.721138+0000 mgr.smithi071.nfuwvn (mgr.14180) 1300 : cluster [DBG] pgmap v848: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:06.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:06 smithi203 conmon[88363]: cluster 2023-11-30T22:44:04.721138+0000 mgr.smithi071.nfuwvn (mgr.14180) 1300 : cluster [DBG] pgmap v848: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:07.997 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:44:07.997 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.705766Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.zrywua on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\nDeploy daemon haproxy.rgw.foo.smithi071.zrywua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:41:32Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:48Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.707070Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.uyrwny on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:43:28.708195Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.crljtd on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:44:08.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:08 smithi071 conmon[83797]: cluster 2023-11-30T22:44:06.721813+0000 mgr.smithi071.nfuwvn (mgr.14180) 1301 : cluster 2023-11-30T22:44:08.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:08 smithi071 conmon[83797]: [DBG] pgmap v849: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:08.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:08 smithi203 conmon[88363]: cluster 2023-11-30T22:44:06.721813+0000 mgr.smithi071.nfuwvn (mgr.14180) 1301 : cluster [DBG] pgmap v849: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:08.759 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:44:09.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:09 smithi071 conmon[83797]: audit 2023-11-30T22:44:07.992784+0000 mgr.smithi071.nfuwvn (mgr.14180) 1302 : audit [DBG] 2023-11-30T22:44:09.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:09 smithi071 conmon[83797]: from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:09.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:09 smithi203 conmon[88363]: audit 2023-11-30T22:44:07.992784+0000 mgr.smithi071.nfuwvn (mgr.14180) 1302 : audit 2023-11-30T22:44:09.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:09 smithi203 conmon[88363]: [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:09.759 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:44:10.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:10 smithi071 conmon[83797]: cluster 2023-11-30T22:44:08. 2023-11-30T22:44:10.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:10 smithi071 conmon[83797]: 722395+0000 mgr.smithi071.nfuwvn (mgr.14180) 1303 : cluster [DBG] pgmap v850: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:10.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:10 smithi203 conmon[88363]: cluster 2023-11-30T22:44:08.722395+0000 mgr.smithi071.nfuwvn (mgr.14180) 1303 : cluster [DBG] pgmap v850: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:11.716 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:44:11.716 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.705766Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.zrywua on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\nDeploy daemon haproxy.rgw.foo.smithi071.zrywua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:41:32Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:48Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.707070Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.uyrwny on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:43:28.708195Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.crljtd on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:44:12.433 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:44:12.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:12 smithi203 conmon[88363]: cluster 2023-11-30T22:44:10.723123+0000 mgr.smithi071.nfuwvn (mgr.14180) 1304 : cluster [DBG] pgmap v851: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:12.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:12 smithi071 conmon[83797]: cluster 2023-11-30T22:44:10.723123+0000 mgr.smithi071.nfuwvn (mgr.14180) 1304 : cluster [DBG] pgmap v851: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:13.434 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:44:13.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:13 smithi203 conmon[88363]: audit 2023-11-30T22:44:11.712065+0000 mgr.smithi071.nfuwvn (mgr.14180) 1305 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:13.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:13 smithi071 conmon[83797]: audit 2023-11-30T22:44:11.712065+0000 mgr.smithi071.nfuwvn (mgr.14180) 1305 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:14.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:14 smithi071 conmon[83797]: cluster 2023-11-30T22:44:12.724012+0000 mgr.smithi071.nfuwvn (mgr.14180) 1306 : cluster [DBG] pgmap v852: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:14.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:14 smithi203 conmon[88363]: cluster 2023-11-30T22:44:12.724012+0000 mgr.smithi071.nfuwvn (mgr.14180) 1306 : cluster [DBG] pgmap v852: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:15.466 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:44:15.467 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.705766Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.zrywua on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\nDeploy daemon haproxy.rgw.foo.smithi071.zrywua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:41:32Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:48Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.707070Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.uyrwny on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:43:28.708195Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.crljtd on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:44:16.148 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:44:16.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:16 smithi071 conmon[83797]: cluster 2023-11-30T22:44:14.724742+0000 mgr.smithi071.nfuwvn (mgr.14180) 1307 : cluster [DBG] pgmap v853: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:16.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:16 smithi203 conmon[88363]: cluster 2023-11-30T22:44:14.724742+0000 mgr.smithi071.nfuwvn (mgr.14180) 1307 : cluster [DBG] pgmap v853: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:16.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:16 smithi203 conmon[88363]: 2023-11-30T22:44:17.149 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:44:17.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:17 smithi071 conmon[83797]: audit 2023-11-30T22:44:15.462689+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:44:17.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:17 smithi071 conmon[83797]: .14180) 1308 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:17.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:17 smithi203 conmon[88363]: audit 2023-11-30T22:44:15.462689+0000 mgr.smithi071.nfuwvn (mgr.14180) 1308 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:18.758 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:18 smithi071 conmon[83797]: cluster 2023-11-30T22:44:16.725458+0000 mgr.smithi071.nfuwvn (mgr.14180) 1309 : 2023-11-30T22:44:18.758 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:18 smithi071 conmon[83797]: cluster [DBG] pgmap v854: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:18.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:18 smithi203 conmon[88363]: cluster 2023-11-30T22:44:16.725458+0000 mgr.smithi071.nfuwvn (mgr.14180) 1309 : cluster [DBG] pgmap v854: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:19.159 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:44:19.160 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.705766Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.zrywua on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\nDeploy daemon haproxy.rgw.foo.smithi071.zrywua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:41:32Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:48Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.707070Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.uyrwny on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:43:28.708195Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.crljtd on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:44:19.931 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:44:20.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:20 smithi071 conmon[83797]: cluster 2023-11-30T22:44:18.726027+0000 mgr.smithi071.nfuwvn (mgr.14180 2023-11-30T22:44:20.864 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:20 smithi071 conmon[83797]: ) 1310 : cluster [DBG] pgmap v855: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:20.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:20 smithi071 conmon[83797]: audit 2023-11-30T22:44:19.155573+0000 mgr.smithi071.nfuwvn (mgr.14180) 1311 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:20.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:20 smithi203 conmon[88363]: cluster 2023-11-30T22:44:18.726027+0000 mgr.smithi071.nfuwvn (mgr.14180) 1310 : cluster [DBG] pgmap v855: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:20.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:20 smithi203 conmon[88363]: audit 2023-11-30T22:44:20.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:20 smithi203 conmon[88363]: 2023-11-30T22:44:19.155573+0000 mgr.smithi071.nfuwvn (mgr.14180) 1311 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:20.932 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:44:22.532 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:22 smithi071 conmon[83797]: cluster 2023-11-30T22:44:20.726795+0000 mgr.smithi071.nfuwvn (mgr.14180) 1312 : cluster [DBG] pgmap v856: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:22.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:22 smithi203 conmon[88363]: cluster 2023-11-30T22:44:20.726795+0000 mgr.smithi071.nfuwvn (mgr.14180) 1312 : cluster [DBG] pgmap v856: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:22.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:22 smithi203 conmon[88363]: 2023-11-30T22:44:22.922 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:44:22.922 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.705766Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.zrywua on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\nDeploy daemon haproxy.rgw.foo.smithi071.zrywua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:41:32Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:48Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.707070Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.uyrwny on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:43:28.708195Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.crljtd on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:44:23.738 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:44:24.738 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:44:24.765 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:24 smithi071 conmon[83797]: cluster 2023-11-30T22:44:22.727538+0000 mgr.smithi071.nfuwvn (mgr.14180) 2023-11-30T22:44:24.765 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:24 smithi071 conmon[83797]: 1313 : cluster [DBG] pgmap v857: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:24.765 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:24 smithi071 conmon[83797]: audit 2023-11-30T22:44:22.918225+0000 mgr.smithi071.nfuwvn (mgr.14180) 1314 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:24.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:24 smithi203 conmon[88363]: cluster 2023-11-30T22:44:22.727538+0000 mgr.smithi071.nfuwvn (mgr.14180) 1313 : cluster [DBG] pgmap v857: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:24.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:24 smithi203 conmon[88363]: 2023-11-30T22:44:24.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:24 smithi203 conmon[88363]: audit 2023-11-30T22:44:22.918225+0000 mgr.smithi071.nfuwvn (mgr.14180) 1314 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:26.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:26 smithi071 conmon[83797]: cluster 2023-11-30T22:44:24.728138+0000 mgr.smithi071.nfuwvn (mgr.14180) 1315 : cluster [DBG] pgmap v858: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:26.694 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:44:26.694 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.705766Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.zrywua on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\nDeploy daemon haproxy.rgw.foo.smithi071.zrywua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:41:32Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:48Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.707070Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.uyrwny on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:43:28.708195Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.crljtd on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:44:26.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:26 smithi203 conmon[88363]: cluster 2023-11-30T22:44:24.728138+0000 mgr.smithi071.nfuwvn (mgr.14180) 1315 : cluster [DBG] pgmap v858: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:27.387 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:44:28.388 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:44:28.848 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:28 smithi071 conmon[83797]: audit 2023-11-30T22:44:26.690294+0000 mgr.smithi071.nfuwvn (mgr.14180) 1316 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:28.848 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:28 smithi071 conmon[83797]: cluster 2023-11-30T22:44:26.728765+0000 mgr.smithi071.nfuwvn (mgr.14180) 1317 : cluster [DBG] pgmap v859: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:28.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:28 smithi203 conmon[88363]: audit 2023-11-30T22:44:26.690294+0000 mgr.smithi071.nfuwvn (mgr.14180) 1316 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:28.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:28 smithi203 conmon[88363]: cluster 2023-11-30T22:44:26.728765+0000 mgr.smithi071.nfuwvn (mgr.14180) 1317 : cluster [DBG] pgmap v859: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:29.843 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:29 smithi071 conmon[83797]: audit 2023-11-30T22:44:28.711076+0000 mon.smithi071 (mon.0) 734 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:44:29.843 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:29 smithi071 conmon[83797]: audit 2023-11-30T22:44:28.987765+0000 mon.smithi071 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:44:29.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:29 smithi203 conmon[88363]: audit 2023-11-30T22:44:28.711076+0000 mon.smithi071 (mon.0) 2023-11-30T22:44:29.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:29 smithi203 conmon[88363]: 734 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:44:29.879 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:29 smithi203 conmon[88363]: audit 2023-11-30T22:44:28.987765+0000 mon.smithi071 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:44:30.508 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:44:30.508 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:38:21.185978Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:38:16.633202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:38:21.186120Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.705766Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.zrywua on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\nDeploy daemon haproxy.rgw.foo.smithi071.zrywua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:41:32Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:48Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.707070Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.uyrwny on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:43:28.708195Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.crljtd on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:38:16.633361Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:38:16.633430Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:38:16.633492Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:38:16.633552Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:38:21.186236Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:38:16.633788Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:44:30.845 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:30 smithi071 conmon[83797]: cluster 2023-11-30T22:44:28.729527+0000 mgr.smithi071.nfuwvn (mgr.14180) 1318 : cluster [DBG] pgmap v860: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:30.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:30 smithi203 conmon[88363]: cluster 2023-11-30T22:44:28.729527+0000 mgr.smithi071.nfuwvn (mgr.14180) 1318 : cluster 2023-11-30T22:44:30.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:30 smithi203 conmon[88363]: [DBG] pgmap v860: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:31.317 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:44:32.318 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:44:32.345 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:32 smithi071 conmon[83797]: audit 2023-11-30T22:44:30.504128+0000 mgr.smithi071.nfuwvn (mgr.14180) 1319 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:32.345 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:32 smithi071 conmon[83797]: cluster 2023-11-30T22:44:30.730106+0000 mgr.smithi071.nfuwvn (mgr.14180) 1320 : cluster [DBG] pgmap v861: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:32.345 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:32 smithi071 conmon[83797]: audit 2023-11-30T22:44:31.089469+0000 mon.smithi071 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:44:32.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:32 smithi203 conmon[88363]: audit 2023-11-30T22:44:30.504128+0000 mgr.smithi071.nfuwvn (mgr. 2023-11-30T22:44:32.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:32 smithi203 conmon[88363]: 14180) 1319 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:32.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:32 smithi203 conmon[88363]: cluster 2023-11-30T22:44:30.730106+0000 mgr.smithi071.nfuwvn (mgr.14180) 1320 : cluster [DBG] pgmap v861: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:32.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:32 smithi203 conmon[88363]: audit 2023-11-30T22:44:31.089469+0000 mon.smithi071 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:44:34.364 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:34 smithi071 conmon[83797]: cluster 2023-11-30T22:44:32.730920+0000 mgr.smithi071.nfuwvn (mgr.14180) 1321 : 2023-11-30T22:44:34.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:34 smithi071 conmon[83797]: cluster [DBG] pgmap v862: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:34.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:34 smithi203 conmon[88363]: cluster 2023-11-30T22:44:32.730920+0000 mgr.smithi071.nfuwvn (mgr.14180) 1321 : cluster [DBG] pgmap v862: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:34.956 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:44:34.956 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:44:34.877826Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:44:31.083595Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:44:34.877958Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.705766Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.zrywua on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\nDeploy daemon haproxy.rgw.foo.smithi071.zrywua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:41:32Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:48Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.707070Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.uyrwny on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:43:28.708195Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.crljtd on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:44:31.083748Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:44:31.083839Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:44:31.083905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:44:31.083967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:44:34.878084Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:44:31.084220Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:44:35.660 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:44:36.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:35 smithi071 conmon[83797]: cluster 2023-11-30T22:44:34.731416+0000 mgr.smithi071.nfuwvn (mgr.14180) 1322 : cluster [DBG] pgmap v863: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:36.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:35 smithi071 conmon[83797]: audit 2023-11-30T22:44:34.884220+0000 mon.smithi071 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:44:36.114 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:35 smithi071 conmon[83797]: audit 2023-11-30T22:44:34.951900+0000 mgr.smithi071.nfuwvn (mgr.14180) 1323 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:36.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:35 smithi071 conmon[83797]: audit 2023-11-30T22:44:35.264589+0000 mon.smithi071 (mon.0) 738 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:44:36.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:35 smithi071 conmon[83797]: audit 2023-11-30T22:44:35.265285+0000 mon.smithi071 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-30T22:44:36.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:35 smithi071 conmon[83797]: audit 2023-11-30T22:44:35.269516+0000 mon.smithi071 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:44:36.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:35 smithi071 conmon[83797]: cluster 2023-11-30T22:44:35.269914+0000 mgr.smithi071.nfuwvn (mgr.14180) 1324 : cluster [DBG] pgmap v864: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:36.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:35 smithi071 conmon[83797]: audit 2023-11-30T22:44:35.273162+0000 mon.smithi071 (mon.0) 741 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-30T22:44:36.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:35 smithi071 conmon[83797]: cephadm 2023-11-30T22:44:35.278331+0000 mgr.smithi071.nfuwvn (mgr.14180) 1325 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi203.bjfjde on smithi203 2023-11-30T22:44:36.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:35 smithi071 conmon[83797]: cluster 2023-11-30T22:44:35.325463+0000 mon.smithi071 (mon.0) 742 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-30T22:44:36.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:35 smithi071 conmon[83797]: cluster 2023-11-30T22:44:35.325515+0000 mon.smithi071 (mon.0) 743 : cluster [INF] Cluster is now healthy 2023-11-30T22:44:36.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: cluster 2023-11-30T22:44:34.731416+0000 mgr.smithi071.nfuwvn (mgr 2023-11-30T22:44:36.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: .14180) 1322 : cluster [DBG] pgmap v863: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:36.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: audit 2023-11-30T22:44:34.884220+0000 mon.smithi071 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:44:36.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: audit 2023-11-30T22:44:34.951900+0000 mgr.smithi071.nfuwvn (mgr.14180) 1323 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:36.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: audit 2023-11-30T22 2023-11-30T22:44:36.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: :44:35.264589+0000 mon.smithi071 (mon.0) 738 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:44:36.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: 2023-11-30T22:44:36.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: audit 2023-11-30T22:44:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: 2023-11-30T22:44:35.265285+0000 mon.smithi071 (mon.0) 739 2023-11-30T22:44:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-30T22:44:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: audit 2023-11-30T22:44:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: 2023-11-30T22:44:35.269516+0000 mon.smithi071 (mon.0) 740 : audit [INF] 2023-11-30T22:44:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:44:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: cluster 2023-11 2023-11-30T22:44:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: -30T22:44:35.269914+0000 mgr.smithi071.nfuwvn (mgr.14180) 1324 : cluster [DBG] pgmap v864: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: audit 2023-11-30T22:44:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: 2023-11-30T22:44:35.273162+0000 mon.smithi071 (mon 2023-11-30T22:44:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: .0) 741 : audit [DBG] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-30T22:44:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: cephadm 2023-11-30T22:44:35.278331 2023-11-30T22:44:36.380 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: +0000 mgr.smithi071.nfuwvn (mgr.14180) 1325 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi203.bjfjde on smithi203 2023-11-30T22:44:36.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: cluster 2023-11- 2023-11-30T22:44:36.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: 30T22:44:35.325463+0000 mon.smithi071 (mon.0) 742 : 2023-11-30T22:44:36.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-30T22:44:36.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: cluster 2023-11-30T22:44:36.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: 2023-11-30T22:44:35.325515+0000 mon.smithi071 (mon.0) 743 : 2023-11-30T22:44:36.381 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:35 smithi203 conmon[88363]: cluster [INF] Cluster is now healthy 2023-11-30T22:44:36.661 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:44:38.612 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:44:38.612 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:44:34.877826Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:44:31.083595Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:44:34.877958Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.705766Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.zrywua on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\nDeploy daemon haproxy.rgw.foo.smithi071.zrywua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:41:32Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:48Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.707070Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.uyrwny on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:43:28.708195Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.crljtd on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:44:31.083748Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:44:31.083839Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:44:31.083905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:44:31.083967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:44:34.878084Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:44:31.084220Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:44:38.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:38 smithi071 conmon[83797]: cluster 2023-11-30T22:44:37.270534 2023-11-30T22:44:38.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:38 smithi071 conmon[83797]: +0000 mgr.smithi071.nfuwvn (mgr.14180) 1326 : cluster [DBG] pgmap v865: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:38.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:38 smithi203 conmon[88363]: cluster 2023-11-30T22:44:37.270534+0000 mgr.smithi071.nfuwvn (mgr.14180) 1326 : cluster [DBG] pgmap v865: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:39.378 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:44:40.379 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-30T22:44:40.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:40 smithi071 conmon[83797]: audit 2023-11-30T22:44:38.608263+0000 mgr.smithi071.nfuwvn (mgr.14180) 1327 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:40.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:40 smithi071 conmon[83797]: 2023-11-30T22:44:40.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:40 smithi071 conmon[83797]: cluster 2023-11-30T22:44:39.271069+0000 mgr.smithi071.nfuwvn (mgr.14180) 1328 : cluster [DBG] pgmap v866: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:40.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:40 smithi203 conmon[88363]: audit 2023-11-30T22:44:38.608263+0000 mgr.smithi071.nfuwvn (mgr.14180) 1327 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:40.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:40 smithi203 conmon[88363]: cluster 2023-11-30T22:44:39.271069+0000 mgr.smithi071.nfuwvn (mgr.14180) 1328 : cluster [DBG] pgmap v866: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:42.305 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-11-30T22:44:42.305 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-30T22:16:09.018419Z", "last_refresh": "2023-11-30T22:44:34.877826Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-30T22:16:03.493231Z", "last_refresh": "2023-11-30T22:44:31.083595Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-30T22:16:06.624370Z", "last_refresh": "2023-11-30T22:44:34.877958Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:37:14.598548Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.kfwvmc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:40:55.094831Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi203.qmjfwn on smithi203: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi203-qmjfwn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi203.qmjfwn\nDeploy daemon haproxy.rgw.foo.smithi203.qmjfwn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:38: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-30T22:39:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:40:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi203 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.705766Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi071.zrywua on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi071-zrywua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi071.zrywua\nDeploy daemon haproxy.rgw.foo.smithi071.zrywua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-30T22:41:32Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-30T22:42:48Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-30T22:43:28.707070Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi203.uyrwny on smithi203: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-30T22:43:28.708195Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi071.crljtd on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2023-11-30T22:20:51.583363Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-30T22:16:01.937168Z", "last_refresh": "2023-11-30T22:44:31.083748Z", "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:30.555261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-30T22:17:30.552743Z", "last_refresh": "2023-11-30T22:44:31.083839Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-30T22:16:07.806849Z", "last_refresh": "2023-11-30T22:44:31.083905Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-30T22:17:57.861718Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-30T22:17:57.858252Z", "last_refresh": "2023-11-30T22:44:31.083967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-30T22:16:05.337579Z", "last_refresh": "2023-11-30T22:44:34.878084Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-30T22:20:51.583030Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-30T22:20:58.999380Z", "last_refresh": "2023-11-30T22:44:31.084220Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-30T22:44:42.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:42 smithi071 conmon[83797]: cluster 2023-11-30T22:44:41.271581+0000 mgr.smithi071.nfuwvn (mgr.14180) 1329 : cluster [DBG] pgmap v867: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:42.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:42 smithi071 conmon[83797]: audit 2023-11-30T22:44:41.749090+0000 mon.smithi071 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:44:42.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:42 smithi203 conmon[88363]: cluster 2023-11-30T22:44:41.271581+0000 mgr.smithi071.nfuwvn (mgr.14180) 1329 : cluster [DBG] pgmap v867: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-30T22:44:42.629 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:42 smithi203 conmon[88363]: audit 2023-11-30T22:44:41.749090+0000 mon.smithi071 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.71:0/958364315' entity='mgr.smithi071.nfuwvn' 2023-11-30T22:44:43.060 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-30T22:44:43.060 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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-30T22:44:43.129 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=5059bd1be43249f5b7253dc506f868d7 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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-30T22:44:43.131 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-11-30T22:44:43.140 INFO:tasks.vip:Removing 10.0.15.71 (and any VIPs) on smithi071.front.sepia.ceph.com iface enp3s0f1... 2023-11-30T22:44:43.141 DEBUG:teuthology.orchestra.run.smithi071:> sudo ip addr del 10.0.15.71/16 dev enp3s0f1 2023-11-30T22:44:43.190 DEBUG:teuthology.orchestra.run.smithi071:> sudo ip addr del 10.0.31.71/16 dev enp3s0f1 2023-11-30T22:44:43.254 INFO:teuthology.orchestra.run.smithi071.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-30T22:44:43.255 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-30T22:44:43.255 INFO:tasks.vip:Removing 10.0.15.203 (and any VIPs) on smithi203.front.sepia.ceph.com iface enp3s0f1... 2023-11-30T22:44:43.255 DEBUG:teuthology.orchestra.run.smithi203:> sudo ip addr del 10.0.15.203/16 dev enp3s0f1 2023-11-30T22:44:43.305 DEBUG:teuthology.orchestra.run.smithi203:> sudo ip addr del 10.0.31.71/16 dev enp3s0f1 2023-11-30T22:44:43.332 INFO:teuthology.orchestra.run.smithi203.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-30T22:44:43.332 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-30T22:44:43.333 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-30T22:44:43.342 INFO:tasks.cephadm:Teardown begin 2023-11-30T22:44:43.343 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-30T22:44:43.368 DEBUG:teuthology.orchestra.run.smithi203:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-30T22:44:43.399 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-30T22:44:43.399 DEBUG:teuthology.orchestra.run.smithi071:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-30T22:44:43.423 DEBUG:teuthology.orchestra.run.smithi203:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-30T22:44:43.454 INFO:tasks.cephadm:Stopping all daemons... 2023-11-30T22:44:43.455 INFO:tasks.cephadm.mon.smithi071:Stopping mon.smithi071... 2023-11-30T22:44:43.455 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715@mon.smithi071 2023-11-30T22:44:43.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:43 smithi071 conmon[83797]: audit 2023-11-30T22:44:42.301923+0000 mgr.smithi071.nfuwvn (mgr.14180) 1330 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:43.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:43 smithi071 systemd[1]: Stopping Ceph mon.smithi071 for d7cb60fe-8fcd-11ee-95a2-87774f69a715... 2023-11-30T22:44:43.615 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:43 smithi071 bash[284325]: Error: no container with name or ID ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-mon.smithi071 found: no such container 2023-11-30T22:44:43.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:43 smithi203 conmon[88363]: audit 2023-11-30T22:44:42.301923+0000 mgr.smithi071.nfuwvn (mgr.14180) 1330 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:44:44.060 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:43 smithi071 conmon[83797]: debug 2023-11-30T22:44:43.802+0000 7fd78726f700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi071 -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-30T22:44:44.060 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:43 smithi071 conmon[83797]: debug 2023-11-30T22:44:43.802+0000 7fd78726f700 -1 mon.smithi071@0(leader) e2 *** Got Signal Terminated *** 2023-11-30T22:44:44.060 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Nov 30 22:44:44 smithi071 bash[284442]: b006ae833a040b51f94e7558b2a272e8c4eed71552acc8b9adb38a21d10e96be 2023-11-30T22:44:44.627 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715@mon.smithi071.service' 2023-11-30T22:44:44.688 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-30T22:44:44.688 INFO:tasks.cephadm.mon.smithi071:Stopped mon.smithi071 2023-11-30T22:44:44.688 INFO:tasks.cephadm.mon.smithi203:Stopping mon.smithi203... 2023-11-30T22:44:44.688 DEBUG:teuthology.orchestra.run.smithi203:> sudo systemctl stop ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715@mon.smithi203 2023-11-30T22:44:45.065 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:44 smithi203 systemd[1]: Stopping Ceph mon.smithi203 for d7cb60fe-8fcd-11ee-95a2-87774f69a715... 2023-11-30T22:44:45.066 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:44 smithi203 bash[119741]: Error: no container with name or ID ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715-mon.smithi203 found: no such container 2023-11-30T22:44:45.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:45 smithi203 conmon[88363]: debug 2023-11-30T22:44:45.064+0000 7f5d69f0c700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi203 -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-30T22:44:45.379 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:45 smithi203 conmon[88363]: debug 2023-11-30T22:44:45.064+0000 7f5d69f0c700 -1 mon.smithi203@1(peon) e2 *** Got Signal Terminated *** 2023-11-30T22:44:45.878 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Nov 30 22:44:45 smithi203 bash[119857]: e4628d515da07ad8e11ccc2bc03bf9ad39bd133e0b8a10a6ad156127686af9a9 2023-11-30T22:44:45.950 DEBUG:teuthology.orchestra.run.smithi203:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d7cb60fe-8fcd-11ee-95a2-87774f69a715@mon.smithi203.service' 2023-11-30T22:44:45.998 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-30T22:44:45.998 INFO:tasks.cephadm.mon.smithi203:Stopped mon.smithi203 2023-11-30T22:44:45.999 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 --force --keep-logs 2023-11-30T22:45:46.984 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 --force --keep-logs 2023-11-30T22:48:05.639 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-30T22:48:05.687 DEBUG:teuthology.orchestra.run.smithi203:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-30T22:48:05.715 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-30T22:48:05.718 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472594/remote/ubuntu@smithi071.front.sepia.ceph.com/crash 2023-11-30T22:48:05.719 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/crash -- . 2023-11-30T22:48:05.760 INFO:teuthology.orchestra.run.smithi071.stderr:tar: /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-11-30T22:48:05.761 INFO:teuthology.orchestra.run.smithi071.stderr:tar: Error is not recoverable: exiting now 2023-11-30T22:48:05.762 DEBUG:teuthology.misc:Transferring archived files from smithi203:/var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472594/remote/ubuntu@smithi203.front.sepia.ceph.com/crash 2023-11-30T22:48:05.763 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/crash -- . 2023-11-30T22:48:05.800 INFO:teuthology.orchestra.run.smithi203.stderr:tar: /var/lib/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-11-30T22:48:05.800 INFO:teuthology.orchestra.run.smithi203.stderr:tar: Error is not recoverable: exiting now 2023-11-30T22:48:05.801 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-30T22:48:05.802 DEBUG:teuthology.orchestra.run.smithi071:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-30T22:48:05.828 INFO:teuthology.orchestra.run.smithi071.stderr:grep: /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-11-30T22:48:05.830 INFO:tasks.cephadm:Compressing logs... 2023-11-30T22:48:05.830 DEBUG:teuthology.orchestra.run.smithi071:> 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-30T22:48:05.874 DEBUG:teuthology.orchestra.run.smithi203:> 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-30T22:48:05.902 INFO:teuthology.orchestra.run.smithi071.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-30T22:48:05.902 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-volume.log 2023-11-30T22:48:05.903 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi071.jisndg.log 2023-11-30T22:48:05.903 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-osd.7.log 2023-11-30T22:48:05.903 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-volume.log: /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi071.jisndg.log: gzip -5 --verbose -- /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-mon.smithi071.log 2023-11-30T22:48:05.903 INFO:teuthology.orchestra.run.smithi071.stderr: 79.2% -- replaced with /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi071.jisndg.log.gz 2023-11-30T22:48:05.903 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi071.gbhaif.log 2023-11-30T22:48:05.903 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-mon.smithi071.log: gzip -5 --verbose -- /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-osd.3.log 2023-11-30T22:48:05.903 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi071.gbhaif.log: gzip -5 --verbose -- /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-11-30T22:48:05.903 INFO:teuthology.orchestra.run.smithi071.stderr: 58.7% -- replaced with /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi071.gbhaif.log.gz 2023-11-30T22:48:05.904 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-mgr.smithi071.nfuwvn.log 2023-11-30T22:48:05.904 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-osd.5.log 2023-11-30T22:48:05.905 INFO:teuthology.orchestra.run.smithi203.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-volume.log 2023-11-30T22:48:05.906 INFO:teuthology.orchestra.run.smithi203.stderr:: No such file or directory 2023-11-30T22:48:05.906 INFO:teuthology.orchestra.run.smithi203.stderr:gzip -5 --verbose -- /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-mgr.smithi203.ensxex.log 2023-11-30T22:48:05.906 INFO:teuthology.orchestra.run.smithi203.stderr:gzip -5 --verbose -- /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi203.pcqjdq.log 2023-11-30T22:48:05.906 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-volume.log: /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-mgr.smithi203.ensxex.log: gzip -5 --verbose -- /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-osd.4.log 2023-11-30T22:48:05.906 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi203.pcqjdq.log: 58.3% -- replaced with /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi203.pcqjdq.log.gz 2023-11-30T22:48:05.908 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-mgr.smithi071.nfuwvn.log: /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-osd.5.log: 92.6% -- replaced with /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-11-30T22:48:05.908 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-30T22:48:05.909 INFO:teuthology.orchestra.run.smithi203.stderr:gzip -5 --verbose -- /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-osd.6.log 2023-11-30T22:48:05.910 INFO:teuthology.orchestra.run.smithi203.stderr:gzip -5 --verbose -- /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-11-30T22:48:05.910 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-osd.4.log: /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi203.qlfyze.log 2023-11-30T22:48:05.910 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-11-30T22:48:05.910 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi203.qlfyze.log: gzip -5 --verbose -- /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-mon.smithi203.log 2023-11-30T22:48:05.911 INFO:teuthology.orchestra.run.smithi203.stderr: 80.1% -- replaced with /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi203.qlfyze.log.gz 2023-11-30T22:48:05.911 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-osd.2.log: /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-mon.smithi203.log: 92.5% -- replaced with /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-11-30T22:48:05.911 INFO:teuthology.orchestra.run.smithi203.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-30T22:48:05.911 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/cephadm.log: 93.5% -- replaced with /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-mgr.smithi203.ensxex.log.gz 2023-11-30T22:48:05.919 INFO:teuthology.orchestra.run.smithi203.stderr: 94.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-30T22:48:05.935 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/cephadm.log: 93.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-30T22:48:06.148 INFO:teuthology.orchestra.run.smithi203.stderr: 92.7% -- replaced with /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-mon.smithi203.log.gz 2023-11-30T22:48:06.202 INFO:teuthology.orchestra.run.smithi071.stderr: 89.7% -- replaced with /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-mgr.smithi071.nfuwvn.log.gz 2023-11-30T22:48:06.619 INFO:teuthology.orchestra.run.smithi071.stderr: 93.4% -- replaced with /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-osd.7.log.gz 2023-11-30T22:48:06.649 INFO:teuthology.orchestra.run.smithi203.stderr: 93.3% -- replaced with /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-11-30T22:48:06.727 INFO:teuthology.orchestra.run.smithi071.stderr: 90.3% -- replaced with /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-mon.smithi071.log.gz 2023-11-30T22:48:06.779 INFO:teuthology.orchestra.run.smithi203.stderr: 93.1% -- replaced with /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-osd.4.log.gz 2023-11-30T22:48:06.829 INFO:teuthology.orchestra.run.smithi203.stderr: 93.1% -- replaced with /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-osd.6.log.gz 2023-11-30T22:48:06.911 INFO:teuthology.orchestra.run.smithi203.stderr: 93.1% -- replaced with /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-11-30T22:48:06.913 INFO:teuthology.orchestra.run.smithi203.stderr: 2023-11-30T22:48:06.913 INFO:teuthology.orchestra.run.smithi203.stderr:real 0m1.023s 2023-11-30T22:48:06.913 INFO:teuthology.orchestra.run.smithi203.stderr:user 0m3.684s 2023-11-30T22:48:06.914 INFO:teuthology.orchestra.run.smithi203.stderr:sys 0m0.170s 2023-11-30T22:48:06.963 INFO:teuthology.orchestra.run.smithi071.stderr: 93.5% -- replaced with /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-osd.3.log.gz 2023-11-30T22:48:06.999 INFO:teuthology.orchestra.run.smithi071.stderr: 93.1% -- replaced with /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-osd.5.log.gz 2023-11-30T22:48:07.050 INFO:teuthology.orchestra.run.smithi071.stderr: 93.2% -- replaced with /var/log/ceph/d7cb60fe-8fcd-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-11-30T22:48:07.051 INFO:teuthology.orchestra.run.smithi071.stderr: 2023-11-30T22:48:07.052 INFO:teuthology.orchestra.run.smithi071.stderr:real 0m1.166s 2023-11-30T22:48:07.052 INFO:teuthology.orchestra.run.smithi071.stderr:user 0m5.021s 2023-11-30T22:48:07.052 INFO:teuthology.orchestra.run.smithi071.stderr:sys 0m0.199s 2023-11-30T22:48:07.052 INFO:tasks.cephadm:Archiving logs... 2023-11-30T22:48:07.053 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472594/remote/ubuntu@smithi071.front.sepia.ceph.com/log 2023-11-30T22:48:07.054 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-30T22:48:07.864 DEBUG:teuthology.misc:Transferring archived files from smithi203:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472594/remote/ubuntu@smithi203.front.sepia.ceph.com/log 2023-11-30T22:48:07.865 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-30T22:48:08.454 INFO:tasks.cephadm:Removing cluster... 2023-11-30T22:48:08.454 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 --force 2023-11-30T22:48:08.932 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d7cb60fe-8fcd-11ee-95a2-87774f69a715 --force 2023-11-30T22:48:09.406 INFO:tasks.cephadm:Removing cephadm ... 2023-11-30T22:48:09.406 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-30T22:48:09.421 DEBUG:teuthology.orchestra.run.smithi203:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-30T22:48:09.435 INFO:tasks.cephadm:Teardown complete 2023-11-30T22:48:09.436 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-30T22:48:09.447 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi071:/dev/vg_nvme/lv_1... 2023-11-30T22:48:09.447 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme disconnect -n lv_1 2023-11-30T22:48:09.588 INFO:teuthology.orchestra.run.smithi071.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-30T22:48:09.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T22:48:09.590 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi071:/dev/vg_nvme/lv_2... 2023-11-30T22:48:09.590 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme disconnect -n lv_2 2023-11-30T22:48:09.722 INFO:teuthology.orchestra.run.smithi071.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-30T22:48:10.068 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T22:48:10.069 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi071:/dev/vg_nvme/lv_3... 2023-11-30T22:48:10.069 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme disconnect -n lv_3 2023-11-30T22:48:10.204 INFO:teuthology.orchestra.run.smithi071.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-30T22:48:10.205 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T22:48:10.206 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi071:/dev/vg_nvme/lv_4... 2023-11-30T22:48:10.206 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme disconnect -n lv_4 2023-11-30T22:48:10.341 INFO:teuthology.orchestra.run.smithi071.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-30T22:48:10.342 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T22:48:10.343 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-11-30T22:48:10.343 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/scratch_devs 2023-11-30T22:48:10.367 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi203:/dev/vg_nvme/lv_1... 2023-11-30T22:48:10.368 DEBUG:teuthology.orchestra.run.smithi203:> sudo nvme disconnect -n lv_1 2023-11-30T22:48:10.502 INFO:teuthology.orchestra.run.smithi203.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-30T22:48:10.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T22:48:10.504 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi203:/dev/vg_nvme/lv_2... 2023-11-30T22:48:10.504 DEBUG:teuthology.orchestra.run.smithi203:> sudo nvme disconnect -n lv_2 2023-11-30T22:48:10.629 INFO:teuthology.orchestra.run.smithi203.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-30T22:48:10.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T22:48:10.631 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi203:/dev/vg_nvme/lv_3... 2023-11-30T22:48:10.631 DEBUG:teuthology.orchestra.run.smithi203:> sudo nvme disconnect -n lv_3 2023-11-30T22:48:10.749 INFO:teuthology.orchestra.run.smithi203.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-30T22:48:10.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T22:48:10.751 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi203:/dev/vg_nvme/lv_4... 2023-11-30T22:48:10.751 DEBUG:teuthology.orchestra.run.smithi203:> sudo nvme disconnect -n lv_4 2023-11-30T22:48:10.875 INFO:teuthology.orchestra.run.smithi203.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-30T22:48:10.876 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T22:48:10.877 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-11-30T22:48:10.877 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/scratch_devs 2023-11-30T22:48:10.901 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-30T22:48:10.911 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-30T22:48:10.911 DEBUG:teuthology.orchestra.run.smithi071:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-30T22:48:10.914 DEBUG:teuthology.orchestra.run.smithi203:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-30T22:48:10.926 INFO:teuthology.orchestra.run.smithi071.stderr:bash: ntpq: command not found 2023-11-30T22:48:10.929 INFO:teuthology.orchestra.run.smithi071.stdout:210 Number of sources = 4 2023-11-30T22:48:10.929 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-30T22:48:10.930 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2023-11-30T22:48:10.930 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 49 +1335us[+1335us] +/- 84ms 2023-11-30T22:48:10.930 INFO:teuthology.orchestra.run.smithi071.stdout:^* hv02.front.sepia.ceph.com 3 7 377 52 -204us[ -193us] +/- 76ms 2023-11-30T22:48:10.930 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 53 -996us[ -985us] +/- 80ms 2023-11-30T22:48:10.930 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T22:48:10.955 INFO:teuthology.orchestra.run.smithi203.stderr:bash: ntpq: command not found 2023-11-30T22:48:10.958 INFO:teuthology.orchestra.run.smithi203.stdout:210 Number of sources = 4 2023-11-30T22:48:10.958 INFO:teuthology.orchestra.run.smithi203.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-30T22:48:10.958 INFO:teuthology.orchestra.run.smithi203.stdout:=============================================================================== 2023-11-30T22:48:10.959 INFO:teuthology.orchestra.run.smithi203.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 52 +1325us[+1325us] +/- 84ms 2023-11-30T22:48:10.959 INFO:teuthology.orchestra.run.smithi203.stdout:^* hv02.front.sepia.ceph.com 3 6 377 55 -232us[ -234us] +/- 76ms 2023-11-30T22:48:10.959 INFO:teuthology.orchestra.run.smithi203.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 51 -994us[ -994us] +/- 80ms 2023-11-30T22:48:10.959 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T22:48:10.960 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-30T22:48:10.985 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-30T22:48:10.986 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-30T22:48:10.996 DEBUG:teuthology.orchestra.run.smithi071:> 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-30T22:48:11.094 DEBUG:teuthology.orchestra.run.smithi203:> 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-30T22:48:11.181 DEBUG:teuthology.orchestra.run.smithi071:> 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-30T22:48:11.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T22:48:11.211 DEBUG:teuthology.orchestra.run.smithi203:> 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-30T22:48:11.240 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T22:48:11.241 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-30T22:48:11.251 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-30T22:48:11.262 INFO:teuthology.task.internal:Duration was 2621.108514 seconds 2023-11-30T22:48:11.262 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-30T22:48:11.274 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-30T22:48:11.274 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-30T22:48:11.276 DEBUG:teuthology.orchestra.run.smithi203:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-30T22:48:11.318 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-30T22:48:11.325 INFO:teuthology.orchestra.run.smithi203.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-30T22:48:11.627 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-30T22:48:11.627 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi071.front.sepia.ceph.com 2023-11-30T22:48:11.627 DEBUG:teuthology.orchestra.run.smithi071:> 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-30T22:48:11.687 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi203.front.sepia.ceph.com 2023-11-30T22:48:11.687 DEBUG:teuthology.orchestra.run.smithi203:> 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-30T22:48:11.707 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-30T22:48:11.707 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-30T22:48:11.730 DEBUG:teuthology.orchestra.run.smithi203:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-30T22:48:11.801 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-30T22:48:11.802 DEBUG:teuthology.orchestra.run.smithi071:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-30T22:48:11.804 DEBUG:teuthology.orchestra.run.smithi203:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-30T22:48:11.972 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-30T22:48:11.983 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-30T22:48:11.984 DEBUG:teuthology.orchestra.run.smithi071:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-30T22:48:12.008 DEBUG:teuthology.orchestra.run.smithi203:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-30T22:48:12.033 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-30T22:48:12.044 DEBUG:teuthology.orchestra.run.smithi071:> 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-30T22:48:12.051 DEBUG:teuthology.orchestra.run.smithi203:> 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-30T22:48:12.072 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = core 2023-11-30T22:48:12.097 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern = core 2023-11-30T22:48:12.112 DEBUG:teuthology.orchestra.run.smithi071:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-30T22:48:12.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T22:48:12.139 DEBUG:teuthology.orchestra.run.smithi203:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-30T22:48:12.165 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T22:48:12.166 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-30T22:48:12.176 INFO:teuthology.task.internal:Transferring archived files... 2023-11-30T22:48:12.177 DEBUG:teuthology.misc:Transferring archived files from smithi071:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472594/remote/smithi071 2023-11-30T22:48:12.178 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-30T22:48:12.225 DEBUG:teuthology.misc:Transferring archived files from smithi203:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472594/remote/smithi203 2023-11-30T22:48:12.226 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-30T22:48:12.265 INFO:teuthology.task.internal:Removing archive directory... 2023-11-30T22:48:12.265 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-30T22:48:12.267 DEBUG:teuthology.orchestra.run.smithi203:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-30T22:48:12.315 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-30T22:48:12.329 INFO:teuthology.task.internal:Not uploading archives. 2023-11-30T22:48:12.330 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-30T22:48:12.343 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-30T22:48:12.343 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-30T22:48:12.346 DEBUG:teuthology.orchestra.run.smithi203:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-30T22:48:12.357 INFO:teuthology.orchestra.run.smithi071.stdout: 262153 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 30 22:48 /home/ubuntu/cephtest 2023-11-30T22:48:12.370 INFO:teuthology.orchestra.run.smithi203.stdout: 262153 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 30 22:48 /home/ubuntu/cephtest 2023-11-30T22:48:12.371 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-30T22:48:12.386 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-30T22:48:12.417 INFO:teuthology.nuke:Checking targets against current locks 2023-11-30T22:48:12.447 DEBUG:teuthology.nuke:shortname: smithi071 2023-11-30T22:48:12.448 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-30T22:48:12.469 DEBUG:teuthology.nuke:shortname: smithi203 2023-11-30T22:48:12.470 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-30T22:48:12.474 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472594', '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-30 21:56:17.989456', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBnQ5vs1plYViBEhV0j+oz7WAKKgWZVJXGcA8FWfI7rMoPRQjE0Z2cU9MNrt0aVFikMTYatAgkXmJ1sYcClUpVM='} 2023-11-30T22:48:12.487 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi203.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472594', '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-30 21:56:17.988059', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDZsncdYKf4MPOQ3ZNfktzut4OxBAqSNPL/80csY5+n5X0Qp+rutcp4NS34RI6QTRLAKVFXIpN+TcFuk7/4wv+c='} 2023-11-30T22:48:12.516 INFO:teuthology.orchestra.console.smithi071:Power off 2023-11-30T22:48:12.516 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-30T22:48:12.543 DEBUG:teuthology.orchestra.console.smithi071:power off output: Chassis Power Control: Down/Off 2023-11-30T22:48:12.543 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T22:48:12.559 INFO:teuthology.orchestra.console.smithi203:Power off 2023-11-30T22:48:12.559 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-30T22:48:12.569 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2023-11-30T22:48:12.580 DEBUG:teuthology.orchestra.console.smithi203:power off output: Chassis Power Control: Down/Off 2023-11-30T22:48:12.581 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T22:48:12.604 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is on 2023-11-30T22:48:16.571 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T22:48:16.605 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T22:48:16.682 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2023-11-30T22:48:16.715 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is on 2023-11-30T22:48:20.688 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T22:48:20.717 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T22:48:20.798 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is off 2023-11-30T22:48:20.830 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is off 2023-11-30T22:48:20.898 INFO:teuthology.orchestra.console.smithi071:Power off completed 2023-11-30T22:48:20.931 INFO:teuthology.orchestra.console.smithi203:Power off completed 2023-11-30T22:48:21.037 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} duration: 2621.1085138320923 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=5059bd1be43249f5b7253dc506f868d7 status: fail success: false 2023-11-30T22:48:21.038 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-30T22:48:21.162 INFO:teuthology.run:FAIL